Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: narrow down the scope of variable reconciliation #205

Merged
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ risks:
- filename: testdata/ruby/detect_rails_jwt.rb
line_number: 10
parent:
line_number: 12
content: JWT.encode(user.email, nil, "none")
line_number: 10
content: JWT.encode user.address, nil, "none"
components: []


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ risks:
parent:
line_number: 7
content: URI.encode_www_form(user_1)
- filename: testdata/ruby/ruby_http_detection.rb
line_number: 12
parent:
line_number: 110
content: HTTPX.get("https://my.api.com/users/search?first_name=#{user_2.first_name}")
- detector_id: ruby_http_post_detection
data_types:
- name: Ethnic Origin
Expand Down