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

Method webWolf

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

Source from the content-addressed store, hash-verified

28 }
29
30 public static ServerUrlConfig webWolf() {
31 return new ServerUrlConfig(
32 "localhost", env("WEBWOLF_PORT", "9090"), env("WEBWOLF_CONTEXT", "WebWolf"));
33 }
34
35 private static String env(String variableName, String defaultValue) {
36 return System.getenv().getOrDefault(variableName, "").isEmpty()

Callers 2

IntegrationTestClass · 0.95
PlaywrightTestClass · 0.95

Calls 1

envMethod · 0.95

Tested by

no test coverage detected