Skip to content

Releases: RIGS-IT/sonar-xanitizer

2.2.0

06 Jan 13:53
Compare
Choose a tag to compare

Plugin is now executed as project sensor for better multi-module handling.

Fixed issues:
#11

2.1.0

10 Aug 11:35
Compare
Choose a tag to compare
  • Support for SonarQube 7.9
  • Added support for JavaScript and TypeScript and the corresponding problem types introduced with Xanitizer 5.0
  • Added several new Java problem types introduced with Xanitizer 5.0

Fixed Issues:
#9

2.0.0

02 Nov 12:11
d304ad5
Compare
Choose a tag to compare
  • Support for SonarQube 7.3
  • Integration into SonarQubes "Security Reports"
  • Added tags for OWASP Top 10 and SANS Top 25 categories
  • Moved plugin configuration into "External Analyzers" section
  • Added new option "Import All" to optionally create issues for Xanitizer findings detected by OWASP Dependency Check and SpotBugs as well as issues for findings without any detected code location to allow consistent numbers in SonarQube and Xanitizer itself.
  • Support of the new protocol check problem types introduced with Xanitizer 4.1.
  • Added several new rules for problem types introduced with Xanitizer 4.1.

Fixed Issues:
#8

1.5.0

15 Dec 14:46
d20abcb
Compare
Choose a tag to compare
  • Added new problem type "Reflection Injection"
  • Adapted SonarQube API access to new version

Fixed Issues:
#6

1.4.0

01 Sep 09:19
Compare
Choose a tag to compare
  • Improved robustness and logging.
  • Updated mapping of detected problem types

Fixed issues:

  • Xanitizer plugin Error Message #3
  • Xanitizer plugin Error:Fail to get the canonical path #5

1.3.3

14 Sep 15:43
Compare
Choose a tag to compare

Added additional information for SonarQube Update Center to the pom file

1.3.2

23 Aug 17:37
Compare
Choose a tag to compare

Reworked plugin some more:

  • Messages now say what to do
  • Only issues for findings that can be matched in the code are created
  • Secondary locations for taint sources / taint sinks
  • Removed Quality Profile
  • Improved detection of corresponding file

1.3.1

05 Aug 13:41
Compare
Choose a tag to compare

Reworked plugin:

  • removed FindBugs and OWASP Dependency Check rules
  • single rule for each Xanitizer problem type
  • avoid NoSuchMethod error in newer versions of the Java plugin
  • added descriptions to rules
  • renamed configuration parameter and provide default value
  • reduced length of issue messages
  • many small improvements

First GitHub release

25 Jul 16:34
Compare
Choose a tag to compare

First release of the plugin as open source version.

  • Fixed some minor bugs
  • Added error messages
  • Do not run sensor when no Xanitizer rule is set active in the quality profile