Skip to content

Commit

Permalink
Fix compliant message (#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-okerman-sonarsource authored Apr 5, 2024
1 parent 2b30d4d commit 25977fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S6437/java/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import org.h2.security.SHA256;
String inputString = System.getenv("SECRET");
byte[] key = inputString.getBytes();
SHA256.getHMAC(key, message); // Noncompliant
SHA256.getHMAC(key, message);
----

include::../common/fix/how-it-works.adoc[]
Expand Down

0 comments on commit 25977fe

Please sign in to comment.