Skip to content

Commit

Permalink
deps: ignore the bootstrap carousel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lofwyr14 committed Aug 26, 2024
1 parent ab06a50 commit 205bf40
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,12 @@
<packageUrl regex="true">^pkg:maven/.*/.*@.*$</packageUrl>
<cve>CVE-2021-37533</cve>
</suppress>
<suppress>
<notes><![CDATA[ file name: bootstrap*.js
There is an issue with the carousel component. Tobago doesn't use the component, but if the application
uses the carousel component, they might be affected. We recommend to upgrade to Tobago 5 or higher.
]]></notes>
<packageUrl regex="true">^pkg:javascript/bootstrap@.*$</packageUrl>
<vulnerabilityName>CVE-2024-6531</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit 205bf40

Please sign in to comment.