MCPcopy Create free account
hub / github.com/WebGoat/WebGoat / webGoat

Method webGoat

src/it/java/org/owasp/webgoat/ServerUrlConfig.java:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public static ServerUrlConfig webGoat() {
26 return new ServerUrlConfig(
27 "localhost", env("WEBGOAT_PORT", "8080"), env("WEBGOAT_CONTEXT", "WebGoat"));
28 }
29
30 public static ServerUrlConfig webWolf() {
31 return new ServerUrlConfig(

Callers 2

IntegrationTestClass · 0.95
PlaywrightTestClass · 0.95

Calls 1

envMethod · 0.95

Tested by

no test coverage detected