Skip to content

Commit

Permalink
Supress the vulnerability with a message
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Jan 11, 2025
1 parent 707d890 commit 6f34db5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat-catalina@10\.1\.34$</packageUrl>
<cve>CVE-2024-56337</cve>
</suppress>

<suppress>
<notes><![CDATA[
file name: ffmpeg-7.1-1.5.11.jar
file name: ffmpeg-7.1-1.5.11-linux-arm64.jar
This vulnerability causes problem when Ant Media Server pulls a HLS stream as a stream source. If you're not pulling HLS stream from a source, it will not effect you.
If you're pulling a stream from a third party resource, then make sure your third party is trusted until there is a fix available for this issue on FFmpeg side. When the fix is available,
we'll update the FFmpeg version in Ant Media Server.
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.bytedeco/ffmpeg@.*$</packageUrl>
<vulnerabilityName>CVE-2023-6603</vulnerabilityName>
</suppress>

</suppressions>

0 comments on commit 6f34db5

Please sign in to comment.