Releases: greenbone/troubadix
Releases · greenbone/troubadix
troubadix 22.7.0
22.7.0 - 2022-07-04
Bug Fixes
- --from-file and --files, auto remove duplicate files 7298532
- script_calls_mandatory report right call name (#292) c45a7ad
- Add missing space and full stop to help output. (#291) 076a950
- Enable missing deprecated_funcions plugin. Re-sort some lists. (#290) bf275c4
- Enable missing plugins d315011
- use latin-1 encoding not utf-8 ,git diff output uses raw bytes. d19a0df
troubadix 22.6.5
troubadix 22.6.4
troubadix 22.6.3
22.6.3 - 2022-06-24
Added
- Version command to troubadix (#269) a57bc3c
- Additional ok and nok test cases for test_misplaced_compare_in_if.py (#270) a3b1003
Changed
- Update plugin name of risk_factor.py (#273) f6ec3ad
- Add ok test cases for test_misplaced_compare_in_if.py (#268) 534af2f
- Add excluded files to misplaced_compare_in_if.py plugin. (#267) f2360b0
- Update exclusion pattern in spelling.py a643d4f
- Update codespell exclusions. 3d358b1
Bug Fixes
troubadix 22.6.2
troubadix 22.6.1
troubadix 22.6.0
troubadix 22.5.1
troubadix 22.5.0
22.5.0 - 2022-05-20
Added
- Add a standalone Plugin for
ChangedOID
check (#205) 357a107 - Extend LinterResult classes with optional data 34f7b44
Changed
- Add
script_bugtraq_id()
function to deprecated functions (#225) 5bca53a - Make
prerun
Plugins in- and excludable by using the existing arguments (#226) e439bcf - Simplify valid_oid.py plugin. Drop invalid comment. (#221) 3830800
- Report spelling problems as Error. Exclude one .inc file. (#220) bd456e1
- Don't run script_version()/last_modification plugin against .inc files (#219) bbe8070
- Additions to http_links_in_tags exclusions. 9250803
- Update codespell exclusions. 686c633
- Update codespell exclusions. (#210) 778e0cf
Bug Fixes
- Plugin
NoSolution
prints filename of findings (#228) 5786a73 - Remove false-positives from NoSolution: Do not substitute August c0ec43d
- Remove false-positive by adding abbrev
%b
month to date parsing 510741b - Mixed up error and warning sums in statistic (#227) 51f70c8
- Do not run
noSolution
on VTs with a severity of0.0
. (#223) ab3e0f1 - Exclusion in valid_oid.py (#222) 7b33d1c
troubadix 22.4.4
22.4.4 - 2022-04-28
Added
- new exclusions and testcases for
http_links_in_tags
(#194) 8000438 - Introduce a fix method to Plugins 09fe58e
- Load missing illegal characters plugin (#188) 4aa985c
- Introduce a is_enterprise_folder helper function 2d4caf4
- Introduce a create_fake_file_plugin_context PluginTestCase method b39e364
- Introduce a PluginTestCase create_directory method c04efaf
Changed
- Move reporting from
Runner
into separateReporter
class (#191) 6925a7c - Cleanup linter reporting classes 3723cc1
- Update codespell and forking NASL funcs exclusions. 2800e6d
- Return True from Runner.run is the run has been successful (#189) a6eedbc
- Improve results summary output (#183) 7099a5a
- Improve CheckDependenciesPlugin 41b510e