Skip to content

Commit

Permalink
fix: add hint to resolve false negative
Browse files Browse the repository at this point in the history
resolves #6789
  • Loading branch information
jeremylong committed Jul 4, 2024
1 parent 926c9ee commit fc0343e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/src/main/resources/dependencycheck-base-hint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,13 @@
<evidence type="vendor" source="hint analyzer" name="vendor" value="itextpdf" confidence="HIGH"/>
</add>
</hint>
<hint>
<!-- false negative per issue #6789 -->
<given>
<evidence type="product" source="msbuild" name="id" value="Newtonsoft.Json"/>
</given>
<add>
<evidence type="product" source="hint analyzer" name="vendor" value="net" confidence="MEDIUM"/>
</add>
</hint>
</hints>

0 comments on commit fc0343e

Please sign in to comment.