devsecops-engine-tools 1.46.1__py3-none-any.whl → 1.46.2__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/nuclei/nuclei_config.py +7 -2
- devsecops_engine_tools/version.py +1 -1
- {devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/METADATA +1 -1
- {devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/RECORD +7 -7
- {devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/WHEEL +0 -0
- {devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/entry_points.txt +0 -0
- {devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/top_level.txt +0 -0
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py
CHANGED
|
@@ -32,8 +32,13 @@ class NucleiConfig:
|
|
|
32
32
|
template_data["http"][0]["path"] = [
|
|
33
33
|
"{{BaseURL}}" + new_template_data["operation"]["path"]
|
|
34
34
|
]
|
|
35
|
-
if "headers" in
|
|
36
|
-
|
|
35
|
+
if "headers" in new_template_data["operation"]:
|
|
36
|
+
if "headers" not in template_data["http"][0]:
|
|
37
|
+
template_data["http"][0]["headers"] = new_template_data["operation"]["headers"]
|
|
38
|
+
else:
|
|
39
|
+
for header, value in new_template_data["operation"]["headers"].items():
|
|
40
|
+
if header not in template_data["http"][0]["headers"]:
|
|
41
|
+
template_data["http"][0]["headers"][header] = value
|
|
37
42
|
if "payload" in new_template_data["operation"]:
|
|
38
43
|
body = json_dumps(new_template_data["operation"]["payload"])
|
|
39
44
|
template_data["http"][0]["body"] = body
|
|
@@ -1 +1 @@
|
|
|
1
|
-
version = '1.46.
|
|
1
|
+
version = '1.46.2'
|
|
@@ -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=AKJOxe3D5G8e2r-CDpRB1HjBpkHibTuhT5MZF7zvv8w,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
|
|
@@ -79,7 +79,7 @@ devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/__init
|
|
|
79
79
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_object.py,sha256=p0_rDDjdsyAa_ar-HgZE_SQE-beua0oK3KBnwj8EmPo,1998
|
|
80
80
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py,sha256=9Yh7lOd6lsHcvl8exgWW7N8qTP55w-Znl0kid7IlKrM,5431
|
|
81
81
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
82
|
-
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py,sha256=
|
|
82
|
+
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py,sha256=oGjL0qvu1zVvYjXg3oZMDTSPWshvD0f_kLKCUvs-a94,3449
|
|
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
|
|
@@ -347,8 +347,8 @@ devsecops_engine_tools/engine_utilities/utils/name_conversion.py,sha256=ADJrRGax
|
|
|
347
347
|
devsecops_engine_tools/engine_utilities/utils/printers.py,sha256=amYAr9YQfYgR6jK9a2l26z3oovFPQ3FAKmhq6BKhEBA,623
|
|
348
348
|
devsecops_engine_tools/engine_utilities/utils/session_manager.py,sha256=Z0fdhB3r-dxU0nGSD9zW_B4r2Qol1rUnUCkhFR0U-HQ,487
|
|
349
349
|
devsecops_engine_tools/engine_utilities/utils/utils.py,sha256=XFap4yOK7ItLWsqbwDhvLd7NpDhs7i-UGJAMD6jjd7w,6687
|
|
350
|
-
devsecops_engine_tools-1.46.
|
|
351
|
-
devsecops_engine_tools-1.46.
|
|
352
|
-
devsecops_engine_tools-1.46.
|
|
353
|
-
devsecops_engine_tools-1.46.
|
|
354
|
-
devsecops_engine_tools-1.46.
|
|
350
|
+
devsecops_engine_tools-1.46.2.dist-info/METADATA,sha256=OZC4Wq40WPP0-59nkjWrOKM3a-mKa0my5RDTHSrWJoQ,11779
|
|
351
|
+
devsecops_engine_tools-1.46.2.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
352
|
+
devsecops_engine_tools-1.46.2.dist-info/entry_points.txt,sha256=MHCTFFs9bdNKo6YcWCcBW2_8X6yTisgLOlmVx-V8Rxc,276
|
|
353
|
+
devsecops_engine_tools-1.46.2.dist-info/top_level.txt,sha256=ge6y0X_xBAU1aG3EMWFtl9djbVyg5BxuSp2r2Lg6EQU,23
|
|
354
|
+
devsecops_engine_tools-1.46.2.dist-info/RECORD,,
|
|
File without changes
|
{devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{devsecops_engine_tools-1.46.1.dist-info → devsecops_engine_tools-1.46.2.dist-info}/top_level.txt
RENAMED
|
File without changes
|