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]: jruby-rack is not the same as rack itself #6242

Closed
chadlwilson opened this issue Dec 6, 2023 · 3 comments
Closed

[FP]: jruby-rack is not the same as rack itself #6242

chadlwilson opened this issue Dec 6, 2023 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@chadlwilson
Copy link
Contributor

Package URl

pkg:maven/org.jruby.rack/[email protected]

CPE

cpe:2.3:a:rack_project:rack:1.1.22:*:*:*:*:*:*:*

CVE

No response

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.0.3

Description

The jruby-rack project at https://github.com/jruby/jruby-rack is a different thing to the Ruby rack project at https://github.com/rack/rack (the first is a Java/JRuby native adapter for the latter)

Copy link
Contributor

github-actions bot commented Dec 6, 2023

Maven Coordinates

<dependency>
   <groupId>org.jruby.rack</groupId>
   <artifactId>jruby-rack</artifactId>
   <version>1.1.22</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6242
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.jruby\.rack/jruby-rack@.*$</packageUrl>
   <cpe>cpe:/a:rack_project:rack</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Dec 6, 2023
@aikebah
Copy link
Collaborator

aikebah commented Dec 21, 2023

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

2 participants