mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
It will now identify cases like this:
file = File.open "foo.txt", "a"
file.printf(params[:format], arg)
It will now identify cases like this:
file = File.open "foo.txt", "a"
file.printf(params[:format], arg)