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: Server side request forgery in SwaggerUI #90 #341

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

Fix Required: Server side request forgery in SwaggerUI #90 #341

Aish1990 opened this issue Jul 3, 2024 · 0 comments

Comments

@Aish1990
Copy link
Collaborator

Aish1990 commented Jul 3, 2024

There are three libraries which have peer dependency swagger-ui-dist as below.

@energyweb/origin-backend-utils/1.6.2-alpha.1634225870.0_y62p2wtavjgmvsq5xnsjduxhbu => @nestjs/swagger/4.8.2_26tvd2ot6k3236a2sueujdzpjy => swagger-ui-express/[email protected] => swagger-ui-dist: 3.52.5
@energyweb/origin-backend-utils/1.6.2-alpha.1634225870.0_ebqzonq2psrptj7354jhe34g5u =>  => @nestjs/swagger/4.8.2_26tvd2ot6k3236a2sueujdzpjy => swagger-ui-express/[email protected] => swagger-ui-dist: 3.52.5
@energyweb/origin-backend/[email protected] => @nestjs/swagger/4.8.2_26tvd2ot6k3236a2sueujdzpjy => swagger-ui-express/[email protected] => swagger-ui-dist: 3.52.5
@energyweb/issuer-api/0.6.2-alpha.1646058469.0_xopg3sgvptdwdhuxuxidphnbby => swagger-ui-express/[email protected] => swagger-ui-dist: 5.17.14

Note

We tried upgrading passport into the patched version 4.1.3 and also it leads to an error during build time as it was incompatible with @energyweb libraries.

So We need to resolve it only when all above @energyweb libraries releases which is compatible with swagger-ui-dist>=4.1.3.

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