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 8f08b4c commit c2787eeCopy full SHA for c2787ee
ruby/ql/lib/codeql/ruby/security/StoredXSSQuery.qll
@@ -11,6 +11,7 @@ import ruby
11
import codeql.ruby.DataFlow
12
import codeql.ruby.TaintTracking
13
14
+/** Provides a taint-tracking configuration for cross-site scripting vulnerabilities. */
15
module StoredXss {
16
import XSS::StoredXss
17
ruby/ql/lib/codeql/ruby/security/XSS.qll
@@ -318,6 +318,7 @@ private module OrmTracking {
318
}
319
320
321
+/** Provides default sources, sinks and sanitizers for detecting stored cross-site scripting (XSS) vulnerabilities. */
322
323
/** A data flow source for stored XSS vulnerabilities. */
324
abstract class Source extends Shared::Source { }
0 commit comments