Skip to content

Tags: kjdavid/sonar-java

Tags

6.9.0.23563

Toggle 6.9.0.23563's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update reported message (SonarSource#3233)

6.8.0.23379

Toggle 6.8.0.23379's commit message
Adjust CheckListTest to correctly test deprecated rules

6.7.0.23054

Toggle 6.7.0.23054's commit message
SONARJAVA-3510 Update metadata before 6.7

6.6.0.22815

Toggle 6.6.0.22815's commit message
SONARJAVA-3049 Compute type for switch-expressions

6.3.2.22818

Toggle 6.3.2.22818's commit message
Fix missing coverage before bug fix release 6.3.2

6.5.1.22586

Toggle 6.5.1.22586's commit message
SONARJAVA-3452 Catch LinkageErrors when transpiling JSP files

6.5.0.22421

Toggle 6.5.0.22421's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SONARJAVA-3444 Deprecate 10 security-hotspot rules that overlap with …

…security-injection rules (SonarSource#3040)

The following rules are deprecated and will eventually be removed because their overlap with security-injection rules:

S4508 RSPEC-4508 Deserializing objects from an untrusted source is security-sensitive
S4510 RSPEC-4510 Deserializing with XMLDecoder is security-sensitive
S4530 RSPEC-4530 Using Struts 1 ActionForm is security-sensitive
S4531 RSPEC-4531 Using setters in Struts 2 ActionSupport is security-sensitive
S4818 RSPEC-4818 Using Sockets is security-sensitive
S4823 RSPEC-4823 Using command line arguments is security-sensitive
S4829 RSPEC-4829 Reading the Standard Input is security-sensitive
S5300 RSPEC-5300 Sending emails is security-sensitive
S5304 RSPEC-5304 Using environment variables is security-sensitive
S5326 RSPEC-5326 Validating SSL/TLS connections is security-sensitive

6.4.0.21967

Toggle 6.4.0.21967's commit message
Rename derived type to subtype

6.3.0.21585

Toggle 6.3.0.21585's commit message
SONARJAVA-3317 To improve performance cache JTypeSymbol.memberSymbols