Skip to content

Commit

Permalink
EMAIL_HTML_INJECTION instead of EMAIL_INJECTION
Browse files Browse the repository at this point in the history
  • Loading branch information
sezen-datadog committed Jan 29, 2025
1 parent 845b2d0 commit 34796da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ class VulnerabilityTypesTest extends DDSpecification {
VulnerabilityTypes.SESSION_REWRITING | 'SESSION_REWRITING'
VulnerabilityTypes.DEFAULT_APP_DEPLOYED | 'DEFAULT_APP_DEPLOYED'
VulnerabilityTypes.UNTRUSTED_DESERIALIZATION | 'UNTRUSTED_DESERIALIZATION'
VulnerabilityTypes.EMAIL_HTML_INJECTION | 'EMAIL_INJECTION'
VulnerabilityTypes.EMAIL_HTML_INJECTION | 'EMAIL_HTML_INJECTION'
}
}

0 comments on commit 34796da

Please sign in to comment.