Skip to content

Commit 4880350

Browse files
committed
Python: Add a single missing QLDoc
1 parent 7afe397 commit 4880350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPIs.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ private import semmle.python.objects.ObjectInternal
4141
* A callable that is considered a "safe" external API from a security perspective.
4242
*/
4343
class SafeExternalAPI extends Unit {
44+
/** Gets a callable that is considered a "safe" external API from a security perspective. */
4445
abstract DataFlowPrivate::DataFlowCallable getSafeCallable();
4546
}
4647

0 commit comments

Comments
 (0)