Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions generatedSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,11 +1830,13 @@
</suppress>
<suppress base="true">
<notes><![CDATA[
hand-curated better suppression for FP per issue #8057. The sentry server is/was only available on the specific
pypi package here. Not suppressed for other ecosystems as Sentry Server is still available open-source elsewhere.
hand-curated better suppression for FP per issues #8057, #8519. The Sentry Server is Python-based and was only
available on the specific pypi package here, or as an image. SDKs and other components of the server have their own CPEs.
Comment thread
chadlwilson marked this conversation as resolved.
For all vendor=sentry CVEs, can review the below:
https://nvd.nist.gov/vuln/search#/nvd/home?sortOrder=5&sortDirection=2&cpeFilterMode=applicability&cpeName=cpe:2.3:a:sentry:*:*:*:*:*:*:*:*:*&resultType=records
]]></notes>
<packageUrl regex="true">^pkg:pypi/(?!sentry@).*$</packageUrl>
<cpe regex="true">cpe:/a:sentry:sentry:(:.*)?$</cpe>
<packageUrl regex="true">^pkg:(?!pypi/sentry@|docker|generic).*$</packageUrl>
Comment thread
chadlwilson marked this conversation as resolved.
Comment thread
chadlwilson marked this conversation as resolved.
<cpe regex="true">cpe:/a:sentry:sentry(:.*)?$</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
Expand Down