diff --git a/python/ql/lib/semmle/python/frameworks/ServerLess.qll b/python/ql/lib/semmle/python/frameworks/ServerLess.qll index 0291a935dd8..a7d2508b32b 100644 --- a/python/ql/lib/semmle/python/frameworks/ServerLess.qll +++ b/python/ql/lib/semmle/python/frameworks/ServerLess.qll @@ -1,3 +1,12 @@ +/** + * Provides classes and predicates for working with those serverless handlers, + * handled by the shared library. + * + * E.g. [AWS](https://docs.aws.amazon.com/lambda/latest/dg/python-handler.html). + * + * In particular a `RemoteFlowSource` is added for each. + */ + import python import codeql.serverless.ServerLess import semmle.python.dataflow.new.DataFlow