mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Python: add qldoc
This commit is contained in:
@@ -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 python
|
||||||
import codeql.serverless.ServerLess
|
import codeql.serverless.ServerLess
|
||||||
import semmle.python.dataflow.new.DataFlow
|
import semmle.python.dataflow.new.DataFlow
|
||||||
|
|||||||
Reference in New Issue
Block a user