Suppressing false positive CVE-2020-7791#11215
Merged
maytasm merged 2 commits intoapache:masterfrom May 6, 2021
Merged
Conversation
jihoonson
approved these changes
May 6, 2021
jihoonson
reviewed
May 6, 2021
| <cve>CVE-2019-17195</cve> | ||
| </suppress> | ||
| <suppress> | ||
| <notes><![CDATA[ |
Contributor
There was a problem hiding this comment.
Can you add a comment that this is false positive?
clintropolis
pushed a commit
to clintropolis/druid
that referenced
this pull request
May 6, 2021
* suppressing false positive CVE-2020-7791 * add comments
clintropolis
added a commit
that referenced
this pull request
May 7, 2021
* suppressing false positive CVE-2020-7791 * add comments Co-authored-by: Maytas Monsereenusorn <maytasm@apache.org>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Suppressing false positive CVE-2020-7791
Description
CVE-2020-7791 (https://snyk.io/vuln/SNYK-DOTNET-I18N-1050179) refers to https://github.com/turquoiseowl/i18n where the issue is indicated to be in some .cs file (which is C#). Apache Druid which has a dependency on hadoop-auth, where hadoop-auth has a dependency on apacheds-kerberos-codec which in turn has a dependency on apacheds-i18n. The apacheds-i18n that is used here is https://github.com/apache/directory-server/tree/master/i18n (Java) and is different from the one in the CVE-2020-7791
This PR has: