Skip to content

Commit

Permalink
Fix checkSmoke (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariovido committed Aug 5, 2024
1 parent e0d4e22 commit 60ddc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ abstract class AbstractIastSpringBootTest extends AbstractIastServerSmokeTest {

then:
hasVulnerability { vul ->
if (vul.type = !'SSRF') {
if (vul.type != 'SSRF') {
return false
}
final parts = vul.evidence.valueParts
Expand Down

0 comments on commit 60ddc9e

Please sign in to comment.