Skip to content

Commit c75e2d3

Browse files
authored
Merge pull request #6852 from hvitved/csharp/interpret-element0-bad-magic
C#: Avoid bad magic in `interpretElement0`
2 parents 0919746 + b05d76a commit c75e2d3

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)