Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
327 matches across 8 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/sync-org-issue-fields.ts | 136 | export function getUpdateFieldOptionsCommand( |
| LOW | tools/validate-schema.ts | 11 | async function validateFileAgainstSchema( |
| LOW | tools/validate-schema.ts | 22 | async function validateFileAgainstSchemaFromFile( |
| LOW | tools/validate-schema.ts | 76 | async function validateDataFilesAgainstSchemas(): Promise<void> { |
| LOW | tools/test/utils.ts | 3 | export function getCoverageIgnorePatterns(): string[] { |
| LOW | tools/utils/sync-module-labels.ts | 107 | export function formatCreateLabelCommands( |
| LOW | tools/docs/schema.ts | 194 | function createSchemaForParentConfigs( |
| LOW | tools/docs/schema.ts | 206 | function addChildrenArrayInParents( |
| LOW | tools/docs/schema.ts | 267 | function createSchemaForChildConfigs( |
| LOW | tools/docs/manager-asdf-supported-plugins.ts | 11 | export async function generateManagerAsdfSupportedPlugins( |
| LOW | tools/docs/manager-mise-supported-plugins.ts | 125 | export async function generateManagerMiseSupportedPlugins( |
| LOW | tools/docs/github-query-items.ts | 175 | export function generateFeatureAndBugMarkdown( |
| LOW | tools/docs/config.ts | 297 | function generateCacheNamespacesList(): string { |
| LOW | tools/docs/config.ts | 330 | function generateToolsForConstraints(): string { |
| LOW | tools/docs/config.ts | 347 | function generateAdditionalConstraints(): string { |
| LOW | tools/docs/config.ts | 362 | function generateToolsForInstallTools(): string { |
| LOW | test/http-mock.ts | 117 | function massageHttpMockStacktrace(err: Error): void { |
| LOW | test/graphql-snapshot.ts | 16 | function isOperationDefinitionNode( |
| LOW | test/graphql-snapshot.ts | 152 | function simplifyVariableDefinitions( |
| LOW | test/docs/documentation.spec.ts | 23 | async function getConfigOptionSubHeaders( |
| LOW | test/docs/documentation.spec.ts | 98 | function getRequiredConfigSubOptions(): string[] { |
| LOW | test/docs/documentation.spec.ts | 172 | function getRequiredSelfHostedOptions(): string[] { |
| LOW | test/docs/documentation.spec.ts | 195 | async function getSelfHostedExperimentalConfigHeaders( |
| LOW | test/docs/documentation.spec.ts | 219 | async function getAdditionalHandlebarsHelpersHeaders(): Promise< |
| LOW | lib/config-validator.ts | 39 | async function partiallyGlobalInitialize(): Promise<void> { |
| LOW | lib/logger/bunyan.ts | 89 | function serializedSanitizedLogger(streams: BunyanStream[]): BunyanLogger { |
| LOW | lib/logger/remap.ts | 53 | export function resetGlobalLogLevelRemaps(): void { |
| LOW | lib/logger/remap.ts | 58 | export function setRepositoryLogLevelRemaps( |
| LOW | lib/logger/remap.ts | 64 | export function resetRepositoryLogLevelRemaps(): void { |
| LOW | lib/util/interpolator.ts | 17 | export function validateInterpolatedValues( |
| LOW | lib/util/interpolator.ts | 53 | function replaceInterpolatedValuesInString( |
| LOW | lib/util/interpolator.ts | 90 | export function replaceInterpolatedValuesInObject( |
| LOW | lib/util/sanitize.ts | 64 | export function clearRepoSanitizedSecretsList(): void { |
| LOW | lib/util/sanitize.ts | 68 | export function clearGlobalSanitizedSecretsList(): void { |
| LOW | lib/util/check-token.ts | 65 | export function isGithubPersonalAccessToken(token: string): boolean { |
| LOW | lib/util/check-token.ts | 69 | export function isGithubServerToServerToken(token: string): boolean { |
| LOW | lib/util/check-token.ts | 73 | export function isGithubFineGrainedPersonalAccessToken(token: string): boolean { |
| LOW | lib/util/check-token.ts | 83 | export function takePersonalAccessTokenIfPossible( |
| LOW | lib/util/host-rules.ts | 106 | function fromShorterToLongerMatchHost(a: HostRule, b: HostRule): number { |
| LOW | lib/util/unicode.ts | 15 | export function logWarningIfUnicodeHiddenCharactersInPackageFile( |
| LOW | lib/util/cache/repository/impl/s3.spec.ts | 23 | function createGetObjectCommandInput( |
| LOW | lib/util/cache/repository/impl/s3.spec.ts | 35 | function createPutObjectCommandInput( |
| LOW | lib/util/http/rate-limits.ts | 71 | export function getConcurrentRequestsLimit(url: string): number | null { |
| LOW | lib/util/exec/types.ts | 248 | export function isAdditionalConstraintName( |
| LOW | lib/util/vulnerability/utils.ts | 19 | export function getFixedVersionConstraint( |
| LOW | lib/util/vulnerability/utils.ts | 37 | export function getLastAffectedVersionConstraint( |
| LOW | lib/util/git/instrument.ts | 34 | function gitOperationTypeForSubcommand(subcommand: string): GitOperationType { |
| LOW | lib/util/git/update-date-cache.ts | 5 | export function getCachedUpdateDateResult( |
| LOW | lib/util/git/update-date-cache.ts | 23 | export function setCachedUpdateDateResult( |
| LOW | lib/util/git/behind-base-branch-cache.ts | 6 | export function getCachedBehindBaseResult( |
| LOW | lib/util/git/behind-base-branch-cache.ts | 30 | export function setCachedBehindBaseResult( |
| LOW | lib/util/git/semantic.ts | 39 | function detectSemanticCommitScore(commitMessages: string[]): number { |
| LOW | lib/util/git/auth.ts | 24 | export function getGitAuthenticatedEnvironmentVariables( |
| LOW | lib/util/git/auth.ts | 91 | function getAuthenticationRulesWithToken( |
| LOW | lib/util/git/auth.ts | 172 | export function getGitEnvironmentVariables( |
| LOW | lib/config/validation.ts | 111 | function getUnsupportedEnabledManagers(enabledManagers: string[]): string[] { |
| LOW | lib/config/validation.ts | 1153 | function getPossibleConfigFileNames({ |
| LOW | lib/config/secrets.ts | 46 | export function validateConfigSecretsAndVariables( |
| LOW | lib/config/secrets.ts | 64 | export function applySecretsAndVariablesToConfig( |
| LOW | lib/config/validation-helpers/utils.ts | 98 | export function validateRegexManagerFields( |
| 196 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | tools/find-issues-with-missing-labels.sh | 29 | # Create a list of issue numbers with authors |
| MEDIUM | tools/find-issues-with-missing-labels.sh | 51 | # Create a list of issue numbers with authors |
| MEDIUM | …dules/manager/terraform/__fixtures__/rangeStrategy.hcl | 1 | # This file is maintained automatically by "terraform init". |
| MEDIUM | …/__fixtures__/flux-system-invalid/gotk-components.yaml | 1 | # This file is missing the required Flux Version header |
| MEDIUM | lib/modules/manager/pip-compile/artifacts.spec.ts | 40 | # This file is autogenerated by pip-compile with Python 3.11 |
| MEDIUM | lib/modules/manager/pip-compile/artifacts.spec.ts | 402 | # This file is autogenerated by pip-compile |
| MEDIUM | lib/modules/manager/pip-compile/common.spec.ts | 17 | # This file is autogenerated by pip-compile with Python 3.11 |
| MEDIUM | lib/modules/manager/pip-compile/common.ts | 295 | /^(#.*?\r?\n)*# This file is autogenerated by pip-compile with Python (?<pythonVersion>\d+(\.\d+)*)\s/, |
| MEDIUM | lib/modules/manager/pip-compile/extract.spec.ts | 21 | # This file is autogenerated by pip-compile with Python 3.11 |
| MEDIUM | lib/modules/manager/gradle-wrapper/util.spec.ts | 45 | #This file is generated by updateDaemonJvm |
| MEDIUM | lib/modules/manager/gradle-wrapper/util.spec.ts | 65 | #This file is generated by updateDaemonJvm |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib/util/common.spec.ts | 10 | "name": "John Doe", |
| LOW | lib/util/common.spec.ts | 36 | "name": "John Doe", |
| LOW | lib/util/common.spec.ts | 125 | name: 'John Doe', |
| LOW | lib/util/common.spec.ts | 181 | name: 'John Doe', |
| LOW | lib/util/git/index.spec.ts | 1048 | await fs.writeFile(`${base.path}/test`, 'lorem ipsum'); |
| LOW | lib/util/git/index.spec.ts | 1078 | await fs.writeFile(`${base.path}/test`, 'lorem ipsum'); |
| LOW | lib/workers/repository/update/pr/labels.spec.ts | 91 | 'Torem ipsum dolor sit amet, consectetur adipiscing elit. Sed fringilla erat eu lectus gravida varius. Maecenas |
| LOW | lib/workers/repository/update/pr/labels.spec.ts | 98 | 'Torem ipsum dolor sit amet, consectetur adipiscing', // len: 50 |
| LOW | lib/workers/repository/update/pr/labels.spec.ts | 111 | 'Torem ipsum dolor sit amet, consectetur adipiscing elit. Sed fringilla erat eu lectus gravida varius. Maecena |
| LOW | lib/workers/repository/update/pr/labels.spec.ts | 119 | 'Torem ipsum dolor sit amet, consectetur adipiscing', // len: 50 |
| LOW | lib/modules/platform/utils/pr-body.spec.ts | 56 | const body = smartTruncate('Lorem ipsum dolor sit amet', 10); |
| LOW | lib/modules/platform/utils/pr-body.spec.ts | 56 | const body = smartTruncate('Lorem ipsum dolor sit amet', 10); |
| LOW | lib/modules/platform/gitea/gitea-helper.spec.ts | 62 | email: 'admin@example.com', |
| LOW | lib/modules/platform/gitea/gitea-helper.spec.ts | 120 | body: 'Lorem ipsum dolor sit amet', |
| LOW | lib/modules/platform/gitea/gitea-helper.spec.ts | 120 | body: 'Lorem ipsum dolor sit amet', |
| LOW | lib/modules/platform/scm-manager/utils.spec.ts | 95 | contact: 'test@test.com', |
| LOW | lib/modules/platform/scm-manager/index.spec.ts | 26 | contact: 'test@test.com', |
| LOW | …odules/platform/scm-manager/scm-manager-helper.spec.ts | 25 | contact: 'test@test.com', |
| LOW | lib/modules/platform/bitbucket-server/index.spec.ts | 1055 | q.filter === 'test@test.com' && |
| LOW | lib/modules/platform/bitbucket-server/index.spec.ts | 1065 | emailAddress: 'test@test.com', |
| LOW | lib/modules/platform/bitbucket-server/index.spec.ts | 1070 | bitbucket.addReviewers(5, ['name', 'userName2', 'test@test.com']), |
| LOW | lib/modules/platform/forgejo/forgejo-helper.spec.ts | 63 | email: 'admin@example.com', |
| LOW | lib/modules/platform/forgejo/forgejo-helper.spec.ts | 121 | body: 'Lorem ipsum dolor sit amet', |
| LOW | lib/modules/platform/forgejo/forgejo-helper.spec.ts | 121 | body: 'Lorem ipsum dolor sit amet', |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | tools/mkdocs/mkdocs.yml | 101 | features: |
| LOW | tools/mkdocs/mkdocs.yml | 141 | markdown_extensions: |
| LOW | lib/util/exec/docker/index.spec.ts | 321 | ); |
| LOW | lib/util/git/private-key.ts | 121 | |
| LOW | lib/modules/datasource/jsr/common.ts | 1 | export const defaultRegistryUrls = [ |
| LOW | lib/modules/datasource/aws-machine-image/readme.md | 101 | This would match every file, and would recognize the following lines: |
| LOW | …ource/golang-version/__fixtures__/releases-invalid3.go | 1 | // Copyright 2020 The Go Authors. All rights reserved. |
| LOW | lib/modules/platform/codecommit/codecommit-client.ts | 121 | // sourceCommitSpecifier: string, |
| LOW | lib/modules/platform/codecommit/index.ts | 461 | logger.debug(`mergePr(${prNo}, ${branchName!})`); |
| LOW | lib/modules/platform/codecommit/index.ts | 481 | // |
| LOW | lib/modules/platform/codecommit/index.ts | 501 | // logger.debug({ err }, `PR merge error`); |
| LOW | …/modules/manager/bazel-module/parser/extension-tags.ts | 1 | import { query as q } from '@renovatebot/good-enough-parser'; |
| LOW | lib/modules/manager/cargo/__fixtures__/Cargo.1.toml | 61 | [dev-dependencies] |
| LOW | …pile/__fixtures__/requirementsWithUnknownArguments.txt | 1 | # |
| LOW | …pip-compile/__fixtures__/requirementsCustomCommand.txt | 1 | # |
| LOW | …e/__fixtures__/requirementsWithExploitingArguments.txt | 1 | # |
| LOW | lib/modules/manager/kustomize/extract.spec.ts | 1001 | packageName: 'ssh://alice@example.com/path/to/repo', |
| LOW | …elm-values/__fixtures__/default_chart_init_values.yaml | 41 | # kubernetes.io/ingress.class: nginx |
| LOW | lib/modules/versioning/rez/pattern.ts | 1 | // Regular Expressions have been copied from, some more work were necessary to make it work: |
| LOW | lib/modules/versioning/rez/pattern.ts | 21 | // " ^(?P<lower_bound>" |
| LOW | lib/modules/versioning/rez/pattern.ts | 41 | // " (?P<range_upper_asc_prefix><(?={version_group})|<=)" # <= only if followed by a version group |
| LOW | lib/modules/versioning/regex/index.ts | 21 | // config is expected to be overridden by a user-specified RegExp value |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …workers/repository/process/lookup/__fixtures__/01.json | 1 | {"_id":"q","_rev":"630-d7fce0e6c70f098394f2354b47a5d56a","name":"q","description":"A library for promises (CommonJS/Prom |
| MEDIUM | …rkers/repository/process/lookup/__fixtures__/next.json | 1 | {"_id":"next","_rev":"268-a36e4644c508821b322a115415ac0a22","name":"next","dist-tags":{"latest":"4.2.3","beta":"4.0.0-be |
| LOW | …rkers/repository/process/lookup/__fixtures__/next.json | 1 | {"_id":"next","_rev":"268-a36e4644c508821b322a115415ac0a22","name":"next","dist-tags":{"latest":"4.2.3","beta":"4.0.0-be |
| LOW | …sitory/process/lookup/__fixtures__/vue-test-utils.json | 1 | {"_id":"vue-test-utils","_rev":"22-66ccf0fa49e20a73a70fbe8379efde72","name":"vue-test-utils","description":"Utilities fo |
| LOW | …orkers/repository/process/lookup/__fixtures__/vue.json | 1 | {"_id":"vue","_rev":"638-dc9984a3a413fdba4589a021d11f2548","name":"vue","description":"Reactive, component-oriented view |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lib/logger/once.spec.ts | 63 | function doSomething() { |
| LOW | lib/logger/once.spec.ts | 77 | function doSomething() { |
| LOW | lib/logger/once.spec.ts | 92 | function doSomething() { |
| LOW | lib/logger/once.spec.ts | 109 | function doSomething(s: string) { |
| LOW | lib/logger/once.spec.ts | 127 | function doSomething() { |
| LOW | lib/logger/once.spec.ts | 149 | function doSomething() { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | lib/modules/datasource/repology/__fixtures__/nginx.json | 1 | [{"repo":"parabola","subrepo":"extra","srcname":"nginx","binname":"nginx","visiblename":"nginx","version":"1.18.0","lice |
| MEDIUM | lib/modules/manager/gleam/extract.ts | 13 | // this allows us to leverage renovate built-in configurations and presets |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | lib/modules/manager/pep723/utils.spec.ts | 105 | print("requires-python>=3.11") |