methodwebscan 0.0.137__py3-none-any.whl → 0.0.139__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.
- methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +2 -1
- {methodwebscan-0.0.137.dist-info → methodwebscan-0.0.139.dist-info}/METADATA +1 -1
- {methodwebscan-0.0.137.dist-info → methodwebscan-0.0.139.dist-info}/RECORD +4 -4
- {methodwebscan-0.0.137.dist-info → methodwebscan-0.0.139.dist-info}/WHEEL +0 -0
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
from .......core.pydantic_utilities import UniversalBaseModel
|
|
4
4
|
import typing
|
|
5
|
+
import pydantic
|
|
5
6
|
from .classification_details import ClassificationDetails
|
|
6
7
|
from ..probe.nuclei_probe import NucleiProbe
|
|
7
8
|
from .......core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
|
-
import pydantic
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class NucleiFindingInfo(UniversalBaseModel):
|
|
12
12
|
name: typing.Optional[str] = None
|
|
13
|
+
software_weakness: typing.Optional[str] = pydantic.Field(alias="softwareWeakness", default=None)
|
|
13
14
|
description: typing.Optional[str] = None
|
|
14
15
|
impact: typing.Optional[str] = None
|
|
15
16
|
remediation: typing.Optional[str] = None
|
|
@@ -47,7 +47,7 @@ methodwebscan/resources/common/resources/nuclei/resources/report/classification_
|
|
|
47
47
|
methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py,sha256=IZ-oMiO_6hAqs2FMjC3A9VjRTlC-lFIeDvLPgPVtylo,896
|
|
48
48
|
methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py,sha256=xELOKTSlLPCR0HmM80vPbn1p34C36F3JnEX5nlrhIP0,491
|
|
49
49
|
methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_attempt_info.py,sha256=Bl7-jUn5r5AgWzx5hgrIOVuYLLcEK1Ejmzu4haUOG04,806
|
|
50
|
-
methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py,sha256=
|
|
50
|
+
methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py,sha256=IPdnc0CPPT-xWPffGNeS8P94AbH1SaxeJAZTaoowBhc,1087
|
|
51
51
|
methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_target_info.py,sha256=nFqqyzhzGERwPNU5rXEDj25JJ6Nf-7BEZIAy3dAEC0E,734
|
|
52
52
|
methodwebscan/resources/discover/__init__.py,sha256=UdwjiV885h_xrNkvho-7-Kc_q4eWDU24OlFDQJwPxt4,2041
|
|
53
53
|
methodwebscan/resources/discover/resources/__init__.py,sha256=Xajh8UVaE0N0G3Jiwlnd_Gj09CpC_Zz9UnbM9VfJWbs,2092
|
|
@@ -205,6 +205,6 @@ methodwebscan/resources/pentest/resources/waf/resources/detect/waf_detected.py,s
|
|
|
205
205
|
methodwebscan/resources/pentest/resources/waf/resources/detect/waf_fingerprint.py,sha256=498nk-i5CG9-rcfoZTgV5wbTOKCSRiWhhLqgh2m_Ouk,739
|
|
206
206
|
methodwebscan/resources/pentest/resources/waf/resources/detect/waf_provider_enum.py,sha256=n7k5KYNOOMUo2mG3cemiSyiyZ6D2s3mh-F7N-61Kl7M,247
|
|
207
207
|
methodwebscan/resources/pentest/resources/waf/resources/detect/waf_rule_category_enum.py,sha256=RzZQd-XUtV6wpDmUCTiSwKLLVnSxTtyrAlnZwYq7DjU,166
|
|
208
|
-
methodwebscan-0.0.
|
|
209
|
-
methodwebscan-0.0.
|
|
210
|
-
methodwebscan-0.0.
|
|
208
|
+
methodwebscan-0.0.139.dist-info/METADATA,sha256=hmOvoRRtr0SV3JJgghc1VU2KPfdt05uEj4PZ2rk9Hs4,932
|
|
209
|
+
methodwebscan-0.0.139.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
210
|
+
methodwebscan-0.0.139.dist-info/RECORD,,
|
|
File without changes
|