Python: add qldoc

This commit is contained in:
Rasmus Lerchedahl Petersen
2023-08-07 11:31:22 +02:00
parent b8717b3046
commit 4dbaed9ec2

View File

@@ -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