Skip to content

Commit

Permalink
suppressions.xml reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Aug 7, 2024
1 parent 46650bd commit 1f6638b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ dependencies {
}

test.useJUnitPlatform()
application.mainClass = "com.exactpro.th2.codec.MainKt"
application.mainClass = "com.exactpro.th2.codec.MainKt"
dependencyCheck.suppressionFile = file('suppressions.xml')
9 changes: 9 additions & 0 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[FP per issue https://github.com/jeremylong/DependencyCheck/issues/5829]]>
</notes>
<packageUrl regex="true">^pkg:maven/com\.exactpro\.th2/task-utils@.*$</packageUrl>
<cpe>cpe:/a:utils_project:utils</cpe>
</suppress>
</suppressions>

0 comments on commit 1f6638b

Please sign in to comment.