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 code generation in oauth2 controller #1235

Merged
merged 1 commit into from
Jul 14, 2024
Merged

Conversation

haarg
Copy link
Member

@haarg haarg commented Jul 14, 2024

tr takes a character class. Trying to give it a class wrapped in brackets will try to convert the bracket characters. We're just generating a random ID, so it's ok for the format being generated to change.

tr takes a character class. Trying to give it a class wrapped in
brackets will try to convert the bracket characters. We're just
generating a random ID, so it's ok for the format being generated to
change.
Copy link

codecov bot commented Jul 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 60.90%. Comparing base (e99a859) to head (71d98fc).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1235   +/-   ##
=======================================
  Coverage   60.90%   60.90%           
=======================================
  Files         163      163           
  Lines        4441     4441           
  Branches      646      646           
=======================================
  Hits         2705     2705           
  Misses       1504     1504           
  Partials      232      232           
Files Coverage Δ
lib/MetaCPAN/Server/Controller/OAuth2.pm 24.65% <0.00%> (ø)

@haarg haarg merged commit b08ff6f into master Jul 14, 2024
3 of 4 checks passed
@haarg haarg deleted the haarg/fix-oauth-code branch July 14, 2024 21:36
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