Support sanitising data uris #31719
sahil-seth
started this conversation in
Suggest an Idea
Replies: 1 comment 1 reply
|
I don't fully understand this requirement, but if it's easier for you to push a PR to demonstrate it rather than keep describing it then please go ahead. e.g. is Renovate sanitizing a known secret in the URI, or sanitizing a particular section which can contain secrets? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
Currently, Renovate supports sanitising URLs in
lib/logger/utils.tsbut it does not cover sanitising data urisWe can potentially extend the
sanitizeUrlsfunction with a small change to support the use case.Example for new use case:
data:text/vnd-example;foo=bar;base64,R0lGODdhI can push a PR for this as well.
All reactions