Skip to content

Releases: greenbone/troubadix

troubadix 22.7.0

04 Jul 13:45
Compare
Choose a tag to compare

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

30 Jun 06:04
Compare
Choose a tag to compare

22.6.5 - 2022-06-30

Added

  • common, 21.04, 22.04 folder to search path in vt_placement.py (#280) 76322a3

Changed

  • Update text with more info in changed_oid.py plugin (#286) 088160d

troubadix 22.6.4

29 Jun 06:39
Compare
Choose a tag to compare

22.6.4 - 2022-06-29

Changed

  • Exclude example and template files in reporting_consistency.py 5ecfbf3
  • Exclude valid .nasl scripts in reporting_consistency.py 4e11fb2
  • Minor textual change in copyright_text.py plugin. (#281) 68e98a4

Bug Fixes

  • Import and fix Check for trailing, leading whitespaces in script_tag values (#285) 58b75a9
  • Trailing whitespace check (#284) 3a94b3c

troubadix 22.6.3

24 Jun 12:00
Compare
Choose a tag to compare

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

  • Duplicated checks in copyright_text and script_copyright (#274) f2ed899
  • False Positives in the dependencies check (#271) 0543232

troubadix 22.6.2

20 Jun 10:21
Compare
Choose a tag to compare

22.6.2 - 2022-06-20

Bug Fixes

  • Calculating path root in case of files in multiple directories (#264) d41e0fd

troubadix 22.6.1

16 Jun 09:16
Compare
Choose a tag to compare

22.6.1 - 2022-06-16

Added

  • --ignore-warnings to statistic and add an extra logfile for the statistic (#258) b8252dd

Changed

  • Move +d+.nasl file check on first place (#259) 2bfd8b2
  • Use spellchecking directly within python, without new process. (#257) b8f00da
  • Improve handling of ignoring warnings. (#253) aea5ffb

troubadix 22.6.0

08 Jun 11:34
Compare
Choose a tag to compare

22.6.0 - 2022-06-08

Changed

Bug Fixes

  • Don't check .inc in prod_svc_detect_in_vulnvt.py to fix false positives. 5192aae

troubadix 22.5.1

31 May 13:11
Compare
Choose a tag to compare

22.5.1 - 2022-05-31

Changed

  • Add exception for the pre2008 VTs with unknown creation_date. (#243) b1349c6
  • Do not throw errors on old revision formats in script_version or last_modification (#242) e4cf4a2
  • Update codespell exclusions. 84cb2f8

troubadix 22.5.0

20 May 09:28
Compare
Choose a tag to compare

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 of 0.0. (#223) ab3e0f1
  • Exclusion in valid_oid.py (#222) 7b33d1c

troubadix 22.4.4

28 Apr 11:30
Compare
Choose a tag to compare

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 separate Reporter 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

Bug Fixes