Files
codeql/ql/lib
Harry Maclean 3a4ddc4b4e Model the HTTParty http client
We currently model direct calls like

    HTTParty.get("http://example.com")

but we don't yet handle calls on other classes that have included the
`HTTParty` module, like

    class MyClient
      include HTTParty
    end
    MyClient.get("http://example.com")
2021-09-27 14:44:04 +01:00
..
2021-09-27 14:44:04 +01:00
2021-09-16 12:57:32 +02:00
2021-08-31 12:19:35 +02:00
2021-08-26 18:48:53 -04:00