troubadix 24.7.3__py3-none-any.whl → 24.7.4__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__ = "24.7.3"
5
+ __version__ = "24.7.4"
@@ -32,10 +32,12 @@ IGNORE_TAGS = [
32
32
  "script_name",
33
33
  "script_xref",
34
34
  "script_add_preference",
35
- # nb: Special case we should ignore (at least for now) as it is commonly
36
- # used like this and is only two chars "too long".
35
+ # nb: Special cases we should ignore (at least for now) as these are
36
+ # commonly used like this and is only two chars "too long".
37
37
  'script_tag(name:"vuldetect", value:"Checks if a vulnerable version is '
38
38
  + 'present on the target host.");',
39
+ 'script_tag(name:"vuldetect", value:"Checks if a vulnerable OS build is '
40
+ + 'present on the target host.");',
39
41
  ]
40
42
 
41
43
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: troubadix
3
- Version: 24.7.3
3
+ Version: 24.7.4
4
4
  Summary: A linting and QA check tool for NASL files
5
5
  Home-page: https://github.com/greenbone/troubadix
6
6
  License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
1
1
  troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
2
- troubadix/__version__.py,sha256=W7cqBfyqbLP9pEZlIH-kS8GRqdzbsgDZY7oYAswusxY,103
2
+ troubadix/__version__.py,sha256=RFqZUpG5MiN2CU3kzX7tuoRtRv-3p6_Xajm8UsmC5Xk,103
3
3
  troubadix/argparser.py,sha256=r9IkiYkd_8BqFGUEkhpawnW5DHo4hIciHd0dptToBjk,6999
4
4
  troubadix/codespell/codespell.additions,sha256=9hUrzjJF4Q8T5rVLx8CQa01oICvmsjzE6sCPjVRDOEU,418
5
5
  troubadix/codespell/codespell.exclude,sha256=qALEzLglEbPwcTRwGcobM_MTJzZyJekYRdJY3ws5yeM,138030
@@ -36,7 +36,7 @@ troubadix/plugins/missing_desc_exit.py,sha256=GAd4FXhjX1ZEkb4hz3HqqDQVSxfuXVtuKK
36
36
  troubadix/plugins/missing_tag_solution.py,sha256=iO7_6Us3w12AVPuiGK3AUU3S62K1lcZvcGK_-fvvQtk,2828
37
37
  troubadix/plugins/multiple_re_parameters.py,sha256=9NugrcdHBmX2UO9mOuWiqxbIX1sXniZ2AhSW2pguSBE,1422
38
38
  troubadix/plugins/newlines.py,sha256=aEQOzkzd3rl9DjEi7q0EOB1M8h41WXr0O5Qf4jMFEvM,2788
39
- troubadix/plugins/overlong_description_lines.py,sha256=Voot05NzVW7mtvH1eXLU2qtz44ZAn_qNBlvKJNvmsa0,3007
39
+ troubadix/plugins/overlong_description_lines.py,sha256=dF7UQ7tphkWuiXeLj4-y0zi86RumkwCCPCn2My1SIDo,3130
40
40
  troubadix/plugins/overlong_script_tags.py,sha256=LKJQxX9s2fkExkM0MOIqYZGOKbEe9eth7DEcxFo3A8k,2356
41
41
  troubadix/plugins/prod_svc_detect_in_vulnvt.py,sha256=HO0UHqkzkU2DdkhSeSJPOtuAFaoPbMFnZ1CMxgHkMdw,4292
42
42
  troubadix/plugins/qod.py,sha256=u4VPFAjzidnnPrmwuSPZuK8KKMZBFi30XqaRGLcYPhc,3816
@@ -92,8 +92,8 @@ troubadix/standalone_plugins/last_modification.py,sha256=oYzQq7xV3YzSvi6ZtuHuupX
92
92
  troubadix/standalone_plugins/no_solution.py,sha256=81r20kP8otRob2NTaCea-sgVRIM6ARvhddFdibsG6Ao,8877
93
93
  troubadix/standalone_plugins/version_updated.py,sha256=dIGj81rbluyNjINn9kA1yPY2hUo6fqbNa-kg0Zi9Clc,4263
94
94
  troubadix/troubadix.py,sha256=L3Iacrq2uQx8wrmsD4nCFjJDeRDMRWtgSgHLWdP8gJE,6045
95
- troubadix-24.7.3.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
96
- troubadix-24.7.3.dist-info/METADATA,sha256=k16fMjdhgIqxgS1CU5QonSY0VwFqqZ6xmK0_DTxCZks,3965
97
- troubadix-24.7.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
98
- troubadix-24.7.3.dist-info/entry_points.txt,sha256=LplOk4nzKrS4B8Jz0SPkQLPlIDesdraCO8Vp_eoycpc,737
99
- troubadix-24.7.3.dist-info/RECORD,,
95
+ troubadix-24.7.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
96
+ troubadix-24.7.4.dist-info/METADATA,sha256=AgpN_bCPUZl7sfGF-tdEgABumptblQ5C5WwR-eHzOFs,3965
97
+ troubadix-24.7.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
98
+ troubadix-24.7.4.dist-info/entry_points.txt,sha256=LplOk4nzKrS4B8Jz0SPkQLPlIDesdraCO8Vp_eoycpc,737
99
+ troubadix-24.7.4.dist-info/RECORD,,