diff --git a/osv-scanner.toml b/osv-scanner.toml new file mode 100644 index 00000000..5614973b --- /dev/null +++ b/osv-scanner.toml @@ -0,0 +1,3 @@ +[[IgnoredVulns]] +id = "GHSA-mjmj-j48q-9wg2" +reason = "Using SafeConsturctor" diff --git a/pom.xml b/pom.xml index 50ace10f..8b4c8909 100644 --- a/pom.xml +++ b/pom.xml @@ -273,6 +273,7 @@ limitations under the License. true true + osv-scanner.toml CODEOWNERS LICENSE NOTICE