troubadix 25.12.1__py3-none-any.whl → 25.12.3__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.1"
5
+ __version__ = "25.12.3"
@@ -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" );
@@ -43,8 +43,13 @@ exceptions = [
43
43
  # From several Ubuntu LSCs like e.g.:
44
44
  # 2021/ubuntu/gb_ubuntu_USN_4711_1.nasl
45
45
  TextCheck("An attacker with access to at least one LUN in a multiple"),
46
- # nb: The regex to catch "this files" might catch this wrongly...
47
- PatternCheck(r"th(is|ese)\s+filesystem", re.IGNORECASE),
46
+ # nb:
47
+ # - The regex to catch e.g. "this files" or "This allow an attacker" might
48
+ # catch this wrongly...
49
+ # - Cases like "this filesystem" vs. "these filesystems" are also handled /
50
+ # excluded here
51
+ PatternCheck(r'this\s+(filesystem|allow\s+list)[\s.",]+', re.IGNORECASE),
52
+ PatternCheck(r'these\s+(filesystem|allow\s+list)s[\s.",]+', re.IGNORECASE),
48
53
  # Like seen in e.g. 2008/freebsd/freebsd_mod_php4-twig.nasl
49
54
  PatternCheck(r'(\s+|")[Aa]\s+multiple\s+of'),
50
55
  # WITH can be used like e.g. the following which is valid:
@@ -179,8 +184,16 @@ def get_grammer_pattern() -> re.Pattern:
179
184
  # server-site template injection -> server-side template injection
180
185
  r"cross[\s-]+side[\s-]+(request[\s-]+forgery|scripting)|"
181
186
  r"server[\s-]+site[\s-]+(request[\s-]+forgery|template)[\s-]+injection|"
182
- # e.g. "Successful exploitation may allows an attacker to run arbitrary"
183
- r"(could|may|will)\s+allows\s+an?\s+|"
187
+ # e.g.:
188
+ # Successful exploitation may allows an attacker to run arbitrary
189
+ # An error in INSTALL_JAR procedure might allows remote authenticated
190
+ r"(could|may|will|might|should|can)\s+allows\s+|"
191
+ # e.g.:
192
+ # - Inadequate checks in com_contact could allowed mail submission
193
+ r"(could|may|will|might|should|can)\s+allowed\s+|"
194
+ # e.g.:
195
+ # This allow an attacker to gain administrative access to the
196
+ r"This\s+allow\s+|"
184
197
  # nb: Next few could happen when copy'n'paste some text parts around
185
198
  # like e.g.:
186
199
  # 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.1
3
+ Version: 25.12.3
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=hsa_pVfs2PwFTd4Edh7oX4ppjZr7MYlYfFkrFumum4c,104
2
+ troubadix/__version__.py,sha256=YI_8l-uaunf3GhvLSwXvZqes-aLi9C0D7-LT287V7Aw,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=ZVCYEbkYoHY-adKfwDyNykKnBkB2TggZSKdpM3e5LjA,10367
33
+ troubadix/plugins/grammar.py,sha256=detRRtlK6BZbY9WhyGJYUDcogsAPK8b-99ufi_9q5bI,10977
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.1.dist-info/METADATA,sha256=PcxeShUsZfhk778uNccysYLqcEYeH5TgxhVecY9UKKk,4536
113
- troubadix-25.12.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
114
- troubadix-25.12.1.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
115
- troubadix-25.12.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
116
- troubadix-25.12.1.dist-info/RECORD,,
112
+ troubadix-25.12.3.dist-info/METADATA,sha256=-Bwk0pOJ_TlnDc-XqN5yX25BmEp-TwSvJiVzQG0UiMw,4536
113
+ troubadix-25.12.3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
114
+ troubadix-25.12.3.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
115
+ troubadix-25.12.3.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
116
+ troubadix-25.12.3.dist-info/RECORD,,