methodwebscan 0.0.126__py3-none-any.whl → 0.0.128__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/cwe_details.py +1 -3
- methodwebscan/resources/common/resources/nuclei/resources/report/nuclei_finding_info.py +8 -3
- methodwebscan/resources/discover/resources/route/discover_route_config.py +2 -2
- {methodwebscan-0.0.126.dist-info → methodwebscan-0.0.128.dist-info}/METADATA +1 -1
- {methodwebscan-0.0.126.dist-info → methodwebscan-0.0.128.dist-info}/RECORD +6 -6
- {methodwebscan-0.0.126.dist-info → methodwebscan-0.0.128.dist-info}/WHEEL +0 -0
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from .......core.pydantic_utilities import UniversalBaseModel
|
|
4
|
-
import typing
|
|
5
4
|
from .......core.pydantic_utilities import IS_PYDANTIC_V2
|
|
5
|
+
import typing
|
|
6
6
|
import pydantic
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class CweDetails(UniversalBaseModel):
|
|
10
10
|
id: str
|
|
11
|
-
name: typing.Optional[str] = None
|
|
12
|
-
description: typing.Optional[str] = None
|
|
13
11
|
|
|
14
12
|
if IS_PYDANTIC_V2:
|
|
15
13
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
@@ -2,17 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
from .......core.pydantic_utilities import UniversalBaseModel
|
|
4
4
|
import typing
|
|
5
|
-
from ..probe.nuclei_probe import NucleiProbe
|
|
6
5
|
from .classification_details import ClassificationDetails
|
|
6
|
+
from ..probe.nuclei_probe import NucleiProbe
|
|
7
7
|
from .......core.pydantic_utilities import IS_PYDANTIC_V2
|
|
8
8
|
import pydantic
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
class NucleiFindingInfo(UniversalBaseModel):
|
|
12
|
+
name: typing.Optional[str] = None
|
|
13
|
+
description: typing.Optional[str] = None
|
|
14
|
+
impact: typing.Optional[str] = None
|
|
15
|
+
remediation: typing.Optional[str] = None
|
|
16
|
+
reference: typing.Optional[typing.List[str]] = None
|
|
17
|
+
classification: typing.Optional[ClassificationDetails] = None
|
|
18
|
+
severity: typing.Optional[str] = None
|
|
12
19
|
finding: bool
|
|
13
20
|
probe: typing.Optional[NucleiProbe] = None
|
|
14
|
-
severity: typing.Optional[str] = None
|
|
15
|
-
classification: typing.Optional[ClassificationDetails] = None
|
|
16
21
|
|
|
17
22
|
if IS_PYDANTIC_V2:
|
|
18
23
|
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow") # type: ignore # Pydantic v2
|
|
@@ -11,8 +11,8 @@ from .....core.pydantic_utilities import IS_PYDANTIC_V2
|
|
|
11
11
|
|
|
12
12
|
class DiscoverRouteConfig(UniversalBaseModel):
|
|
13
13
|
target: str
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
collect_static_assets: bool = pydantic.Field(alias="collectStaticAssets")
|
|
15
|
+
ignore_base_url_match: bool = pydantic.Field(alias="ignoreBaseUrlMatch")
|
|
16
16
|
spider_depth: int = pydantic.Field(alias="spiderDepth")
|
|
17
17
|
max_redirects: int = pydantic.Field(alias="maxRedirects")
|
|
18
18
|
verify_tls: bool = pydantic.Field(alias="verifyTls")
|
|
@@ -45,9 +45,9 @@ methodwebscan/resources/common/resources/nuclei/resources/probe/nuclei_probe.py,
|
|
|
45
45
|
methodwebscan/resources/common/resources/nuclei/resources/report/__init__.py,sha256=50mn3n-dQwTQewmCZB5rsPNMYh5CuSF4uuBR2IU7D-E,500
|
|
46
46
|
methodwebscan/resources/common/resources/nuclei/resources/report/classification_details.py,sha256=4m6MMQEikO7vQ-0py58n-a11GJBVKenqg1AsVk3-DYU,678
|
|
47
47
|
methodwebscan/resources/common/resources/nuclei/resources/report/cve_details.py,sha256=IZ-oMiO_6hAqs2FMjC3A9VjRTlC-lFIeDvLPgPVtylo,896
|
|
48
|
-
methodwebscan/resources/common/resources/nuclei/resources/report/cwe_details.py,sha256=
|
|
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=GkSJiqN4urw4deX53v6sH_bv_5Tl_PRuMHQys39ZRdw,986
|
|
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
|
|
@@ -72,7 +72,7 @@ methodwebscan/resources/discover/resources/probe/discover_probe_config.py,sha256
|
|
|
72
72
|
methodwebscan/resources/discover/resources/probe/discover_probe_report.py,sha256=rUJmwJ-8TGZPKWlQ0yZrjWu2v6Fhdvw9Sh9x2NG7RwQ,711
|
|
73
73
|
methodwebscan/resources/discover/resources/probe/discover_probe_result.py,sha256=fIHXXEAaq5Zy9_bZbSC5QfopjVHrPsct6uDa5Xt7DFk,634
|
|
74
74
|
methodwebscan/resources/discover/resources/route/__init__.py,sha256=iFvb1HucM3x60lLVkbGV0LO165PE_wrcWwiK2DVlgqQ,523
|
|
75
|
-
methodwebscan/resources/discover/resources/route/discover_route_config.py,sha256=
|
|
75
|
+
methodwebscan/resources/discover/resources/route/discover_route_config.py,sha256=xH_lnetYeSDfPZa4LpGj5p8l9EBhMsXAQibKayv53Ts,1442
|
|
76
76
|
methodwebscan/resources/discover/resources/route/discover_route_report.py,sha256=QXlZn718SRQ-BSovjHGPYNJlNm46V-UYOFozYlFhlg4,711
|
|
77
77
|
methodwebscan/resources/discover/resources/route/discover_route_result.py,sha256=nECW6x1LnpHjvFgRaOHL-5E77DY4xCBI-7W-q6JEaHU,708
|
|
78
78
|
methodwebscan/resources/discover/resources/route/route_body_param.py,sha256=PpAsB171Q6zIpzFo40DQlbBDzrN14TiXf_kAz8mw-wk,601
|
|
@@ -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=zmRi7jk4Bj4z7jqSWHNet2v-vAwsVR4hac-5VioAeb0,231
|
|
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.128.dist-info/METADATA,sha256=cGVqzo3tiRJjl6uXTuDGPzGiLI5sh22Vc1zVh6lYh_U,932
|
|
209
|
+
methodwebscan-0.0.128.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
210
|
+
methodwebscan-0.0.128.dist-info/RECORD,,
|
|
File without changes
|