Skip to content

Commit bb6b9f6

Browse files
chore: add double array attribute type (#183)
* chore: add double array attribute type * add suppression for false positive
1 parent 9932c4b commit bb6b9f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

owasp-suppressions.xml

+7
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
<cpe>cpe:/a:utils_project:utils</cpe>
1010
<cpe>cpe:/a:processing:processing</cpe>
1111
</suppress>
12+
<suppress>
13+
<notes><![CDATA[
14+
file name: graphql-java-annotations-9.1.jar
15+
]]></notes>
16+
<packageUrl regex="true">^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl>
17+
<cpe>cpe:/a:graphql-java:graphql-java</cpe>
18+
</suppress>
1219
</suppressions>

0 commit comments

Comments
 (0)