mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Replace singleton set
This commit is contained in:
@@ -107,6 +107,6 @@ private class Jms2Source extends SourceModelCsv {
|
||||
/** Defines additional taint propagation steps in JMS 2. */
|
||||
private class Jms2FlowStep extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row = ["javax.jms;Message;true;getBody;();;Argument[-1];ReturnValue;taint",]
|
||||
row = "javax.jms;Message;true;getBody;();;Argument[-1];ReturnValue;taint"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user