-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] main from renovatebot:main #2
base: main
Are you sure you want to change the base?
Conversation
'If set, Renovate will query this API for Merge Confidence data.', | ||
stage: 'global', | ||
type: 'string', | ||
default: 'https://developer.mend.io/', |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High
here
This string, which is used as a regular expression
here
execSnapshots.filter((value) => | ||
value.cmd.startsWith('helm repo add repo1') | ||
) | ||
value.cmd.startsWith('helm repo add repo1'), | ||
), |
Check failure
Code scanning / CodeQL
Incomplete URL substring sanitization High test
https://gitlab.com/api/v4/projects/xxxxxxx/packages/helm/stable
value.cmd.includes('https://charts.jetstack.io') | ||
) | ||
value.cmd.includes('https://charts.jetstack.io'), | ||
), |
Check failure
Code scanning / CodeQL
Incomplete URL substring sanitization High test
https://kubernetes.github.io/ingress-nginx
@@ -41,15 +53,16 @@ | |||
} | |||
|
|||
try { | |||
const instance = new RegEx(pattern, flags); | |||
const instance = flags ? new RegEx(pattern, flags) : new RegEx(pattern); |
Check failure
Code scanning / CodeQL
Regular expression injection High
environment variable
@@ -41,15 +53,16 @@ | |||
} | |||
|
|||
try { | |||
const instance = new RegEx(pattern, flags); | |||
const instance = flags ? new RegEx(pattern, flags) : new RegEx(pattern); |
Check failure
Code scanning / CodeQL
Regular expression injection High
environment variable
Co-authored-by: Rhys Arkins <[email protected]>
Co-authored-by: Rhys Arkins <[email protected]>
Signed-off-by: JP-Ellis <[email protected]> Co-authored-by: Michael Kriese <[email protected]> Co-authored-by: Rhys Arkins <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…32816) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v13.0.23 (#32824) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#32826) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#32827) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2837) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….json changes (#33189) Co-authored-by: Rhys Arkins <[email protected]>
#33195) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….0 (#33198) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
#33203) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….1 (#33207) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <[email protected]>
Co-authored-by: Rhys Arkins <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rhys Arkins <[email protected]>
Co-authored-by: Rhys Arkins <[email protected]>
…33213) Co-authored-by: Michael Kriese <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: secustor <[email protected]>
….0 (#33228) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…v13.5.0 (#33231) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#33234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…33233) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….0 (#33232) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…33235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…33241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )