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

False positive on Quartz 2.3.0 #1579

Closed
bopinto opened this issue Nov 23, 2018 · 4 comments
Closed

False positive on Quartz 2.3.0 #1579

bopinto opened this issue Nov 23, 2018 · 4 comments

Comments

@bopinto
Copy link

bopinto commented Nov 23, 2018

I believe the plugin is reporting a false positive on the quartz library, version 2.3.0 - reported as cpe:/a:jenkins:jenkins:2.3

<dependency>
    <groupId>org.quartz-scheduler</groupId>
    <artifactId>quartz</artifactId>
    <version>2.3.0</version>
</dependency>
@sellersj
Copy link
Contributor

sellersj commented Nov 26, 2018

Work around suppression.

<suppress>
  <gav regex="true">^org\.quartz-scheduler:quartz:.*$</gav>
  <cpe>cpe:/a:jenkins:jenkins</cpe>
</suppress>

@TobiX
Copy link
Contributor

TobiX commented Dec 10, 2018

This is a fallout of the lucene update discussed in #1580

@jeremylong
Copy link
Owner

This issue was resolved with 4.0.1.

@lock
Copy link

lock bot commented Jan 17, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants