socketsecurity 0.0.78__tar.gz → 0.0.80__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {socketsecurity-0.0.78/socketsecurity.egg-info → socketsecurity-0.0.80}/PKG-INFO +1 -1
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/__init__.py +1 -1
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/classes.py +1 -1
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/github.py +1 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/gitlab.py +1 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80/socketsecurity.egg-info}/PKG-INFO +1 -1
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/LICENSE +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/README.md +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/pyproject.toml +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/setup.cfg +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/__init__.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/issues.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/licenses.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/SOURCES.txt +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/dependency_links.txt +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/entry_points.txt +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/requires.txt +0 -0
- {socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/top_level.txt +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
__author__ = 'socket.dev'
|
|
2
|
-
__version__ = '0.0.
|
|
2
|
+
__version__ = '0.0.80'
|
|
@@ -358,7 +358,7 @@ class Purl:
|
|
|
358
358
|
authors_str = ""
|
|
359
359
|
for author in authors:
|
|
360
360
|
author_url = f"https://socket.dev/{ecosystem}/user/{author}"
|
|
361
|
-
|
|
361
|
+
authors_str += f"[{author}]({author_url}),"
|
|
362
362
|
authors_str = authors_str.rstrip(",")
|
|
363
363
|
return authors_str
|
|
364
364
|
|
|
@@ -324,6 +324,7 @@ class Github:
|
|
|
324
324
|
line = line.strip()
|
|
325
325
|
if "start-socket-alerts-table" in line:
|
|
326
326
|
start = True
|
|
327
|
+
lines.append(line)
|
|
327
328
|
elif start and "end-socket-alerts-table" not in line and not Github.is_heading_line(line) and line != '':
|
|
328
329
|
title, package, introduced_by, manifest = line.strip("|").split("|")
|
|
329
330
|
details, _ = package.split("](")
|
|
@@ -303,6 +303,7 @@ class Gitlab:
|
|
|
303
303
|
line = line.strip()
|
|
304
304
|
if "start-socket-alerts-table" in line:
|
|
305
305
|
start = True
|
|
306
|
+
lines.append(line)
|
|
306
307
|
elif start and "end-socket-alerts-table" not in line and not Gitlab.is_heading_line(line) and line != '':
|
|
307
308
|
title, package, introduced_by, manifest = line.lstrip("|").rstrip("|").split("|")
|
|
308
309
|
details, _ = package.split("](")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-0.0.78 → socketsecurity-0.0.80}/socketsecurity.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|