methodwebscan 0.0.137__py3-none-any.whl → 0.0.138__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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: methodwebscan
3
- Version: 0.0.137
3
+ Version: 0.0.138
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -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=GkSJiqN4urw4deX53v6sH_bv_5Tl_PRuMHQys39ZRdw,986
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.137.dist-info/METADATA,sha256=YJlCIZuXjeb54VLYm4kzO0v-yv0ddDPOZMJpp7YAByg,932
209
- methodwebscan-0.0.137.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
210
- methodwebscan-0.0.137.dist-info/RECORD,,
208
+ methodwebscan-0.0.138.dist-info/METADATA,sha256=VR2tR6D-08ENDK_HfKefbmFOsDENBLT_W8WgddLy2JY,932
209
+ methodwebscan-0.0.138.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
210
+ methodwebscan-0.0.138.dist-info/RECORD,,