Skip to content

Commit 1315b64

Browse files
author
Orlando Barrera II
committed
Testing the sarif file parsing
1 parent cae1e47 commit 1315b64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.6'
2+
__version__ = '2.0.9'

socketsecurity/core/messages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def create_security_comment_sarif(diff) -> dict:
173173
- Appends the manifest file name to the rule ID and name to make each result unique.
174174
- Does NOT fall back to 'requirements.txt' if no manifest file is provided.
175175
- Adds detailed logging to validate our assumptions.
176+
176177
"""
177178
if len(diff.new_alerts) == 0:
178179
for alert in diff.new_alerts:

0 commit comments

Comments
 (0)