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 24635df commit 23e2279Copy full SHA for 23e2279
ruby/ql/lib/codeql/ruby/frameworks/rack/internal/Response.qll
@@ -6,7 +6,7 @@ private import codeql.ruby.DataFlow
6
private import codeql.ruby.typetracking.TypeTracker
7
private import App as A
8
9
-/** Contains implementation details for modelling `Rack::Response`. */
+/** Contains implementation details for modeling `Rack::Response`. */
10
module Private {
11
private DataFlow::LocalSourceNode trackInt(TypeTracker t, int i) {
12
t.start() and
0 commit comments