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

Skip to content

Commit e235e15

Browse files
committed
Java: Fix bad magic.
1 parent 374859e commit e235e15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/ql/src/semmle/code/java/security/RequestForgery.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ private class StringBuilderVarExt extends StringBuilderVar {
149149
/**
150150
* Implements `StringBuilderVarExt.getNextAppendIncludingAssignmentChains+(prev)`.
151151
*/
152+
pragma[nomagic]
152153
StringBuilderAppend getSubsequentAppendIncludingAssignmentChains(
153154
StringBuilderConstructorOrAppend prev
154155
) {

0 commit comments

Comments
 (0)