From a9f2a4e0149a8c3d5f8dafca3c0a6947870aa7a3 Mon Sep 17 00:00:00 2001 From: SrikarMannepalli Date: Wed, 12 Apr 2023 13:37:59 +0530 Subject: [PATCH 1/2] chore: add double array attribute type --- hypertrace-core-graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypertrace-core-graphql b/hypertrace-core-graphql index a384ec2d..9712c62a 160000 --- a/hypertrace-core-graphql +++ b/hypertrace-core-graphql @@ -1 +1 @@ -Subproject commit a384ec2d338ef120494e26f6babe88e5a50b8eca +Subproject commit 9712c62a023f007119fa075723452235e7a9caaa From da1241a7888b23da254c092bede3835abc239f1e Mon Sep 17 00:00:00 2001 From: SrikarMannepalli Date: Wed, 12 Apr 2023 13:45:07 +0530 Subject: [PATCH 2/2] add suppression for false positive --- owasp-suppressions.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/owasp-suppressions.xml b/owasp-suppressions.xml index 0e7f87f7..17a64b61 100644 --- a/owasp-suppressions.xml +++ b/owasp-suppressions.xml @@ -9,4 +9,11 @@ cpe:/a:utils_project:utils cpe:/a:processing:processing + + + ^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$ + cpe:/a:graphql-java:graphql-java + \ No newline at end of file