Skip to content

Commit eeec65e

Browse files
authored
Merge branch 'master' into alejandro.gonzalez/xss_jsp_filename
2 parents 997ab4c + 60ddc9e commit eeec65e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-smoke-tests/iast-util/src/testFixtures/groovy/datadog/smoketest/AbstractIastSpringBootTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ abstract class AbstractIastSpringBootTest extends AbstractIastServerSmokeTest {
689689

690690
then:
691691
hasVulnerability { vul ->
692-
if (vul.type = !'SSRF') {
692+
if (vul.type != 'SSRF') {
693693
return false
694694
}
695695
final parts = vul.evidence.valueParts

0 commit comments

Comments
 (0)