Python: Add a single missing QLDoc

This commit is contained in:
Rasmus Wriedt Larsen
2021-02-17 11:24:11 +01:00
parent 2927d888cf
commit 1adb510578

View File

@@ -41,6 +41,7 @@ private import semmle.python.objects.ObjectInternal
* A callable that is considered a "safe" external API from a security perspective.
*/
class SafeExternalAPI extends Unit {
/** Gets a callable that is considered a "safe" external API from a security perspective. */
abstract DataFlowPrivate::DataFlowCallable getSafeCallable();
}