Skip to content

7.9.0.28969

Compare
Choose a tag to compare
@alban-auzeill alban-auzeill released this 07 Mar 10:21
· 719 commits to master since this release
2f81fc2
    Release Notes - SonarJava - Version 7.9

New Feature

  • [SONARJAVA-4177] - Provide OWASP Top 10 2021 security standards for rules metadata
  • [SONARJAVA-4181] - Introduce rule selection for AutoScan

Task

Improvement

  • [SONARJAVA-4186] - Rules testing subtypes should correctly handle incomplete semantic

False-Positive

  • [SONARJAVA-4184] - FPs on S112 when the body of a method has unresolved methods or if a called constructor declare raw exceptions
  • [SONARJAVA-4189] - FP in S3985 when all the usages of a class are not resolved
  • [SONARJAVA-4191] - S4838 should not report false positives when the semantic is incomplete
  • [SONARJAVA-4192] - S3077 should not report an issue when the type is unknown