Skip to content

Commit 4dbaed9

Browse files
committed
Python: add qldoc
1 parent b8717b3 commit 4dbaed9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

python/ql/lib/semmle/python/frameworks/ServerLess.qll

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Provides classes and predicates for working with those serverless handlers,
3+
* handled by the shared library.
4+
*
5+
* E.g. [AWS](https://docs.aws.amazon.com/lambda/latest/dg/python-handler.html).
6+
*
7+
* In particular a `RemoteFlowSource` is added for each.
8+
*/
9+
110
import python
211
import codeql.serverless.ServerLess
312
import semmle.python.dataflow.new.DataFlow

0 commit comments

Comments
 (0)