We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2927d88 commit 1adb510Copy full SHA for 1adb510
python/ql/src/POI/ExternalAPIs/ExternalAPIs.qll
@@ -41,6 +41,7 @@ private import semmle.python.objects.ObjectInternal
41
* A callable that is considered a "safe" external API from a security perspective.
42
*/
43
class SafeExternalAPI extends Unit {
44
+ /** Gets a callable that is considered a "safe" external API from a security perspective. */
45
abstract DataFlowPrivate::DataFlowCallable getSafeCallable();
46
}
47
0 commit comments