Python: Clearer sourceType for client response body

This commit is contained in:
Rasmus Wriedt Larsen
2021-12-13 11:24:38 +01:00
parent 5de79b4ffe
commit 08f6d1ab80

View File

@@ -880,7 +880,7 @@ module HTTP {
RequestResponseBody() { this = request.getResponseBody() }
override string getSourceType() { result = request.getFramework() }
override string getSourceType() { result = request.getFramework() + " response body" }
}
}
}