From ab4b51207878d43ff595f128d53456c014bf1add Mon Sep 17 00:00:00 2001 From: Gregory Power <31050507+gregorywaynepower@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:33:34 -0400 Subject: [PATCH] Update osv-scanner.toml to ignore GHSA-grv7-fg5c-xmjg --- resources/server/src/landingpage/osv-scanner.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/server/src/landingpage/osv-scanner.toml b/resources/server/src/landingpage/osv-scanner.toml index f20d0deb4e53..1408bb61e4e1 100644 --- a/resources/server/src/landingpage/osv-scanner.toml +++ b/resources/server/src/landingpage/osv-scanner.toml @@ -21,3 +21,7 @@ reason = "...the built application is meant to be run on the client and not on t [[IgnoredVulns]] id = "GHSA-8jmw-wjr8-2x66" reason = "The implementation of git-clone is part of the vue/cli@^5.0.8 is ran by the client and is not ran on the server and the input for this function is static. Look to https://github.com/jaz303/git-clone/commit/fd330459593aef7c7a8c54d786e3c4d5722749f9?diff=unified&w=0" + +[[IgnoredVulns]] +id = "GHSA-grv7-fg5c-xmjg" +reason = "...the built application is meant to be run on the client and not on the server... Look to https://github.com/qgis/QGIS/pull/55748"