We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8717b3 commit 4dbaed9Copy full SHA for 4dbaed9
python/ql/lib/semmle/python/frameworks/ServerLess.qll
@@ -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
+
10
import python
11
import codeql.serverless.ServerLess
12
import semmle.python.dataflow.new.DataFlow
0 commit comments