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 7afe397 commit 4880350Copy full SHA for 4880350
python/ql/src/Security/CWE-020-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