Skip to content

Releases: greenbone/troubadix

troubadix 24.6.3

11 Jun 10:20
Compare
Choose a tag to compare

24.6.3 - 2024-06-11

Changed

  • Ignore script_tag vuldetect in overlong_description_lines 7e8b502

troubadix 24.6.2

11 Jun 10:15
Compare
Choose a tag to compare

24.6.2 - 2024-06-11

Changed

  • Add additional exclusion file name in two plugins. 262ed04
  • Update codespell exclusions. 535826d
  • Update codespell exclusions. f186f2a

Dependencies

  • Bump the python-packages group with 3 updates 4dff239

troubadix 24.6.1

03 Jun 13:18
Compare
Choose a tag to compare

24.6.1 - 2024-06-03

Bug Fixes

troubadix 24.6.0

03 Jun 07:29
Compare
Choose a tag to compare

24.6.0 - 2024-06-03

Added

  • Add plugin for multiple re parameters in script_mandatory_keys cf5b269

Changed

  • Extend multiple_re_parameters test case 8fdf393
  • Use > instead of >= comparison operator 5c58ed8
  • Make CheckMultipleReParameters comment safe cba8ed4

Bug Fixes

  • usage-before-assignment pylint finding 7eeb2be

Dependencies

  • Bump the python-packages group with 2 updates a9e8c91
  • Bump the python-packages group with 4 updates 9afabd7
  • Bump the python-packages group with 4 updates 07af061
  • Bump tomlkit from 0.12.4 to 0.12.5 in the python-packages group 6c5d89b

troubadix 24.5.1

10 May 12:44
Compare
Choose a tag to compare

24.5.1 - 2024-05-10

Added

  • exclusion to http_links_in_tags ba4a0e8

troubadix 24.5.0

08 May 11:59
Compare
Choose a tag to compare

24.5.0 - 2024-05-08

Added

  • Exclusion to http_links_in_tags 97b41d1
  • Add plugin for spaces in filenames b12552b

Changed

  • Add script_add_preference() as exclusion to overlong line plugin. c10f1f3
  • Change spaces_in_filename plugin to include all whitespace characters 33699b6

Dependencies

  • Bump pygments from 2.17.2 to 2.18.0 in the python-packages group 9895b7b
  • Bump the python-packages group with 2 updates 8c4aa32
  • Bump exceptiongroup in the python-packages group 33c4021

troubadix 24.4.1

16 Apr 14:42
Compare
Choose a tag to compare

24.4.1 - 2024-04-16

Changed

  • Use set instead of list for file extension ignore files a236943
  • Update codespell exclusion. d7f24a7

Dependencies

  • Bump black from 24.3.0 to 24.4.0 in the python-packages group 649bcbb
  • Bump idna from 3.6 to 3.7 527e470

troubadix 24.4.0

08 Apr 09:54
Compare
Choose a tag to compare

24.4.0 - 2024-04-08

Added

  • Add test coverage for file_extension exclusions d3d7812
  • Add file exclusions for file_extensions plugin 80256e6
  • Extend test_file_extensions test cases 7f3f6dc
  • Add a standalone plugin for checking correct file extensions c42e2eb

Changed

  • Use regex for file_extension ignore_file parsing d36e51a
  • Mark all files with multiple extensions as error c23abe4
  • Use external file for file_extension exclusions 1c1e088
  • Use relative path for checking file_extension exclusions bf45855
  • Restrict file_extension directory argument to one a30e8c7

Bug Fixes

  • Invalid file check in changed-oid tool 1b31ef9

Dependencies

  • Bump the python-packages group with 2 updates d9d6eb9
  • Bump the python-packages group with 3 updates c5d0d35

troubadix 24.3.3

27 Mar 14:57
Compare
Choose a tag to compare

24.3.3 - 2024-03-27

Changed

  • Ignore script_xref() tags in overlong decription lines plugin. 79e6a92

Bug Fixes

  • Fix wrong Copyright year for new tests file. c769180
  • Codecov in workflow ddbed66

Dependencies

  • Bump the python-packages group with 1 update 8bee6d0

troubadix 24.3.2

21 Mar 09:51
Compare
Choose a tag to compare

24.3.2 - 2024-03-21

Added

  • Add missing description block start identifiers 1f1ea0d
  • Add check for overlong lines in description block ab7837e
  • Add version syntax verification 4daf43d

Removed

  • Remove type hint not supported by 3.9 c8cf95b
  • Reduce test content to minimum required 1aac2e3

Changed

  • Reduce indentation level, restore deleted inc file exclusion 28b5b7c
  • Rewrite CheckOverlongDescriptionLines as FileContentPlugin 5fc5d4b
  • Reduce overlong description line severity to Warning f4dbfb0