mate_query.cpg.query.known_function_whitelist module¶
This module contains functions which return lists of names of known library functions that may be interesting for security or dataflow.
- mate_query.cpg.query.known_function_whitelist.formatted_output_function_names() List[str] ¶
Returns the names of functions like printf which format and print strings.
- Return type
List[str]
- mate_query.cpg.query.known_function_whitelist.protocol_keywords() List[str] ¶
Returns keywords of known protocols like SQL and HTTP.
- Return type
List[str]
- mate_query.cpg.query.known_function_whitelist.sql_keywords() List[str] ¶
Returns SQL keywords.
- Return type
List[str]