Skip to content

Commit e30f725

Browse files
committed
Python: Remove questionable model for multiprocessing.connection.Listener
1 parent e40ae2e commit e30f725

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib/StdLib.model.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ extensions:
6363
- ["logging.LogRecord", "Member[getMessage]", "Argument[self]", "ReturnValue", "taint"]
6464
# See https://docs.python.org/3/library/mimetypes.html#mimetypes.guess_type
6565
- ["mimetypes", "Member[guess_type]", "Argument[0,url:]", "ReturnValue", "taint"]
66-
# See https://docs.python.org/3/library/multiprocessing.html#multiprocessing.connection.Listener
67-
- ["multiprocessing.connection.Listener!", "Subclass.Call", "Argument[3,authkey:]", "ReturnValue", "taint"]
6866
# See https://github.com/python/cpython/blob/main/Lib/nturl2path.py
6967
# No user-facing documentation, unfortunately.
7068
- ["nturl2path", "Member[pathname2url]", "Argument[0,p:]", "ReturnValue", "taint"]

0 commit comments

Comments
 (0)