CodeQL library for Python
codeql/python-all 0.12.0 (changelog, source)
Search

Module StdlibPrivate::Cgi::FieldStorage

Provides models for the cgi.FieldStorage class

See https://docs.python.org/3/library/cgi.html.

Import path

import semmle.python.frameworks.Stdlib

Predicates

classRef

DEPRECATED: Use subclassRef predicate instead.

field

Gets a reference to a field.

fieldList

Gets a reference to a list of fields.

getfirstRef

Gets a reference to the getfirst method on a cgi.FieldStorage instance.

getfirstResult

Gets a reference to the result of calling the getfirst method on a cgi.FieldStorage instance.

getlistRef

Gets a reference to the getlist method on a cgi.FieldStorage instance.

getlistResult

Gets a reference to the result of calling the getlist method on a cgi.FieldStorage instance.

getvalueRef

Gets a reference to the getvalue method on a cgi.FieldStorage instance.

getvalueResult

Gets a reference to the result of calling the getvalue method on a cgi.FieldStorage instance.

instance

Gets a reference to an instance of cgi.FieldStorage.

subclassRef

Gets a reference to the cgi.FieldStorage class or any subclass.

Classes

InstanceSource

A source of instances of cgi.FieldStorage, extend this class to model new instances.