Skip to content

Commit 08f6d1a

Browse files
committed
Python: Clearer sourceType for client response body
1 parent 5de79b4 commit 08f6d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/Concepts.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ module HTTP {
880880

881881
RequestResponseBody() { this = request.getResponseBody() }
882882

883-
override string getSourceType() { result = request.getFramework() }
883+
override string getSourceType() { result = request.getFramework() + " response body" }
884884
}
885885
}
886886
}

0 commit comments

Comments
 (0)