troubadix 25.8.1__py3-none-any.whl → 25.9.1__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/badwords.py +1 -0
- troubadix/plugins/grammar.py +4 -1
- {troubadix-25.8.1.dist-info → troubadix-25.9.1.dist-info}/METADATA +1 -1
- {troubadix-25.8.1.dist-info → troubadix-25.9.1.dist-info}/RECORD +8 -8
- {troubadix-25.8.1.dist-info → troubadix-25.9.1.dist-info}/LICENSE +0 -0
- {troubadix-25.8.1.dist-info → troubadix-25.9.1.dist-info}/WHEEL +0 -0
- {troubadix-25.8.1.dist-info → troubadix-25.9.1.dist-info}/entry_points.txt +0 -0
troubadix/__version__.py
CHANGED
troubadix/plugins/badwords.py
CHANGED
|
@@ -86,6 +86,7 @@ EXCEPTIONS = [
|
|
|
86
86
|
"/var/lib/openvas/plugins/",
|
|
87
87
|
"INVT ", # INVT Electric VT Designer
|
|
88
88
|
"invt_", # cpe:/a:invt_electric
|
|
89
|
+
"cpe:/a:invt:", # cpe:/a:invt:vt-designer
|
|
89
90
|
"HostDetails/NVT", # Can't be changed right now...
|
|
90
91
|
", nvt:", # Can't be changed right now...
|
|
91
92
|
"Hu1nvt5qm", # Part of a bigger blob
|
troubadix/plugins/grammar.py
CHANGED
|
@@ -121,9 +121,12 @@ def get_grammer_pattern() -> re.Pattern:
|
|
|
121
121
|
r"the\s+(References?\s+link|multiple\s+flaw)|"
|
|
122
122
|
r"multiple\s+(unknown\s+)?("
|
|
123
123
|
r"vulnerability|flaw|error|problem|issue|feature|request)(\.|\s+)|"
|
|
124
|
+
# Various which can be caused by e.g. CP mistakes like e.g.:
|
|
125
|
+
# Update to version 7.2.8, 7.3.1 or or later.
|
|
124
126
|
r"\s+(with\s+with|and\s+and|this\s+this|for\s+for|as\s+as|a\s+a"
|
|
125
127
|
r"|of\s+of|to\s+to|an\s+an|the\s+the|is\s+is|in\s+in|are\s+are|have"
|
|
126
|
-
r"\s+have|has\s+has|that\s+that)\s+|"
|
|
128
|
+
r"\s+have|has\s+has|that\s+that|or\s+or|and\s+or|or\s+and)\s+|"
|
|
129
|
+
#
|
|
127
130
|
r"vulnerabilit(y|ies)\s+vulnerabilit(y|ies)|"
|
|
128
131
|
r"links\s+mentioned\s+in(\s+the)?\s+reference|"
|
|
129
132
|
r"\s+an?(\s+remote)?(\s+(un)?authenticated)?\s+attackers|"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
troubadix/__init__.py,sha256=K7sIXXDrC7YRb7BvIpdQ6ZfG_QkT0qUH_wAlHROVRfM,716
|
|
2
|
-
troubadix/__version__.py,sha256=
|
|
2
|
+
troubadix/__version__.py,sha256=3oX5p1i-9q60C9bDSplpSWaZz3WU19hZHfFsWF1me8A,103
|
|
3
3
|
troubadix/argparser.py,sha256=-H07Jhqh68_M4Mbjq9qJjTr3MShy_N2pxl2qHA6cfRU,7481
|
|
4
4
|
troubadix/codespell/codespell.additions,sha256=SJPlIo8vEKEOTftY6ZBSXzcfyv6y9aFAXl9FdpcMxD0,561
|
|
5
5
|
troubadix/codespell/codespell.exclude,sha256=W1dHEbKuXZbiLMRLhUPIzhCV1ptHqPLuaB6VsJLxn64,147965
|
|
@@ -14,7 +14,7 @@ troubadix/helper/remove_comments.py,sha256=zjhXPQXgKaEOparAdu4aBXcJlEul8LbNaP3uL
|
|
|
14
14
|
troubadix/helper/text_utils.py,sha256=gBX0box9VtgA0CMfE0u2Vvi1IuOopxUfCQFYn_1wVjE,2543
|
|
15
15
|
troubadix/plugin.py,sha256=3fQPj3Qe_hgwHerlYE4hbdzYMzRU557NxJ-UwtE9mOI,3525
|
|
16
16
|
troubadix/plugins/__init__.py,sha256=7NqTzddmptQZJ_s1yxpamVo0Y8zohAWlEQU2lf103_Y,8745
|
|
17
|
-
troubadix/plugins/badwords.py,sha256=
|
|
17
|
+
troubadix/plugins/badwords.py,sha256=euFH0pkmOBES1EcSUTJ2lD0NJ4OWh-E98_WR-mQmOh4,4932
|
|
18
18
|
troubadix/plugins/copyright_text.py,sha256=jYsLWmTbT_A78XQQxQFK-5kMMHkh3xdvlh7mEF2dZGU,3583
|
|
19
19
|
troubadix/plugins/copyright_year.py,sha256=XzM9MHVzOXwNLwHpfuaWj8PUOmswr56SBVOLBdvxjd4,5478
|
|
20
20
|
troubadix/plugins/creation_date.py,sha256=PRM5z_7cgQhRQ7Kx7ufF8E8LzVNGP5hLSeH25UWJEn8,2403
|
|
@@ -30,7 +30,7 @@ troubadix/plugins/duplicated_script_tags.py,sha256=UPBR2jbU15JLKJlVk1e2GFREH5Wj5
|
|
|
30
30
|
troubadix/plugins/encoding.py,sha256=zNzqNpP39TUwOklnc8OJ3OIUelAN_hvnuBYoa3Pz764,2104
|
|
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=
|
|
33
|
+
troubadix/plugins/grammar.py,sha256=URT-7gtAFzDm-8lwW4Qb47N_ku3Lg046uvg04axL2o8,9809
|
|
34
34
|
troubadix/plugins/http_links_in_tags.py,sha256=F4fm74M3CbmWOJoCyDdEO-bKQahFsHL6vs4ZynhHEkc,7325
|
|
35
35
|
troubadix/plugins/if_statement_syntax.py,sha256=5BRJwCCghvZn1AfvYzmk8l9S7aRqbVaLHhSKod_Q9zw,1429
|
|
36
36
|
troubadix/plugins/illegal_characters.py,sha256=B6q_RU85AxCjLry56Oc-RhMSpnJU8mTrxclRzi1FVFU,4406
|
|
@@ -108,8 +108,8 @@ troubadix/standalone_plugins/no_solution.py,sha256=p_-az9Igl4GH6HnhLLYbYlWIiEP64
|
|
|
108
108
|
troubadix/standalone_plugins/util.py,sha256=JTXGmi-_BJouTNe6QzEosLlXUt9jKW-3fz4db05RJJw,696
|
|
109
109
|
troubadix/standalone_plugins/version_updated.py,sha256=6YHF0OjL5NWszQdsSh7XzlSji1e6Uaqwu_Y6m3R0mvI,4203
|
|
110
110
|
troubadix/troubadix.py,sha256=5__Jz3bYSrya4aG6RCBWxqnsDepXfwXZ3v0bjCzEFi0,6039
|
|
111
|
-
troubadix-25.
|
|
112
|
-
troubadix-25.
|
|
113
|
-
troubadix-25.
|
|
114
|
-
troubadix-25.
|
|
115
|
-
troubadix-25.
|
|
111
|
+
troubadix-25.9.1.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
112
|
+
troubadix-25.9.1.dist-info/METADATA,sha256=TsahJy0ufYfwtsK1AnoRJGSuKy1hhpJyJEV9yCEFwvo,4462
|
|
113
|
+
troubadix-25.9.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
114
|
+
troubadix-25.9.1.dist-info/entry_points.txt,sha256=ETEPBi4fKv3o7hzkzceX4838G6g5_5wRdEddYot8N6A,920
|
|
115
|
+
troubadix-25.9.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|