File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dd-java-agent/agent-iast/src/test/groovy/com/datadog/iast/sink Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ class ApplicationModuleTest extends IastModuleImplTestBase {
6666 ' application/directorylistingleak/secure' | null | null | _
6767 ' application/directorylistingleak/insecure' | DIRECTORY_LISTING_LEAK | ' Directory listings configured' | 14
6868 ' application/adminconsoleactive/secure' | null | null | _
69- ' application/adminconsoleactive/insecure/tomcat/manager' | ADMIN_CONSOLE_ACTIVE | ' Tomcat Manager Application ' | NO_LINE
70- ' application/adminconsoleactive/insecure/tomcat/host' | ADMIN_CONSOLE_ACTIVE | ApplicationModuleImpl . TOMCAT_HOST_MANAGER_APP | NO_LINE
69+ ' application/adminconsoleactive/insecure/tomcat/manager' | ADMIN_CONSOLE_ACTIVE | ApplicationModuleImpl . TOMCAT_MANAGER_APP | NO_LINE
70+ ' application/adminconsoleactive/insecure/tomcat/host' | ADMIN_CONSOLE_ACTIVE | ApplicationModuleImpl . TOMCAT_HOST_MANAGER_APP | NO_LINE
7171 ' application/defaulthtmlescapeinvalid/secure' | null | null | _
7272 ' application/defaulthtmlescapeinvalid/secure_tag' | null | null | _
7373 ' application/defaulthtmlescapeinvalid/false_tag' | DEFAULT_HTML_ESCAPE_INVALID | ' defaultHtmlEscape tag should be true' | 8
You can’t perform that action at this time.
0 commit comments