Skip to content

Commit

Permalink
Tobago 5/6: suppress micromatch
Browse files Browse the repository at this point in the history
micromatch is used internally (jest)
  • Loading branch information
henningn committed May 29, 2024
1 parent db5757a commit ab06a50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@
<packageUrl regex="true">^pkg:npm/word\-wrap@.*$</packageUrl>
<vulnerabilityName>GHSA-j8xg-fqg3-53r7</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[ file name: micromatch:4.0.7 ]]></notes>
<packageUrl regex="true">^pkg:npm/micromatch@.*$</packageUrl>
<vulnerabilityName>CVE-2024-4067</vulnerabilityName>
</suppress>
</suppressions>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@
<packageUrl regex="true">^pkg:npm/word\-wrap@.*$</packageUrl>
<vulnerabilityName>GHSA-j8xg-fqg3-53r7</vulnerabilityName>
</suppress>
<suppress>
<notes><![CDATA[ file name: micromatch:4.0.7 ]]></notes>
<packageUrl regex="true">^pkg:npm/micromatch@.*$</packageUrl>
<vulnerabilityName>CVE-2024-4067</vulnerabilityName>
</suppress>
</suppressions>

0 comments on commit ab06a50

Please sign in to comment.