소스 검색

Suppress false positive match of alm-gallery-client

tags/8.5.0.37579
Malena Ebert 3 년 전
부모
커밋
de78dd9a45
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      owasp-suppressions.xml

+ 10
- 0
owasp-suppressions.xml 파일 보기

@@ -187,4 +187,14 @@
<packageUrl regex="true">pkg:maven/com\.jcraft/jsch\.agentproxy\..*@0.0.7</packageUrl>
<cve>CVE-2016-5725</cve>
</suppress>

<suppress>
<notes>
<![CDATA[
file name: alm-gallery-client-1.0.2.jar will be matched to a wrong cpe string
]]>
</notes>
<packageUrl regex="true">^pkg:maven/com\.sonarsource\.vsts/alm\-gallery\-client@.*$</packageUrl>
<cpe>cpe:/a:gallery:gallery</cpe>
</suppress>
</suppressions>

Loading…
취소
저장