Skip to content

Relax base64 checking to match tartufo v2 #285

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

Merged
merged 1 commit into from
Nov 17, 2021
Merged

Conversation

rbailey-godaddy
Copy link
Contributor

To help us get this pull request reviewed and merged quickly, please be sure to include the following items:

  • Tests (if applicable)
  • Documentation (if applicable)
  • Changelog entry
  • A full explanation here in the PR description of the work done

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other -- what do you get when you put "bugfix" and "feature" in a blender?

Backward Compatibility

Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?

  • Yes (backward compatible)
  • No (breaking changes)

Issue Linking

What's new?

  • Allow = to appear in the middle of strings (like we did in 2.x) instead of forcing it to appear only at the end (like base64 RFC
    requires). This more faithfully reproduces the old behavior and allows users -- such as ourselves -- to avoid updating signatures.

Allow `=` to appear in the middle of strings (like we did in 2.x)
instead of forcing it to appear only at the end (like base64 RFC
requires). This more faithfully reproduces the old behavior and allows
users -- such as ourselves -- to avoid updating signatures.
@rbailey-godaddy rbailey-godaddy requested a review from a team as a code owner November 17, 2021 22:47
@rbailey-godaddy rbailey-godaddy requested review from irodelta, sushantmimani and emayuri-godaddy and removed request for a team November 17, 2021 22:47
Copy link
Contributor

@sushantmimani sushantmimani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🦅

@tarkatronic tarkatronic merged commit 401ec6c into v3.x Nov 17, 2021
@tarkatronic tarkatronic deleted the base64-silliness branch November 17, 2021 23:17
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.

5 participants