We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f185e commit d7ad13bCopy full SHA for d7ad13b
java/ql/lib/semmle/code/java/frameworks/JMS.qll
@@ -8,7 +8,7 @@
8
import java
9
import semmle.code.java.dataflow.ExternalFlow
10
11
-/** Defines sources of taited data in JMS 1. */
+/** Defines sources of tainted data in JMS 1. */
12
private class Jms1Source extends SourceModelCsv {
13
override predicate row(string row) {
14
row =
@@ -91,7 +91,7 @@ private class Jms1FlowStep extends SummaryModelCsv {
91
}
92
93
94
-/** Defines additional sources of taited data in JMS 2. */
+/** Defines additional sources of tainted data in JMS 2. */
95
private class Jms2Source extends SourceModelCsv {
96
97
0 commit comments