Files
codeql/ruby/ql/lib
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-11-16 13:46:51 +13:00
2021-10-15 11:47:28 +02:00
2022-08-25 17:21:29 +02:00
2022-09-14 15:30:51 +02:00
2022-02-02 13:29:09 +01:00