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 Apache FOP due to mismatched cpe #1588

Closed
aikebah opened this issue Nov 26, 2018 · 1 comment
Closed

False positive on Apache FOP due to mismatched cpe #1588

aikebah opened this issue Nov 26, 2018 · 1 comment

Comments

@aikebah
Copy link
Collaborator

aikebah commented Nov 26, 2018

Apache Fop 2.3 gets identified as
cpe: cpe:/a:first_project:first:2.3 Confidence:Low
cpe: cpe:/a:apache:formatting_objects_processor:2.3 Confidence:Low
maven: org.apache.xmlgraphics:fop:2.3 ✓ Confidence:Highest

Which yields dependency check discovering the false positive for CVE-2018-10769 which is registered for cpe:/a:first_project:first:-, an Ethereum smart contract

(With DependencyCheck 4.0.0)

        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>fop</artifactId>
            <version>2.3</version>
        </dependency>

Locally suppressed using:

    <suppress base="true">
        <notes><![CDATA[
        1. first_project:first is an Ethereum smart contract.
        ]]></notes>
        <filePath regex="true">.*(\.(dll|jar|ear|war|pom)|pom\.xml)$</filePath>
        <cpe>cpe:/a:first_project:first</cpe>
    </suppress>


@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

2 participants