mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Python: Remove questionable model for multiprocessing.connection.Listener
This commit is contained in:
@@ -63,8 +63,6 @@ extensions:
|
||||
- ["logging.LogRecord", "Member[getMessage]", "Argument[self]", "ReturnValue", "taint"]
|
||||
# See https://docs.python.org/3/library/mimetypes.html#mimetypes.guess_type
|
||||
- ["mimetypes", "Member[guess_type]", "Argument[0,url:]", "ReturnValue", "taint"]
|
||||
# See https://docs.python.org/3/library/multiprocessing.html#multiprocessing.connection.Listener
|
||||
- ["multiprocessing.connection.Listener!", "Subclass.Call", "Argument[3,authkey:]", "ReturnValue", "taint"]
|
||||
# See https://github.com/python/cpython/blob/main/Lib/nturl2path.py
|
||||
# No user-facing documentation, unfortunately.
|
||||
- ["nturl2path", "Member[pathname2url]", "Argument[0,p:]", "ReturnValue", "taint"]
|
||||
|
||||
Reference in New Issue
Block a user