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

Extend base64 module #539

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Extend base64 module #539

merged 1 commit into from
Sep 29, 2023

Conversation

Danielius1922
Copy link
Member

Extended the base64 to support encoding and decoding:

  • using URL-safe characters
  • with and without padding '=' at the end

@ocf-conformance-test-tool
Copy link

🎉 Thank you for your code contribution! To guarantee the change/addition is conformant to the OCF Specification, we would like to ask you to execute OCF Conformance Testing of your change ☝️ when your work is ready to be reviewed.


ℹ️ To verify your latest change (abc7db2), label this PR with OCF Conformance Testing.

⚠️ Label is removed with every code change.

@Danielius1922 Danielius1922 force-pushed the adam/feature/extend-base64 branch 3 times, most recently from b16f261 to f3a04bd Compare September 29, 2023 13:09
Extended base64 module to support encoding and decoding:
  - using URL-safe characters
  - with and without padding '=' at the end
@Danielius1922 Danielius1922 force-pushed the adam/feature/extend-base64 branch from f3a04bd to 4cc24c4 Compare September 29, 2023 13:13
@Danielius1922 Danielius1922 marked this pull request as ready for review September 29, 2023 13:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@Danielius1922 Danielius1922 merged commit f08116e into master Sep 29, 2023
@Danielius1922 Danielius1922 deleted the adam/feature/extend-base64 branch September 29, 2023 17:55
@github-actions github-actions bot locked and limited conversation to collaborators Sep 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants