Skip to content

Commit 608b16c

Browse files
RasmusWLyoff
andauthored
Python: Minor adjustment in QLDoc
Co-authored-by: yoff <[email protected]>
1 parent 700e40b commit 608b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private import semmle.python.dataflow.new.internal.DataFlowPrivate as DataFlowPr
1212
private import semmle.python.dataflow.new.internal.TaintTrackingPrivate as TaintTrackingPrivate
1313

1414
/**
15-
* An external API that is considered a "safe" from a security perspective.
15+
* An external API that is considered "safe" from a security perspective.
1616
*/
1717
class SafeExternalApi extends Unit {
1818
/**

0 commit comments

Comments
 (0)