defectdojo-cli2 0.0.3__tar.gz → 0.0.4__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.
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/ChangeLog +10 -0
- {defectdojo_cli2-0.0.3/defectdojo_cli2.egg-info → defectdojo_cli2-0.0.4}/PKG-INFO +1 -1
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/findings.py +0 -5
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4/defectdojo_cli2.egg-info}/PKG-INFO +1 -1
- defectdojo_cli2-0.0.4/defectdojo_cli2.egg-info/pbr.json +1 -0
- defectdojo_cli2-0.0.3/defectdojo_cli2.egg-info/pbr.json +0 -1
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/AUTHORS +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/LICENSE +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/README.md +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/__init__.py +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/__main__.py +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/engagements.py +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/tests.py +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2/util.py +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/SOURCES.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/dependency_links.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/entry_points.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/not-zip-safe +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/requires.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/top_level.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/release.sh +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/requirements.txt +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/setup.cfg +0 -0
- {defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/setup.py +0 -0
|
@@ -19,7 +19,6 @@ class Findings(object):
|
|
|
19
19
|
|
|
20
20
|
You can use the following sub_commands:
|
|
21
21
|
import Import findings (scan results)
|
|
22
|
-
upload Same as import (deprecated, EOL december/2021)
|
|
23
22
|
reimport Re-import findings of a test
|
|
24
23
|
list List findings
|
|
25
24
|
update Update a finding
|
|
@@ -35,10 +34,6 @@ class Findings(object):
|
|
|
35
34
|
# Use dispatch pattern to invoke method with same name (that starts with _)
|
|
36
35
|
getattr(self, '_'+args.sub_command)()
|
|
37
36
|
|
|
38
|
-
# Backwards compability
|
|
39
|
-
def _upload(self):
|
|
40
|
-
self._import()
|
|
41
|
-
|
|
42
37
|
def import_(self, url, api_key, result_file, scanner, engagement_id, lead_id,
|
|
43
38
|
active=None, verified=None, scan_date=None, min_severity=None,
|
|
44
39
|
tag_test=None, test_type=None, env=None, auto_close=None,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"git_version": "8c05f49", "is_release": true}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"git_version": "911dceb", "is_release": true}
|
|
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
|
{defectdojo_cli2-0.0.3 → defectdojo_cli2-0.0.4}/defectdojo_cli2.egg-info/dependency_links.txt
RENAMED
|
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
|