troubadix 25.5.0__py3-none-any.whl → 25.6.0__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.
troubadix/__version__.py CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
4
 
5
- __version__ = "25.5.0"
5
+ __version__ = "25.6.0"
@@ -92,7 +92,10 @@ class CheckForkingNaslFunctions(FileContentPlugin):
92
92
  return
93
93
 
94
94
  # This one is using if/else calls similar to the examples above.
95
- if "2013/gb_sap_netweaver_portal_rce_04_13.nasl" in str(nasl_file):
95
+ if (
96
+ "2011/zohocorp/gb_manageengine_adselfservice_plus_xss_vuln.nasl"
97
+ in str(nasl_file)
98
+ ):
96
99
  return
97
100
 
98
101
  # Another example using if/else calls
@@ -174,11 +174,15 @@ def get_grammer_pattern() -> re.Pattern:
174
174
  # server-site template injection -> server-side template injection
175
175
  r"cross[\s-]+side[\s-]+(request[\s-]+forgery|scripting)|"
176
176
  r"server[\s-]+site[\s-]+(request[\s-]+forgery|template)[\s-]+injection|"
177
- # nb: Next two could happen when copy'n'paste some text parts around
177
+ # nb: Next few could happen when copy'n'paste some text parts around
178
178
  # like e.g.:
179
179
  # is prone to a to a remote denial-of-service vulnerability
180
180
  # CVE-2022-31702: Command injection in the in the vRNI REST API
181
- r"in the in the|to an? to a|"
181
+ # MariaDB versions prior to prior to 10.3.32, 10.4.x prior to
182
+ # Update to update to version 1.2.3
183
+ # Update to version to version 1.2.3
184
+ r"in the in the|to an? to a|prior to prior to|to version to version|"
185
+ r"update to update to|"
182
186
  # e.g. "is prone to a security bypass vulnerabilities"
183
187
  r"is\s+prone\s+to\s+an?\s+[^\s]+\s+([^\s]+\s+)?vulnerabilities" r").*",
184
188
  re.IGNORECASE,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: troubadix
3
- Version: 25.5.0
3
+ Version: 25.6.0
4
4
  Summary: A linting and QA check tool for NASL files
5
5
  License: GPL-3.0-or-later
6
6
  Author: Greenbone
@@ -1,5 +1,5 @@
1
1
  troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
2
- troubadix/__version__.py,sha256=_BJXZ_xI81DnXzmbbr5El-sGx6A9is-zDaDSWyIEyYE,103
2
+ troubadix/__version__.py,sha256=76h0BKuxYvrntJEthUqL2PiF83_HuotQb6vPtAuvrQ4,103
3
3
  troubadix/argparser.py,sha256=-H07Jhqh68_M4Mbjq9qJjTr3MShy_N2pxl2qHA6cfRU,7481
4
4
  troubadix/codespell/codespell.additions,sha256=E62zoHJavUhcbMoyBqO2rOUe3OqIXikh7uAiGmNs5uw,524
5
5
  troubadix/codespell/codespell.exclude,sha256=8blBv8KRrKU4KQhneHOPth1tSCYdrEoOCI5kYRfhOEA,147451
@@ -24,9 +24,9 @@ troubadix/plugins/double_end_points.py,sha256=1TLVc8HFYEKS870zaIoKmsAjBsRU9WZpaM
24
24
  troubadix/plugins/duplicate_oid.py,sha256=lemYl3CUoOMFtRTLnlfjwPptnN51sQby3D9YjFtOv2Q,2652
25
25
  troubadix/plugins/duplicated_script_tags.py,sha256=UPBR2jbU15JLKJlVk1e2GFREH5Wj5Ax2yDFrmRKq74Y,3123
26
26
  troubadix/plugins/encoding.py,sha256=zNzqNpP39TUwOklnc8OJ3OIUelAN_hvnuBYoa3Pz764,2104
27
- troubadix/plugins/forking_nasl_functions.py,sha256=pYUebqPBWuqfLmnRYJgpGnrmx4YbnKIiRG8cmsIgmq4,6014
27
+ troubadix/plugins/forking_nasl_functions.py,sha256=IUtCrTK_sGDx79jAPS8lF_aN8zSG2AkzfC6duTMvJOw,6069
28
28
  troubadix/plugins/get_kb_on_services.py,sha256=oFmcjiF7ZD3x5tEbJEoZNn80y1qUzNgeSZNsogSqaZ0,3401
29
- troubadix/plugins/grammar.py,sha256=iEDFtQX-t1oLFeXiOTHM0NBHeY3X9WZrp1SNZPQT8vw,9411
29
+ troubadix/plugins/grammar.py,sha256=9VPdf4nO-UOE2P8fiAKgh_8GwjGbLztPEixb2AQyeFU,9642
30
30
  troubadix/plugins/http_links_in_tags.py,sha256=yKT5SgLo__TJKAfudfIHkoMF0g9VtOP4VI77dANj014,7221
31
31
  troubadix/plugins/illegal_characters.py,sha256=B6q_RU85AxCjLry56Oc-RhMSpnJU8mTrxclRzi1FVFU,4406
32
32
  troubadix/plugins/log_messages.py,sha256=COrnp3bXMG8PRIAD2x5Ka9hk-jI16We9ifXj6JBZI0c,2960
@@ -98,8 +98,8 @@ troubadix/standalone_plugins/last_modification.py,sha256=ROzwVzzYilXJ0llVt4Lv0w8
98
98
  troubadix/standalone_plugins/no_solution.py,sha256=p_-az9Igl4GH6HnhLLYbYlWIiEP64OTQLpX-z3JAshs,8760
99
99
  troubadix/standalone_plugins/version_updated.py,sha256=6YHF0OjL5NWszQdsSh7XzlSji1e6Uaqwu_Y6m3R0mvI,4203
100
100
  troubadix/troubadix.py,sha256=5__Jz3bYSrya4aG6RCBWxqnsDepXfwXZ3v0bjCzEFi0,6039
101
- troubadix-25.5.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
102
- troubadix-25.5.0.dist-info/METADATA,sha256=Me3vXsrtEOVkWmvDurRsWFHxe7PlHMgL-ZhSzmxOTvI,4462
103
- troubadix-25.5.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
- troubadix-25.5.0.dist-info/entry_points.txt,sha256=SnhEUe4W76P-ADmO9J355gRztTyHU_PTxRewKy3-e5o,832
105
- troubadix-25.5.0.dist-info/RECORD,,
101
+ troubadix-25.6.0.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
102
+ troubadix-25.6.0.dist-info/METADATA,sha256=--6gVERslDbWAyS0NHP9JMtiu2bbOxUZPwchiWkgYWA,4462
103
+ troubadix-25.6.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
104
+ troubadix-25.6.0.dist-info/entry_points.txt,sha256=SnhEUe4W76P-ADmO9J355gRztTyHU_PTxRewKy3-e5o,832
105
+ troubadix-25.6.0.dist-info/RECORD,,