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

Module General

Import path

import semmle.python.web.bottle.General

Imports

Extensions

This library allows custom extensions to the points-to analysis to incorporate custom domain knowledge into the points-to analysis.

Http
python

Predicates

bottle_route

Holds if route is routed to func by decorating func with app.route(route) or route(route)

theBottleClass

Gets the bottle.Bottle class

theBottleModule

Gets the bottle module

Classes