mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Fixed typos in JMS.qll
This commit is contained in:
committed by
Chris Smowton
parent
20f185e772
commit
d7ad13b8de
@@ -8,7 +8,7 @@
|
||||
import java
|
||||
import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
/** Defines sources of taited data in JMS 1. */
|
||||
/** Defines sources of tainted data in JMS 1. */
|
||||
private class Jms1Source extends SourceModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
@@ -91,7 +91,7 @@ private class Jms1FlowStep extends SummaryModelCsv {
|
||||
}
|
||||
}
|
||||
|
||||
/** Defines additional sources of taited data in JMS 2. */
|
||||
/** Defines additional sources of tainted data in JMS 2. */
|
||||
private class Jms2Source extends SourceModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
|
||||
Reference in New Issue
Block a user