Files
codeql/ruby/ql/test/query-tests/security
Harry Maclean 2e2fcd49bf Ruby: Consider Object#inspect a log sanitizer
The behaviour of `Object#inspect` depends on whether it has been
overridden by a subclass, but it will typically produce output on a
single line. Calling `inspect` on a String will replace newlines with
`\n`, which is then safe for interpolation into a log line.
2022-11-16 13:46:51 +13:00
..
2022-10-25 14:44:23 +02:00
2022-09-30 10:37:52 +01:00
2022-09-13 10:52:23 +02:00
2022-10-11 11:37:26 +02:00
2022-06-20 17:27:33 +00:00