socketsecurity 0.0.67__tar.gz → 0.0.68__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.67/socketsecurity.egg-info → socketsecurity-0.0.68}/PKG-INFO +1 -1
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/pyproject.toml +1 -1
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/__init__.py +3 -3
- {socketsecurity-0.0.67 → socketsecurity-0.0.68/socketsecurity.egg-info}/PKG-INFO +1 -1
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/LICENSE +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/README.md +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/setup.cfg +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/__init__.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/github.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/gitlab.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/issues.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/licenses.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/SOURCES.txt +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/dependency_links.txt +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/entry_points.txt +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/requires.txt +0 -0
- {socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/top_level.txt +0 -0
|
@@ -25,7 +25,7 @@ import time
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
__author__ = 'socket.dev'
|
|
28
|
-
__version__ = '0.0.
|
|
28
|
+
__version__ = '0.0.68'
|
|
29
29
|
__all__ = [
|
|
30
30
|
"Core",
|
|
31
31
|
"log",
|
|
@@ -469,12 +469,12 @@ class Core:
|
|
|
469
469
|
|
|
470
470
|
for package_id in new_packages:
|
|
471
471
|
purl, package = Core.create_purl(package_id, new_packages)
|
|
472
|
-
if package_id not in head_packages:
|
|
472
|
+
if package_id not in head_packages and package.direct:
|
|
473
473
|
diff.new_packages.append(purl)
|
|
474
474
|
new_scan_alerts = Core.create_issue_alerts(package, new_scan_alerts, new_packages)
|
|
475
475
|
for package_id in head_packages:
|
|
476
476
|
purl, package = Core.create_purl(package_id, head_packages)
|
|
477
|
-
if package_id not in new_packages:
|
|
477
|
+
if package_id not in new_packages and package.direct:
|
|
478
478
|
diff.removed_packages.append(purl)
|
|
479
479
|
head_scan_alerts = Core.create_issue_alerts(package, head_scan_alerts, head_packages)
|
|
480
480
|
diff.new_alerts = Core.compare_issue_alerts(new_scan_alerts, head_scan_alerts, diff.new_alerts)
|
|
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
|
|
File without changes
|
|
File without changes
|
{socketsecurity-0.0.67 → socketsecurity-0.0.68}/socketsecurity.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|