File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,14 @@ private import semmle.python.frameworks.Stdlib
2020 *
2121 * See
2222 * - https://pypi.org/project/requests/
23- * - https://docs.python- requests.org /en/latest/
23+ * - https://requests.readthedocs.io /en/latest/
2424 */
2525private module Requests {
26+ /**
27+ * An outgoing HTTP request, from the `requests` library.
28+ *
29+ * See https://requests.readthedocs.io/en/latest/api/#requests.request
30+ */
2631 private class OutgoingRequestCall extends HTTP:: Client:: Request:: Range , API:: CallNode {
2732 string methodName ;
2833
@@ -82,7 +87,7 @@ private module Requests {
8287 /**
8388 * Provides models for the `requests.models.Response` class
8489 *
85- * See https://docs.python- requests.org /en/latest/api/#requests.Response.
90+ * See https://requests.readthedocs.io /en/latest/api/#requests.Response.
8691 */
8792 module Response {
8893 /** Gets a reference to the `requests.models.Response` class. */
You can’t perform that action at this time.
0 commit comments