Skip to content

Commit e2ef780

Browse files
committed
Add base_uri note to HTTParty modelling
1 parent 38ff584 commit e2ef780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/http_clients/Httparty.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ private import codeql.ruby.ApiGraphs
1111
* # TODO: module inclusion
1212
* class MyClass
1313
* include HTTParty
14+
* base_uri "http://example.com"
1415
* end
1516
*
1617
* MyClass.new("http://example.com")

0 commit comments

Comments
 (0)