Skip to content

Commit cddc6c5

Browse files
committed
RSPEC-2259 Update tags
1 parent 82c49ad commit cddc6c5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

java-frontend/src/main/java/org/sonar/java/se/checks/NullDereferenceCheck.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
@Rule(
4444
key = "S2259",
4545
name = "Null pointers should not be dereferenced",
46-
priority = Priority.BLOCKER)
46+
priority = Priority.BLOCKER,
47+
tags = {"bug", "cert", "cwe", "owasp-a1", "owasp-a2", "owasp-a6", "security"})
4748
@SqaleSubCharacteristic(RulesDefinition.SubCharacteristics.LOGIC_RELIABILITY)
4849
@SqaleConstantRemediation("10min")
4950
@ActivatedByDefault

0 commit comments

Comments
 (0)