devsecops-engine-tools 1.99.0__py3-none-any.whl → 1.99.1__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 +4 -1
- devsecops_engine_tools/version.py +1 -1
- {devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/METADATA +1 -1
- {devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/RECORD +7 -7
- {devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/WHEEL +0 -0
- {devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/entry_points.txt +0 -0
- {devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/top_level.txt +0 -0
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py
CHANGED
|
@@ -33,9 +33,12 @@ class NucleiConfig:
|
|
|
33
33
|
with open(template_name, "r") as template_file: # abrir archivo
|
|
34
34
|
template_data = self.yaml.load(template_file)
|
|
35
35
|
if "http" in template_data:
|
|
36
|
+
parm_path = ""
|
|
37
|
+
if "parm" in new_template_data["operation"]:
|
|
38
|
+
parm_path = f"?{'&'.join([str(key) + '=' + str(value) for key, value in new_template_data['operation']['parm'].items()])}"
|
|
36
39
|
template_data["http"][0]["method"] = new_template_data["operation"]["method"]
|
|
37
40
|
template_data["http"][0]["path"] = [
|
|
38
|
-
"{{BaseURL}}" + new_template_data["operation"]["path"]
|
|
41
|
+
"{{BaseURL}}" + new_template_data["operation"]["path"] + parm_path
|
|
39
42
|
]
|
|
40
43
|
if "headers" in new_template_data["operation"]:
|
|
41
44
|
if "headers" not in template_data["http"][0]:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
version = '1.99.
|
|
1
|
+
version = '1.99.1'
|
|
@@ -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=kpCtR0hJPuiwybJjqXJ2YMV_S_at5T19xLodf9WZse4,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
|
|
@@ -81,7 +81,7 @@ devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/__init
|
|
|
81
81
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_object.py,sha256=YSPPVt7NTq5LasLPJZolc-Y44remOEroiqL79nqRXC8,2219
|
|
82
82
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/jwt/jwt_tool.py,sha256=9Yh7lOd6lsHcvl8exgWW7N8qTP55w-Znl0kid7IlKrM,5431
|
|
83
83
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
84
|
-
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py,sha256=
|
|
84
|
+
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_config.py,sha256=lcpGAETmZ1yHkQWK8KKCKAdrCifvDLZFTxXeG4R-Vf0,3985
|
|
85
85
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_deserealizer.py,sha256=qqoBMXr350ItzabSU6a_fD2-9kB6pAmtWioFP5AvCIE,1346
|
|
86
86
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/nuclei/nuclei_tool.py,sha256=KQKEq06izKut2VMhD9nfc-CFPdvT8wOcar3COB7x6ZA,6843
|
|
87
87
|
devsecops_engine_tools/engine_dast/src/infrastructure/driven_adapters/oauth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -380,8 +380,8 @@ devsecops_engine_tools/engine_utilities/utils/name_conversion.py,sha256=ADJrRGax
|
|
|
380
380
|
devsecops_engine_tools/engine_utilities/utils/printers.py,sha256=amYAr9YQfYgR6jK9a2l26z3oovFPQ3FAKmhq6BKhEBA,623
|
|
381
381
|
devsecops_engine_tools/engine_utilities/utils/session_manager.py,sha256=Z0fdhB3r-dxU0nGSD9zW_B4r2Qol1rUnUCkhFR0U-HQ,487
|
|
382
382
|
devsecops_engine_tools/engine_utilities/utils/utils.py,sha256=HCjS900TBoNcHrC4LaiP-Kf9frVdtagF130qOUgnO2M,6757
|
|
383
|
-
devsecops_engine_tools-1.99.
|
|
384
|
-
devsecops_engine_tools-1.99.
|
|
385
|
-
devsecops_engine_tools-1.99.
|
|
386
|
-
devsecops_engine_tools-1.99.
|
|
387
|
-
devsecops_engine_tools-1.99.
|
|
383
|
+
devsecops_engine_tools-1.99.1.dist-info/METADATA,sha256=_za0wvZSQ4PtBLwRQ-VqLZR3MsjAnbrAsnDh8IudvMU,3200
|
|
384
|
+
devsecops_engine_tools-1.99.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
385
|
+
devsecops_engine_tools-1.99.1.dist-info/entry_points.txt,sha256=OWAww5aBsGeMv0kWhSgVNB0ySKKpYuJd4dly0ikFPkc,283
|
|
386
|
+
devsecops_engine_tools-1.99.1.dist-info/top_level.txt,sha256=ge6y0X_xBAU1aG3EMWFtl9djbVyg5BxuSp2r2Lg6EQU,23
|
|
387
|
+
devsecops_engine_tools-1.99.1.dist-info/RECORD,,
|
|
File without changes
|
{devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{devsecops_engine_tools-1.99.0.dist-info → devsecops_engine_tools-1.99.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|