#3868 Suppress log4j-api & log4j-to-slf4j false positive#3869
Merged
jeremylong merged 2 commits intodependency-check:mainfrom Dec 14, 2021
Merged
#3868 Suppress log4j-api & log4j-to-slf4j false positive#3869jeremylong merged 2 commits intodependency-check:mainfrom
jeremylong merged 2 commits intodependency-check:mainfrom
Conversation
jeremylong
reviewed
Dec 14, 2021
jeremylong
approved these changes
Dec 14, 2021
Contributor
|
What if someday someone finds a CVE in |
|
With version 6.5.1, it still reports CVE-2021-45046 and CVE-2021-45105 agaist log4j-api, which are false positives as well. For example: |
Collaborator
|
@bjansen What i ended up doing was suppressing by CVE - not the entire log4j CPE. Which is why @whimet is reporting that the two newer CVEs are still being reported. I just updated the suppression file: jeremylong/DependencyCheck#3910 |
Contributor
|
OK thanks for the clarification. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes Issue
Description of Change
Fix #3868
log4j-api&log4j-to-slf4jare identified as vulnerable to CVE-2021-44228.More explanations on why these two dependencies should be declared as false positive.
Have test cases been added to cover the new functionality?
No automated test but a manual verification of these FPs not being raised on a compiled snapshot has been performed.