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

[Fix #10103] Add AllowHttpProtocol option to Bundler/InsecureProtocolSource #10104

Conversation

koic
Copy link
Member

@koic koic commented Sep 21, 2021

Fixes #10103.

This PR adds AllowHttpProtocol option to Bundler/InsecureProtocolSource.

This AllowHttpProtocol option is true by default for safe autocorrection.
If user don't allow http://, set false to the option.


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Commit message starts with [Fix #issue-number] (if the related issue exists).
  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.
  • Added an entry (file) to the changelog folder named {change_type}_{change_description}.md if the new code introduces user-observable changes. See changelog entry format for details.

…reProtocolSource`

Fixes rubocop#10103.

This PR adds `AllowHttpProtocol` option to `Bundler/InsecureProtocolSource`.

This `AllowHttpProtocol` option is `true` by default for safe autocorrection.
If user don't allow `http://`, set `false` to the option.
@koic koic force-pushed the add_allow_http_protocol_to_bundler_insecure_protocol_source branch from 3c2751f to 7b4a66f Compare September 21, 2021 13:44
@tas50
Copy link
Contributor

tas50 commented Sep 21, 2021

Thanks @koic

@bbatsov bbatsov merged commit af4393a into rubocop:master Sep 22, 2021
@bbatsov
Copy link
Collaborator

bbatsov commented Sep 22, 2021

Looks good. Thanks!

@koic koic deleted the add_allow_http_protocol_to_bundler_insecure_protocol_source branch September 22, 2021 05:13
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.

Bundler/InsecureProtocolSource shoudl detect http://rubygems.org
3 participants