Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8184f76

Browse files
committed
C++: Sync identical files.
1 parent bc23809 commit 8184f76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpp/ql/src/Security/CWE/CWE-020/ir/SafeExternalAPIFunction.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ abstract class SafeExternalAPIFunction extends Function { }
1313
/** The default set of "safe" external APIs. */
1414
private class DefaultSafeExternalAPIFunction extends SafeExternalAPIFunction {
1515
DefaultSafeExternalAPIFunction() {
16+
// implementation note: this should be based on the properties of public interfaces, rather than accessing implementation classes directly. When we've done that, the three classes referenced here should be made fully private.
1617
this instanceof PureStrFunction or
1718
this instanceof StrLenFunction or
1819
this instanceof PureMemFunction

0 commit comments

Comments
 (0)