We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cb65de commit 6ef1c4eCopy full SHA for 6ef1c4e
library/vulnerabilities/ssrf/inspectDNSLookupCalls.test.ts
@@ -18,7 +18,7 @@ wrap(console, "log", function log() {
18
const context: Context = {
19
remoteAddress: "::1",
20
method: "POST",
21
- url: "http://localhost:4000",
+ url: "http://app.example.com:4000",
22
query: {},
23
headers: {},
24
body: {
0 commit comments