Skip to content

Commit

Permalink
test: add BadBatchBug check (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jul 10, 2024
1 parent 64e534b commit 26d65ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async function t () {
assert.ok(await isNodeVulnerable('v0.12.18'))

// Platform specific
assert.ok(await isNodeVulnerable('22.4.0', 'win32'))
assert.ok(await isNodeVulnerable('19.0.0', 'linux'))
assert.ok(await isNodeVulnerable('18.0.0', 'win32'))
assert.ok(await isNodeVulnerable('14.0.0', 'android'))
Expand Down

0 comments on commit 26d65ea

Please sign in to comment.