troubadix 25.12.0__py3-none-any.whl → 25.12.2__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.12.0"
5
+ __version__ = "25.12.2"
@@ -26,3 +26,4 @@ CSFR->CSRF
26
26
  XXS->XSS
27
27
  reverenced->referenced
28
28
  sever->server
29
+ cooky->cookie, cookies,
@@ -1621,3 +1621,4 @@ xml += string( '<oval_system_characteristics xmlns="http://oval.mitre.org/XMLSch
1621
1621
  - XSS via a crafted WAN name on the General Setup screen (CVE-2019-16534)");
1622
1622
  "^[Xx]-[Aa]dobe-[Cc]ontent\s*:\s*AEM" );
1623
1623
  Zhongling Wen discovered that the h323 conntrack handler did not correctly
1624
+ check_urls = make_list( "/olt/Login.do", "/otm/logon.do" );
@@ -179,6 +179,10 @@ def get_grammer_pattern() -> re.Pattern:
179
179
  # server-site template injection -> server-side template injection
180
180
  r"cross[\s-]+side[\s-]+(request[\s-]+forgery|scripting)|"
181
181
  r"server[\s-]+site[\s-]+(request[\s-]+forgery|template)[\s-]+injection|"
182
+ # e.g.:
183
+ # Successful exploitation may allows an attacker to run arbitrary
184
+ # An error in INSTALL_JAR procedure might allows remote authenticated
185
+ r"(could|may|will|might|should|can)\s+allows\s+|"
182
186
  # nb: Next few could happen when copy'n'paste some text parts around
183
187
  # like e.g.:
184
188
  # is prone to a to a remote denial-of-service vulnerability
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: troubadix
3
- Version: 25.12.0
3
+ Version: 25.12.2
4
4
  Summary: A linting and QA check tool for NASL files
5
5
  License: GPL-3.0-or-later
6
6
  License-File: LICENSE
@@ -1,8 +1,8 @@
1
1
  troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
2
- troubadix/__version__.py,sha256=Wd6JQg_QBV67mA3Uka8Vw8Kd1JYvzkTRUL5ABNVfx3E,104
2
+ troubadix/__version__.py,sha256=FAH6GeCVR7zswqIOjSDjH6VoRQ8mjktzg4IuL2BDzIo,104
3
3
  troubadix/argparser.py,sha256=-H07Jhqh68_M4Mbjq9qJjTr3MShy_N2pxl2qHA6cfRU,7481
4
- troubadix/codespell/codespell.additions,sha256=SJPlIo8vEKEOTftY6ZBSXzcfyv6y9aFAXl9FdpcMxD0,561
5
- troubadix/codespell/codespell.exclude,sha256=1zLTC45y7o1pVWUju35IFRNFG1Tj-r5HbgJwtCb8FRk,148569
4
+ troubadix/codespell/codespell.additions,sha256=_nGI5znfb2BRta4O0tubGYQSLjOusgqT_sz_HFZvbm8,585
5
+ troubadix/codespell/codespell.exclude,sha256=4arAzknuJxPvGz0-tAFp4A3_VLaPR4_XdUE7UfIAGRI,148629
6
6
  troubadix/codespell/codespell.ignore,sha256=2CP8u6O2VENcDpt2FfEDNmfa1Eh3D80yeYHT54GM1X4,1512
7
7
  troubadix/helper/__init__.py,sha256=tp2fPLzwGEA_2eiJbvuePiY6rjYSFxx7VUsCV4fSwvw,1110
8
8
  troubadix/helper/date_format.py,sha256=2m8EWZPmTQ1kxgv4i5hrPoPlAA8usjz28aRff352zNU,2488
@@ -30,7 +30,7 @@ troubadix/plugins/duplicated_script_tags.py,sha256=UPBR2jbU15JLKJlVk1e2GFREH5Wj5
30
30
  troubadix/plugins/encoding.py,sha256=Ow_ZpyjtL2_nqhbukY_3EUhiR0agfSxMxJ4IcMSGsT4,2768
31
31
  troubadix/plugins/forking_nasl_functions.py,sha256=IUtCrTK_sGDx79jAPS8lF_aN8zSG2AkzfC6duTMvJOw,6069
32
32
  troubadix/plugins/get_kb_on_services.py,sha256=oFmcjiF7ZD3x5tEbJEoZNn80y1qUzNgeSZNsogSqaZ0,3401
33
- troubadix/plugins/grammar.py,sha256=-53McZsKFuEavIS8-8CG7fUbW8VO3FuZv0PXenD42Bk,10239
33
+ troubadix/plugins/grammar.py,sha256=vRweTp0TnNxOvs2NSEZGdk3kZL11uoaBcB7CDAjqcL4,10465
34
34
  troubadix/plugins/http_links_in_tags.py,sha256=MmjMkjjlhLDrn-GvYQhPuXR4BSHImOrYi_nede-H-8w,7507
35
35
  troubadix/plugins/if_statement_syntax.py,sha256=5BRJwCCghvZn1AfvYzmk8l9S7aRqbVaLHhSKod_Q9zw,1429
36
36
  troubadix/plugins/illegal_characters.py,sha256=B6q_RU85AxCjLry56Oc-RhMSpnJU8mTrxclRzi1FVFU,4406
@@ -109,8 +109,8 @@ troubadix/standalone_plugins/no_solution.py,sha256=p_-az9Igl4GH6HnhLLYbYlWIiEP64
109
109
  troubadix/standalone_plugins/util.py,sha256=JTXGmi-_BJouTNe6QzEosLlXUt9jKW-3fz4db05RJJw,696
110
110
  troubadix/standalone_plugins/version_updated.py,sha256=6YHF0OjL5NWszQdsSh7XzlSji1e6Uaqwu_Y6m3R0mvI,4203
111
111
  troubadix/troubadix.py,sha256=5__Jz3bYSrya4aG6RCBWxqnsDepXfwXZ3v0bjCzEFi0,6039
112
- troubadix-25.12.0.dist-info/METADATA,sha256=LQC6TDBpDSkHpDijocrWwoILh4p9EI2zNPHd6RO4Pt0,4536
113
- troubadix-25.12.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
114
- troubadix-25.12.0.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
115
- troubadix-25.12.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
116
- troubadix-25.12.0.dist-info/RECORD,,
112
+ troubadix-25.12.2.dist-info/METADATA,sha256=zKDqMztffNlH7zvIddUyLZPRKlmUjcPo6sB-XuwRcTA,4536
113
+ troubadix-25.12.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
114
+ troubadix-25.12.2.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
115
+ troubadix-25.12.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
116
+ troubadix-25.12.2.dist-info/RECORD,,