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

[FP]: spring-authorization-server mistaken for node oauth2-server #6856

Closed
xcq1 opened this issue Jul 19, 2024 · 3 comments
Closed

[FP]: spring-authorization-server mistaken for node oauth2-server #6856

xcq1 opened this issue Jul 19, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@xcq1
Copy link

xcq1 commented Jul 19, 2024

Package URl

pkg:maven/org.springframework.security/[email protected]

CPE

cpe:2.3:a:oauth2-server_project:oauth2-server:1.3.1:::::::*

CVE

CVE-2017-18924, CVE-2020-26938

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

10.0.3

Description

The package is https://github.com/spring-projects/spring-authorization-server, but the CPE is for https://github.com/oauthjs/node-oauth2-server

@xcq1 xcq1 added the FP Report label Jul 19, 2024
Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.springframework.security</groupId>
   <artifactId>spring-security-oauth2-authorization-server</artifactId>
   <version>1.3.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6856
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.springframework\.security/spring-security-oauth2-authorization-server@.*$</packageUrl>
   <cpe>cpe:/a:oauth2-server_project:oauth2-server</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/10004850223

@github-actions github-actions bot added the maven changes to the maven plugin label Jul 19, 2024
@aikebah
Copy link
Collaborator

aikebah commented Jul 19, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Jul 19, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

2 participants