Skip to content

Commit

Permalink
Update python/ql/lib/semmle/python/frameworks/Stdlib.model.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
  • Loading branch information
yoff and RasmusWL authored Oct 3, 2024
1 parent 05910de commit 56d0aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ql/lib/semmle/python/frameworks/Stdlib.model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ extensions:
extensible: summaryModel
data:
# See https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser
# note: taint flow for attribute lookups on `argparse.ArgumentParser` is handled in QL
- ["argparse.ArgumentParser", "Member[_parse_known_args,_read_args_from_files]", "Argument[0,arg_strings:]", "ReturnValue", "taint"]
# note: taint of attribute lookups is handled in QL
- ["argparse.ArgumentParser", "Member[parse_args,parse_known_args]", "Argument[0,args:]", "ReturnValue", "taint"]
# See https://docs.python.org/3/library/cgi.html#higher-level-interface
- ["cgi.FieldStorage", "Member[getfirst,getlist,getvalue]", "Argument[self]", "ReturnValue", "taint"]
Expand Down

0 comments on commit 56d0aff

Please sign in to comment.