Documentation on valid settings? #126
Unanswered
git-hub-user
asked this question in
Q&A
Replies: 1 comment 5 replies
-
It looks like this is a bug for ignoring non-CVE vulnerabilities. I'm not sure if OSSIndex changed their data structure or if something about how NuGetDefense handles these is incorrect. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a complete description of the settings? I am trying to tweak the settings to my needs, but haven't succeeded, so far.
I get:
(see also sonatype-2019-0115 reported for jQuery @ 3.6.3, but not on ossindex.sonatype.org)
I've tried a few settings under
"ErrorSettings"
:"WarnOnly": true
does not stop the build from generating errors."IgnoredCvEs": [ "sonatype-2019-0115" ]
doesn't seem to be the correct way to excludesonatype-2019-0115
. Is this because it is listed as a non-CVE vulnerability? Is my syntax correct?"ErrorSeverityThreshold": "high"
doesn't seem to set a high threshold. What are valid values here, and what do they refer to."Cvss3Threshold": 100
, or any other number I tried, doesn't make a difference. What are valid values here, and what do they refer to.Things that worked:
"IgnoredPackages": [ { "Id": "jQuery" } ]
does remove the build errors for jQuery.However, these settings are to permissive for my liking.
Beta Was this translation helpful? Give feedback.
All reactions