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 700e40b commit 608b16cCopy full SHA for 608b16c
python/ql/src/Security/CWE-020-ExternalAPIs/ExternalAPIs.qll
@@ -12,7 +12,7 @@ private import semmle.python.dataflow.new.internal.DataFlowPrivate as DataFlowPr
12
private import semmle.python.dataflow.new.internal.TaintTrackingPrivate as TaintTrackingPrivate
13
14
/**
15
- * An external API that is considered a "safe" from a security perspective.
+ * An external API that is considered "safe" from a security perspective.
16
*/
17
class SafeExternalApi extends Unit {
18
0 commit comments