JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
311 matches across 6 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/workflows/devserver.yml | 75 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 77 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 90 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 92 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 101 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 103 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 118 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/devserver.yml | 120 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/docker-compose-integration.yml | 62 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/docker-compose-integration.yml | 64 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 86 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 88 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 105 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 107 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 117 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 119 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 134 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/react.yml | 136 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 43 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 45 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 60 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 62 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 98 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 100 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 54 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 56 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 68 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 70 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 87 | #---------------------------------------------------------------------- |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 89 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 57 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 59 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 71 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 73 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 96 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/linked-issue-check.yml | 98 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 86 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 88 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 105 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 107 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 117 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 119 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 134 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/vue.yml | 136 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 61 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 63 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 77 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 79 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 90 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 92 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 107 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/generator-graalvm.yml | 109 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 55 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 57 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 69 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 71 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 82 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/issue-check.yml | 84 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/angular.yml | 86 | #---------------------------------------------------------------------- |
| MEDIUM | .github/workflows/angular.yml | 88 | #---------------------------------------------------------------------- |
| 6 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cli/environment-builder.ts | 488 | async function loadSharedOptionsFromFile(sharedOptionsBase: string, msg?: string, errorMsg?: string): Promise<any> { |
| LOW | lib/jhipster/reserved-keywords.ts | 73 | export function isReservedPaginationWords(keyword: string) { |
| LOW | lib/jhipster/default-application-options.ts | 112 | function getConfigForClientApplication(options: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 129 | function getConfigForAuthenticationType(options: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 151 | function getConfigForCacheProvider(options: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 188 | function getServerConfigForMonolithApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 204 | export function getConfigForMonolithApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 215 | function getServerConfigForGatewayApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 234 | export function getConfigForGatewayApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 245 | function getServerConfigForMicroserviceApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 264 | export function getConfigForMicroserviceApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jhipster/default-application-options.ts | 275 | export function getDefaultConfigForNewApplication(customOptions: ApplicationDefaults = {}): ApplicationDefaults { |
| LOW | lib/jdl/jdl-importer.ts | 84 | export function createImporterFromContent( |
| LOW | lib/jdl/jdl-importer.ts | 190 | function importOneApplicationAndEntities(jdlObject: JDLObject) { |
| LOW | lib/jdl/jdl-importer.ts | 221 | function importApplicationsAndEntities(jdlObject: JDLObject) { |
| LOW | lib/jdl/core/utils/object-utils.ts | 43 | function removeEntriesWithUndefinedValue(entity: any) { |
| LOW | lib/jdl/core/utils/file-utils.ts | 47 | export function createFolderIfItDoesNotExist(directory: string) { |
| LOW | lib/jdl/core/models/jdl-application-configuration.ts | 82 | function getFormattedConfigOptionsString(options: Record<string, JDLApplicationConfigurationOption<any>>, indent: string |
| LOW | lib/jdl/core/models/jdl-application-configuration.ts | 99 | function filterOutOptionsWithoutValues( |
| LOW | lib/jdl/core/models/jdl-application-configuration.ts | 115 | function filterOutOptionsThatShouldNotBeExported( |
| LOW | …l/core/models/jdl-application-configuration-factory.ts | 31 | export default function createApplicationConfigurationFromObject( |
| LOW | …l/core/models/jdl-application-configuration-factory.ts | 53 | export function createApplicationNamespaceConfigurationFromObject( |
| LOW | …l/core/models/jdl-application-configuration-factory.ts | 66 | function createUnknownJDLConfigurationOption( |
| LOW | …l/core/models/jdl-application-configuration-factory.ts | 87 | function createApplicationJDLConfigurationOption( |
| LOW | …l/core/models/jdl-application-configuration-factory.ts | 96 | function createJDLConfigurationOption( |
| LOW | lib/jdl/core/models/jdl-relationship.ts | 188 | function mergeDefaultsWithOverrides( |
| LOW | lib/jdl/core/models/jdl-object-merger.spec.ts | 96 | function createFirstJDLObjectForTheMergeTest() { |
| LOW | lib/jdl/core/models/jdl-object-merger.spec.ts | 140 | function createSecondJDLObjectForTheMergeTest() { |
| LOW | lib/jdl/core/models/jdl-validation.ts | 60 | function getPatternValidationValue(value: string | number | RegExp | boolean) { |
| LOW | lib/jdl/core/readers/jdl-reader.ts | 70 | function checkAllTheFilesAreJDLFiles(files: string[]) { |
| LOW | lib/jdl/core/readers/jdl-reader.ts | 112 | function removeInternalJDLComments(content: string) { |
| LOW | lib/jdl/core/linters/entity-linter.ts | 44 | function checkForDuplicatedEntities(entityDeclarations: CstNode[]) { |
| LOW | lib/jdl/core/linters/entity-linter.ts | 68 | function checkForUselessEntityBraces(entityDeclaration: CstNode) { |
| LOW | lib/jdl/core/linters/relationship-linter.ts | 48 | function checkForCollapsibleRelationships(relationshipDeclarations: CstNode[]) { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 41 | export function createJDLLinterFromContent(jdlString: string, runtime: JDLRuntime) { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 66 | function checkForEntityDeclarationIssues() { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 72 | function checkForFieldDeclarationIssues() { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 87 | function checkForEnumDeclarationIssues() { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 95 | function checkForRelationshipIssues() { |
| LOW | lib/jdl/core/linters/jdl-linter.ts | 111 | function getFieldDeclarationsFromEntity(entityDeclaration: CstNode): CstNode[] { |
| LOW | lib/jdl/core/parsing/jdl-ast-builder-visitor.ts | 708 | function getOptionEntityAndExcludedEntityLists( |
| LOW | lib/jdl/core/parsing/jdl-ast-builder-visitor.ts | 741 | function getUnaryOptionFromContext( |
| LOW | lib/jdl/core/parsing/jdl-ast-builder-visitor.ts | 755 | function getBinaryOptionFromContext( |
| LOW | lib/jdl/core/parsing/jdl-ast-builder-visitor.ts | 776 | function getSpecialUnaryOptionDeclaration( |
| LOW | lib/jdl/core/parsing/api.ts | 70 | function throwErrorAboutInvalidToken(parserError: IRecognitionException) { |
| LOW | lib/jdl/core/parsing/jdl-post-parsing-tasks.ts | 22 | export default function performJDLPostParsingTasks(parsedContent: ParsedJDLApplications): ParsedJDLApplications { |
| LOW | lib/jdl/core/parsing/jdl-post-parsing-tasks.ts | 31 | function resolveEntityNamesForApplications(parsedContent: ParsedJDLApplications): ParsedJDLApplication[] { |
| LOW | lib/jdl/core/parsing/jdl-post-parsing-tasks.ts | 39 | function resolveApplicationEntityNames(application: ParsedJDLApplications['applications'][number], entityNames: string[] |
| LOW | lib/jdl/core/parsing/jdl-post-parsing-tasks.ts | 53 | function checkEntityNamesInApplication(applicationName: string, entityNamesInApplication: Set<string>, entityNames: stri |
| LOW | lib/jdl/core/parsing/validator.ts | 151 | export default function performAdditionalSyntaxChecks(cst: CstNode, runtime: JDLRuntime) { |
| LOW | …jdl/core/parsing/self-checks/parsing-system-checker.ts | 60 | function checkForUselessConfigurationKeys(definedTokensMap: Record<string, TokenType>, usedConfigKeys: string[]) { |
| LOW | …jdl/core/parsing/self-checks/parsing-system-checker.ts | 67 | function checkForMissingConfigurationKeys(definedTokensMap: Record<string, TokenType>, usedConfigKeys: string[]) { |
| LOW | lib/jdl/converters/json-to-jdl-option-converter.ts | 36 | export function convertServerOptionsToJDL(config: any, jdl: JDLObject): JDLObject { |
| LOW | lib/jdl/converters/json-to-jdl-entity-converter.ts | 117 | function convertJSONToJDLValidation(rule: string, field: JSONField): JDLValidation { |
| LOW | lib/jdl/converters/json-to-jdl-entity-converter.ts | 232 | function getSourceEntitySideAttributes(entityName: string, relationship: JSONRelationship): JDLSourceEntitySide { |
| LOW | lib/jdl/converters/json-to-jdl-entity-converter.ts | 241 | function getDestinationEntitySideAttributes( |
| LOW | lib/jdl/converters/json-to-jdl-entity-converter.ts | 281 | function getInjectedFieldInSourceEntity(relationship: JSONRelationship): string { |
| LOW | lib/jdl/converters/json-to-jdl-converter.ts | 72 | export function convertSingleContentToJDL( |
| LOW | lib/jdl/converters/json-to-jdl-converter.ts | 80 | function getJDLObjectFromMultipleApplications(directory: string, runtime: JDLRuntime): JDLObject { |
| LOW | lib/jdl/converters/json-to-jdl-converter.ts | 98 | export function getJDLObjectFromSingleApplication( |
| 102 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …-jdl-object/parsed-jdl-to-jdl-object-converter.spec.ts | 891 | expect(jdlObject.getEntity('Alumni').fields.firstName.validations.pattern.value.includes(String.raw`\'`)).toBe |
| CRITICAL | generators/spring-boot/generator.ts | 1000 | contentToAdd: `OperatingSystem os = org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCur |
| CRITICAL | generators/spring-boot/generator.ts | 1001 | Architecture arch = org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurrentArchitecture(); |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 45 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName());', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 49 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesOneToMany");', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 53 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesManoToMany");', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 82 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName());', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 86 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesOneToMany");', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 90 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesManoToMany");', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 123 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName(), jcacheConfiguration);', |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 127 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesOneToMany", jcacheConfigurat |
| CRITICAL | generators/spring-boot/generators/cache/needles.spec.ts | 131 | 'createCache(cm, com.mycompany.myapp.domain.entityClass.class.getName() + ".entitiesManoToMany", jcacheConfigura |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | .github/FUNDING.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/labeler.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/release-drafter.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/dependabot.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/lock-maintenance.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/devserver.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/generator.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/update-spring-boot-dependencies.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/docker-compose-integration.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/labeler.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/label-cleanup.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/gradle-wrapper-validation.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/copyright-update.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/stale.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/auto-merge.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/react.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/generator-generate-blueprint.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | …b/workflows/generator-database-changelog-liquibase.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/triage.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/linked-issue-check.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/cache.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/release-drafter.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/vue.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/generator-graalvm.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/issue-check.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/generators.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | …hub/workflows/docker-image-publish-github-registry.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/depsreview.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/workflows/angular.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/actions/sonar/action.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/actions/setup-default-node-java/action.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/actions/cache-java-dependencies/action.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | .github/actions/build-cache/action.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| MEDIUM | …d/generators/bootstrap/resources/dependabot/action.yml | 4 | # This file is part of the JHipster project, see https://www.jhipster.tech/ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .devcontainer/devcontainer.json | 41 | // Features to add to the dev container. More info: https://containers.dev/features. |
| LOW | .github/FUNDING.yml | 1 | # |
| LOW | .github/labeler.yml | 1 | # |
| LOW | .github/release-drafter.yml | 1 | # |
| LOW | .github/dependabot.yml | 1 | # |
| LOW | .github/workflows/lock-maintenance.yml | 1 | # |
| LOW | .github/workflows/devserver.yml | 1 | # |
| LOW | .github/workflows/generator.yml | 1 | # |
| LOW | .github/workflows/update-spring-boot-dependencies.yml | 1 | # |
| LOW | .github/workflows/docker-compose-integration.yml | 1 | # |
| LOW | .github/workflows/labeler.yml | 1 | # |
| LOW | .github/workflows/label-cleanup.yml | 1 | # |
| LOW | .github/workflows/gradle-wrapper-validation.yml | 1 | # |
| LOW | .github/workflows/copyright-update.yml | 1 | # |
| LOW | .github/workflows/stale.yml | 1 | # |
| LOW | .github/workflows/auto-merge.yml | 1 | # |
| LOW | .github/workflows/react.yml | 1 | # |
| LOW | .github/workflows/generator-generate-blueprint.yml | 1 | # |
| LOW | …b/workflows/generator-database-changelog-liquibase.yml | 1 | # |
| LOW | .github/workflows/triage.yml | 1 | # |
| LOW | .github/workflows/linked-issue-check.yml | 1 | # |
| LOW | .github/workflows/cache.yml | 1 | # |
| LOW | .github/workflows/release-drafter.yml | 1 | # |
| LOW | .github/workflows/vue.yml | 1 | # |
| LOW | .github/workflows/generator-graalvm.yml | 1 | # |
| LOW | .github/workflows/issue-check.yml | 1 | # |
| LOW | .github/workflows/generators.yml | 1 | # |
| LOW | …hub/workflows/docker-image-publish-github-registry.yml | 1 | # |
| LOW | .github/workflows/depsreview.yml | 1 | # |
| LOW | .github/workflows/angular.yml | 1 | # |
| LOW | .github/actions/sonar/action.yml | 1 | # |
| LOW | .github/actions/setup-default-node-java/action.yml | 1 | # |
| LOW | .github/actions/cache-java-dependencies/action.yml | 1 | # |
| LOW | .github/actions/build-cache/action.yml | 1 | # |
| LOW | …d/generators/bootstrap/resources/dependabot/action.yml | 1 | # |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | generators/java/support/add-java-annotation.spec.ts | 222 | const input = 'name="John Doe"'; |
| LOW | generators/java/support/add-java-annotation.spec.ts | 224 | expect(result).toEqual({ name: 'John Doe' }); |