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: ruby rule for user input in http url #646

Merged
merged 2 commits into from
Feb 23, 2023

Conversation

didroe
Copy link
Contributor

@didroe didroe commented Feb 22, 2023

Description

Adds a Ruby rule for HTTP communication where the location/destination is formed with user input.

Also improves the detections for the insecure URL rule.

Future work

The following HTTP clients only have basic support and could be improved:

  • Faraday
  • HTTP
  • HTTParty
  • HTTPX
  • RestClient
  • Typhoeus

Checklist

  • I've added test coverage that shows my fix or feature works as expected.
  • I've updated or added documentation if required.
  • I've included usage information in the description if CLI behavior was updated or added.
  • PR title follows Conventional Commits format

@didroe didroe mentioned this pull request Feb 22, 2023
21 tasks
@didroe didroe force-pushed the feat/ruby-user-input-in-http-url branch from 7d4f5e0 to 8ef7e93 Compare February 23, 2023 10:01
@didroe didroe force-pushed the feat/ruby-user-input-in-http-url branch from 8ef7e93 to 3926502 Compare February 23, 2023 10:01
@didroe didroe force-pushed the feat/ruby-user-input-in-http-url branch from 3926502 to 27f018f Compare February 23, 2023 10:03
@didroe didroe merged commit af8a13f into main Feb 23, 2023
@didroe didroe deleted the feat/ruby-user-input-in-http-url branch February 23, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants