Skip to content

Commit

Permalink
Remove the fuzz tests (issue 19297)
Browse files Browse the repository at this point in the history
Reasons for removal:

 - These tests never generated any warnings from OSS-Fuzz, in over a year.

 - An error thrown during image decoding will lead to a broken/missing image, not a security problem.

 - These tests rely on the Jazzer.js library, which has a number of problems: It now causes failures in Node.js v23 in the CI tests, it's no longer being maintained upstream, and it lacks support for some (fairly common) CPU architectures.
  • Loading branch information
Snuffleupagus committed Jan 8, 2025
1 parent dfbd1d5 commit c32d491
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,182 deletions.
9 changes: 0 additions & 9 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,6 @@ export default [
"jasmine/prefer-toHaveBeenCalledWith": "off",
},
},
{
files: jsFiles("test/fuzz"),
rules: {
"import/no-unresolved": [
"error",
{ ignore: [".*/build/image_decoders/.*"] },
],
},
},
{
files: jsFiles("test/unit"),
rules: {
Expand Down
Loading

0 comments on commit c32d491

Please sign in to comment.