1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

fuzz: initial integration

- Adds initial fuzz_target for image decoders.
  - Adds jazzer.js as dev-dependency.
  - Adds a .eslintrc rule to ignore import/no-unresolved error.
This commit is contained in:
manunio 2023-11-26 04:54:21 +05:30
parent 6b3ae4492e
commit 8bb8070116
7 changed files with 1036 additions and 10 deletions

View file

@ -8,6 +8,7 @@
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.9.0",
"@javascript-obfuscator/escodegen": "2.3.0",
"@jazzer.js/core": "^2.1.0",
"acorn": "^8.11.2",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",