troubadix 25.7.1__py3-none-any.whl → 25.7.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 +1 -1
- troubadix/plugins/valid_oid.py +2 -2
- {troubadix-25.7.1.dist-info → troubadix-25.7.2.dist-info}/METADATA +1 -1
- {troubadix-25.7.1.dist-info → troubadix-25.7.2.dist-info}/RECORD +7 -7
- {troubadix-25.7.1.dist-info → troubadix-25.7.2.dist-info}/LICENSE +0 -0
- {troubadix-25.7.1.dist-info → troubadix-25.7.2.dist-info}/WHEEL +0 -0
- {troubadix-25.7.1.dist-info → troubadix-25.7.2.dist-info}/entry_points.txt +0 -0
troubadix/__version__.py
CHANGED
troubadix/plugins/valid_oid.py
CHANGED
|
@@ -184,13 +184,13 @@ class CheckValidOID(FileContentPlugin):
|
|
|
184
184
|
return
|
|
185
185
|
|
|
186
186
|
amazon_sa_match = re.search(
|
|
187
|
-
r"^1\.3\.6\.1\.4\.1\.25623\.1\.1\.5\.20[0-4][0-9]\.[0-9]+$",
|
|
187
|
+
r"^1\.3\.6\.1\.4\.1\.25623\.1\.1\.5\.([1-3]\.)?20[0-4][0-9]\.[0-9]+$",
|
|
188
188
|
oid,
|
|
189
189
|
)
|
|
190
190
|
if amazon_sa_match is None:
|
|
191
191
|
yield LinterError(
|
|
192
192
|
f"script_oid() {invalid_oid} '{str(oid)}' (Amazon "
|
|
193
|
-
"pattern: 1.3.6.1.4.1.25623.1.1.5.[ADVISORY_YEAR]"
|
|
193
|
+
"pattern: 1.3.6.1.4.1.25623.1.1.5.[OPTIONAL PRODUCT PREFIX.][ADVISORY_YEAR]"
|
|
194
194
|
".[ADVISORY_ID])",
|
|
195
195
|
file=nasl_file,
|
|
196
196
|
plugin=self.name,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
|
|
2
|
-
troubadix/__version__.py,sha256=
|
|
2
|
+
troubadix/__version__.py,sha256=EA2GLQK348RjHkRyKol1zd5TvtYoIPcrWZ21w68GjG0,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
|
|
@@ -71,7 +71,7 @@ troubadix/plugins/tabs.py,sha256=7zXaTZe4cZoZvrLyqntVfTeNN_W3D8dfQl67QevXxtc,131
|
|
|
71
71
|
troubadix/plugins/todo_tbd.py,sha256=MN5fFwBhPmt3JDQ2Hx20B8yUy1vz7LIZC3rDIOzfW9M,1758
|
|
72
72
|
troubadix/plugins/trailing_spaces_tabs.py,sha256=nMly8ZsmGprxHvwCDclKBDRB0eq6JEkjERYKvtStkY4,1873
|
|
73
73
|
troubadix/plugins/using_display.py,sha256=BBqjMzRhlVZbbeOAAktdhqysuYoHNaMmqO6-6l_-Hy4,3983
|
|
74
|
-
troubadix/plugins/valid_oid.py,sha256=
|
|
74
|
+
troubadix/plugins/valid_oid.py,sha256=zoSDyHdePitXJwCtBk4WExtCN36Ql5NATgoQh90oKpI,17824
|
|
75
75
|
troubadix/plugins/valid_script_tag_names.py,sha256=6uMJsBdV-Zx-k1F2_MWmQPHXNo1u0ifuosbftbg-27E,3447
|
|
76
76
|
troubadix/plugins/variable_assigned_in_if.py,sha256=NNz8iuzyQ4rSM6My4WYC1s5TABQqgs7us15PkDA-VV0,3285
|
|
77
77
|
troubadix/plugins/variable_redefinition_in_foreach.py,sha256=SfaA70TkpD9dsvNbhwJEA3eLAHWvj4YwksN-qeBMowg,2470
|
|
@@ -107,8 +107,8 @@ troubadix/standalone_plugins/no_solution.py,sha256=p_-az9Igl4GH6HnhLLYbYlWIiEP64
|
|
|
107
107
|
troubadix/standalone_plugins/util.py,sha256=JTXGmi-_BJouTNe6QzEosLlXUt9jKW-3fz4db05RJJw,696
|
|
108
108
|
troubadix/standalone_plugins/version_updated.py,sha256=6YHF0OjL5NWszQdsSh7XzlSji1e6Uaqwu_Y6m3R0mvI,4203
|
|
109
109
|
troubadix/troubadix.py,sha256=5__Jz3bYSrya4aG6RCBWxqnsDepXfwXZ3v0bjCzEFi0,6039
|
|
110
|
-
troubadix-25.7.
|
|
111
|
-
troubadix-25.7.
|
|
112
|
-
troubadix-25.7.
|
|
113
|
-
troubadix-25.7.
|
|
114
|
-
troubadix-25.7.
|
|
110
|
+
troubadix-25.7.2.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
111
|
+
troubadix-25.7.2.dist-info/METADATA,sha256=WXNcQxUkAQmWXwdlCo56byIh1KNPwDP0oFHLrFeD4MQ,4462
|
|
112
|
+
troubadix-25.7.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
113
|
+
troubadix-25.7.2.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
|
|
114
|
+
troubadix-25.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|