зеркало из https://github.com/github/codeql.git
Python: Clearer sourceType for client response body
This commit is contained in:
Родитель
5de79b4ffe
Коммит
08f6d1ab80
|
@ -880,7 +880,7 @@ module HTTP {
|
|||
|
||||
RequestResponseBody() { this = request.getResponseBody() }
|
||||
|
||||
override string getSourceType() { result = request.getFramework() }
|
||||
override string getSourceType() { result = request.getFramework() + " response body" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче