devsecops-engine-tools 1.56.3__py3-none-any.whl → 1.56.5__py3-none-any.whl
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.
Potentially problematic release.
This version of devsecops-engine-tools might be problematic. Click here for more details.
- devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/generic_oauth.py +3 -1
- devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/first_csv/first_epss_csv.py +1 -1
- devsecops_engine_tools/version.py +1 -1
- {devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/METADATA +1 -1
- {devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/RECORD +8 -8
- {devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/WHEEL +0 -0
- {devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/entry_points.txt +0 -0
- {devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/top_level.txt +0 -0
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/generic_oauth.py
CHANGED
|
@@ -52,7 +52,9 @@ class GenericOauth(AuthenticationGateway):
|
|
|
52
52
|
"scope": self.config["scope"]
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
if self.config["path"].startswith("http"): url = self.config["path"]
|
|
56
|
+
else: url = self.endpoint + self.config["path"]
|
|
57
|
+
|
|
56
58
|
headers = self.config["headers"]
|
|
57
59
|
response = requests.request(
|
|
58
60
|
self.config["method"], url, headers=headers, data=data, timeout=5
|
devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/first_csv/first_epss_csv.py
CHANGED
|
@@ -16,7 +16,7 @@ logger = MyLogger.__call__(**settings.SETTING_LOGGER).get_logger()
|
|
|
16
16
|
|
|
17
17
|
class FirstCsv(AddEpssGateway):
|
|
18
18
|
def download_epss_data(self):
|
|
19
|
-
base_url = "https://epss.
|
|
19
|
+
base_url = "https://epss.empiricalsecurity.com/epss_scores-{}.csv.gz"
|
|
20
20
|
date = datetime.datetime.now()
|
|
21
21
|
attempts = 0
|
|
22
22
|
while attempts < 2:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
version = '1.56.
|
|
1
|
+
version = '1.56.5'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
devsecops_engine_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
devsecops_engine_tools/version.py,sha256=
|
|
2
|
+
devsecops_engine_tools/version.py,sha256=aqyKZWt4-g6j8-a4jw8MAG7YF-Cm3ClF0toAQNwApmY,19
|
|
3
3
|
devsecops_engine_tools/engine_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
devsecops_engine_tools/engine_core/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
devsecops_engine_tools/engine_core/src/applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -83,7 +83,7 @@ devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuc
|
|
|
83
83
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_deserealizer.py,sha256=qqoBMXr350ItzabSU6a_fD2-9kB6pAmtWioFP5AvCIE,1346
|
|
84
84
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py,sha256=Bk2JTwzTqrU9N84C_GTIf2vF_IpxuvLbvaygVIWOXdI,6066
|
|
85
85
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
|
-
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/generic_oauth.py,sha256=
|
|
86
|
+
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/generic_oauth.py,sha256=fdQ6L7uiDsOol9unGL12l0O47LuOVkg5574Li7aqR24,2913
|
|
87
87
|
devsecops_engine_tools/engine_dast/src/infrastructure/entry_points/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
88
88
|
devsecops_engine_tools/engine_dast/src/infrastructure/entry_points/entry_point_dast.py,sha256=Cbl-PH4BL4mT7JMkFRd3G9xKL4VatGDox3uyCGjxsKc,419
|
|
89
89
|
devsecops_engine_tools/engine_dast/src/infrastructure/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -108,7 +108,7 @@ devsecops_engine_tools/engine_risk/src/domain/usecases/handle_filters.py,sha256=
|
|
|
108
108
|
devsecops_engine_tools/engine_risk/src/infrastructure/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
109
109
|
devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
110
110
|
devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/first_csv/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
111
|
-
devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/first_csv/first_epss_csv.py,sha256=
|
|
111
|
+
devsecops_engine_tools/engine_risk/src/infrastructure/driven_adapters/first_csv/first_epss_csv.py,sha256=puyoD1csvsJJTmTlJELS97NMoWC4hHAIbYuu916hvQY,2160
|
|
112
112
|
devsecops_engine_tools/engine_risk/src/infrastructure/entry_points/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
113
|
devsecops_engine_tools/engine_risk/src/infrastructure/entry_points/entry_point_risk.py,sha256=3SIhdvy0_fEuN-w2_KNvwklo5mL3rCr5Zb2SV6HY77k,2630
|
|
114
114
|
devsecops_engine_tools/engine_risk/src/infrastructure/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -349,8 +349,8 @@ devsecops_engine_tools/engine_utilities/utils/name_conversion.py,sha256=ADJrRGax
|
|
|
349
349
|
devsecops_engine_tools/engine_utilities/utils/printers.py,sha256=amYAr9YQfYgR6jK9a2l26z3oovFPQ3FAKmhq6BKhEBA,623
|
|
350
350
|
devsecops_engine_tools/engine_utilities/utils/session_manager.py,sha256=Z0fdhB3r-dxU0nGSD9zW_B4r2Qol1rUnUCkhFR0U-HQ,487
|
|
351
351
|
devsecops_engine_tools/engine_utilities/utils/utils.py,sha256=HCjS900TBoNcHrC4LaiP-Kf9frVdtagF130qOUgnO2M,6757
|
|
352
|
-
devsecops_engine_tools-1.56.
|
|
353
|
-
devsecops_engine_tools-1.56.
|
|
354
|
-
devsecops_engine_tools-1.56.
|
|
355
|
-
devsecops_engine_tools-1.56.
|
|
356
|
-
devsecops_engine_tools-1.56.
|
|
352
|
+
devsecops_engine_tools-1.56.5.dist-info/METADATA,sha256=6tSXijWLZwEOWzgLxKsAGfQ2PMaz_z5M4d1M7CB4ZzU,11779
|
|
353
|
+
devsecops_engine_tools-1.56.5.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
354
|
+
devsecops_engine_tools-1.56.5.dist-info/entry_points.txt,sha256=MHCTFFs9bdNKo6YcWCcBW2_8X6yTisgLOlmVx-V8Rxc,276
|
|
355
|
+
devsecops_engine_tools-1.56.5.dist-info/top_level.txt,sha256=ge6y0X_xBAU1aG3EMWFtl9djbVyg5BxuSp2r2Lg6EQU,23
|
|
356
|
+
devsecops_engine_tools-1.56.5.dist-info/RECORD,,
|
|
File without changes
|
{devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{devsecops_engine_tools-1.56.3.dist-info → devsecops_engine_tools-1.56.5.dist-info}/top_level.txt
RENAMED
|
File without changes
|