mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
fix SSRF sink
This commit is contained in:
@@ -139,7 +139,7 @@ module Twirp {
|
||||
)
|
||||
}
|
||||
|
||||
override DataFlow::Node getARequest() { none() }
|
||||
override DataFlow::Node getARequest() { result = this }
|
||||
|
||||
override string getKind() { result = "URL" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user