Skip to content

Commit b05d76a

Browse files
committed
C#: Avoid bad magic in interpretElement0
1 parent 9c9c5c0 commit b05d76a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/ExternalFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ private string paramsString(InterpretedCallable c) {
404404
)
405405
}
406406

407+
pragma[nomagic]
407408
private Element interpretElement0(
408409
string namespace, string type, boolean subtypes, string name, string signature
409410
) {

0 commit comments

Comments
 (0)