cdimascio / express-openapi-validator

🦋 Auto-validates api requests, responses, and securities using ExpressJS and an OpenAPI 3.x specification
MIT License
913 stars 208 forks source link

chore(dependencies): bump @apidevtools/json-schema-ref-parser to 11.6… #918

Closed SF97 closed 4 months ago

SF97 commented 4 months ago

A dependency used in this project @apidevtools/json-schema-ref-parser is vulnerable to a prototype pollution attack, as listed in https://nvd.nist.gov/vuln/detail/CVE-2024-29651 - CVE-2024-29651

This PR bumps the dependency to prevent any vulnerabilities, although it doesn't seem to affect this package directly. The major version changes don't seem to affect this package, and the tests are still passing

Closes https://github.com/cdimascio/express-openapi-validator/issues/919

References

cdimascio commented 4 months ago

Thanks for this. Looks good. Please resolve the merge conflict and I'll get a new version cut asap

SF97 commented 4 months ago

Thanks for this. Looks good. Please resolve the merge conflict and I'll get a new version cut asap

Done :)

xpol commented 4 months ago

Any updates?