We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae1e47 commit 1315b64Copy full SHA for 1315b64
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.6'
+__version__ = '2.0.9'
socketsecurity/core/messages.py
@@ -173,6 +173,7 @@ def create_security_comment_sarif(diff) -> dict:
173
- Appends the manifest file name to the rule ID and name to make each result unique.
174
- Does NOT fall back to 'requirements.txt' if no manifest file is provided.
175
- Adds detailed logging to validate our assumptions.
176
+
177
"""
178
if len(diff.new_alerts) == 0:
179
for alert in diff.new_alerts:
0 commit comments