We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9834de commit 3b69689Copy full SHA for 3b69689
1 file changed
src/commands/fix/coana-fix.mts
@@ -144,10 +144,12 @@ export async function coanaFix(
144
}
145
146
debugFn('notice', `fetch: ${ids.length} GHSA details for ${joinAnd(ids)}`)
147
+
148
const ghsaDetails = await fetchGhsaDetails(ids)
- debugFn('notice', `found: ${ghsaDetails.size} GHSA details`)
149
const scanBaseNames = new Set(scanFilepaths.map(p => path.basename(p)))
150
151
+ debugFn('notice', `found: ${ghsaDetails.size} GHSA details`)
152
153
let count = 0
154
let overallFixed = false
155
0 commit comments