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? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Currently, Renovate supports sanitising URLs in
lib/logger/utils.ts
but it does not cover sanitising data urisWe can potentially extend the
sanitizeUrls
function with a small change to support the use case.Example for new use case:
data:text/vnd-example;foo=bar;base64,R0lGODdh
I can push a PR for this as well.
Beta Was this translation helpful? Give feedback.
All reactions