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

Secret not correctly converted in base64 #189

Open
Deddinho23 opened this issue Jun 1, 2023 · 1 comment
Open

Secret not correctly converted in base64 #189

Deddinho23 opened this issue Jun 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Deddinho23
Copy link

Deddinho23 commented Jun 1, 2023

Description

After the last update(from v4.3.0 to v5.10.2), when receiving a secret, if you want to covert it to base64 with the option below, it convert even the HTML paragraph tag

Example:

secret="hello"; 
base64(secret)=base64("<p>hello</p>")

Screenshots

No response

Additional information

No response

@Deddinho23 Deddinho23 added the bug Something isn't working label Jun 1, 2023
@bjarneo
Copy link
Member

bjarneo commented Jun 1, 2023

Hm, thank you for reporting. I guess since I added the wysiwyg, that is the reason this is happening. Maybe an option to create secrets in cleartext, or remove the wysiwyg all together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants