Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulgish committed Aug 9, 2022
1 parent ef1829e commit 6139f7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void assertThatIssuesArePresent(final Report report, final SoftAsserti
.hasPackageName("com.othersample")
.hasMessage("Improper Output Neutralization for Logs")
.hasLineStart(55);
softly.assertThat(report.get(7))
softly.assertThat(report.get(7))
.hasSeverity(Severity.WARNING_HIGH)
.hasType("org.slf4j.Logger.info")
.hasCategory("taint")
Expand Down

0 comments on commit 6139f7a

Please sign in to comment.