Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Required: Denial of Service in js-yaml #75 #342

Open
Aish1990 opened this issue Jul 3, 2024 · 0 comments
Open

Fix Required: Denial of Service in js-yaml #75 #342

Aish1990 opened this issue Jul 3, 2024 · 0 comments

Comments

@Aish1990
Copy link
Collaborator

Aish1990 commented Jul 3, 2024

There are some libraries which has js-yaml as it's peer dependency.

eslint/7.15.0 /@eslint/eslintrc/0.2.2: => js-yaml: 3.14.1
jest/[email protected] => @jest/core/[email protected] => @jest/transform/26.6.2/ => babel-plugin-istanbul/6.1.1: => /@istanbuljs/load-nyc-config/1.1.0: => js-yaml: 3.14.1
@nestjs/cli/[email protected] => fork-ts-checker-webpack-plugin/9.0.2_jkke4aekx6qisbjiah2hkrbtyy => cosmiconfig/[email protected]: => js-yaml: 4.1.0
@compodoc/compodoc/[email protected]=> cosmiconfig/[email protected]: => js-yaml: 4.1.0
eslint/7.15.0: => js-yaml: 3.14.1
@energyweb/issuer-api/0.6.2-alpha.1646058469.0_xopg3sgvptdwdhuxuxidphnbby => ew-precise-proofs-js/1.1.0: => build/0.1.4 => /jxLoader/0.1.1: => js-yaml: 0.3.7
@energyweb/issuer/6.0.2-alpha.1646058469.0 => ew-precise-proofs-js/1.1.0: => build/0.1.4 => /jxLoader/0.1.1: => js-yaml: 0.3.7
mocha/10.4.0: => js-yaml: 4.1.0
typeorm/[email protected]: => js-yaml: 4.1.0

Note

We have already upgraded the js-yaml greater than the patched version >3.13.1.
But @energyweb/issuer-api is incompatible with the patched version.

So We need to resolve it only when the @energyweb/issuer-api releases which is compatible with js-yaml>3.13.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant