We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bc532 commit d86284bCopy full SHA for d86284b
docs/codeql/support/reusables/frameworks.rst
@@ -173,7 +173,12 @@ Python built-in support
173
starlette, Asynchronous Server Gateway Interface (ASGI)
174
python-ldap, Lightweight Directory Access Protocol (LDAP)
175
ldap3, Lightweight Directory Access Protocol (LDAP)
176
+ httpx, HTTP client
177
+ pycurl, HTTP client
178
requests, HTTP client
179
+ urllib, HTTP client
180
+ urllib2, HTTP client
181
+ urllib3, HTTP client
182
dill, Serialization
183
PyYAML, Serialization
184
ruamel.yaml, Serialization
@@ -206,3 +211,4 @@ Python built-in support
206
211
pycryptodomex, Cryptography library
207
212
rsa, Cryptography library
208
213
MarkupSafe, Escaping Library
214
+ libtaxii, TAXII utility library
0 commit comments