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

[pull] main from renovatebot:main #2

Open
wants to merge 6,344 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 23, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 23, 2022
'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

This string, which is used as a regular expression
here
, has an unescaped '.' before 'mend.io/', so it might match more hosts than expected.
This string, which is used as a regular expression
here
, has an unescaped '.' before 'mend.io/', so it might match more hosts than expected.
Comment on lines 1030 to +1032
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
' can be anywhere in the URL, and arbitrary hosts may come before or after it.
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
' can be anywhere in the URL, and arbitrary hosts may come before or after it.
@@ -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

This regular expression is constructed from a
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

This regular expression is constructed from a
environment variable
.
samgiz and others added 27 commits November 28, 2024 17:43
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: 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>
klippx and others added 30 commits December 18, 2024 14:13
#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: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.