Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.
This report presents the forensic synthetic code analysis of apolloconfig/apollo, a Java project with 29,787 GitHub stars. SynthScan v2.0 examined 169,063 lines of code across 1208 source files, recording 230 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 4.9 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 230 distinct pattern matches across 10 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL⚡ | …ip/framework/apollo/biz/repository/ItemRepository.java | 48 | @Query("SELECT new com.ctrip.framework.apollo.common.dto.ItemInfoDTO(n.appId, n.clusterName, n.namespaceName, i.key, i | CODE |
| CRITICAL⚡ | …ip/framework/apollo/biz/repository/ItemRepository.java | 54 | @Query("SELECT new com.ctrip.framework.apollo.common.dto.ItemInfoDTO(n.appId, n.clusterName, n.namespaceName, i.key, i | CODE |
| CRITICAL⚡ | …ip/framework/apollo/biz/repository/ItemRepository.java | 59 | @Query("SELECT new com.ctrip.framework.apollo.common.dto.ItemInfoDTO(n.appId, n.clusterName, n.namespaceName, i.key, i | CODE |
| CRITICAL | …amework/apollo/portal/util/UserTokenAuditUtilTest.java | 53 | List<UserTokenAudit> audits = com.google.common.collect.Lists.newArrayList(captor.getValue()); | CODE |
| CRITICAL | …llo/portal/controller/ConfigsImportControllerTest.java | 97 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …llo/portal/controller/ConfigsImportControllerTest.java | 112 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …llo/portal/controller/ConfigsImportControllerTest.java | 137 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …k/apollo/portal/controller/InstanceControllerTest.java | 75 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …o/portal/filter/UserTokenAuthenticationFilterTest.java | 110 | org.junit.jupiter.api.Assertions.assertEquals(HttpServletResponse.SC_UNAUTHORIZED, | CODE |
| CRITICAL | …l/filter/PortalOpenApiAuthenticationScenariosTest.java | 289 | org.junit.jupiter.api.Assertions.assertEquals(HttpServletResponse.SC_UNAUTHORIZED, | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 162 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 189 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 210 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 228 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 246 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 275 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 304 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 331 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 350 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 369 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isForbidden()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 386 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 412 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 435 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 454 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 469 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 481 | .andExpect(org.springframework.test.web.servlet.result.MockMvcResultMatchers.status().isOk()); | CODE |
| CRITICAL | …/v1/controller/AppControllerParamBindLowLevelTest.java | 493 | org.springframework.test.web.servlet.result.MockMvcResultMatchers.status() | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 228 | new com.ctrip.framework.apollo.openapi.model.OpenEnvClusterDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 240 | new com.ctrip.framework.apollo.openapi.model.OpenOrganizationDto(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 288 | new com.ctrip.framework.apollo.openapi.model.OpenNamespaceLockDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 375 | new com.ctrip.framework.apollo.openapi.model.OpenItemPageDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 411 | new com.ctrip.framework.apollo.openapi.model.OpenItemPageDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 497 | new com.ctrip.framework.apollo.openapi.model.OpenNamespaceDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 520 | new com.ctrip.framework.apollo.openapi.model.OpenAppNamespaceDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 564 | new com.ctrip.framework.apollo.openapi.model.OpenAppDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 577 | new com.ctrip.framework.apollo.openapi.model.OpenClusterDTO(); | CODE |
| CRITICAL | …ntroller/ApolloOpenApiJavaClientCompatibilityTest.java | 586 | new com.ctrip.framework.apollo.openapi.model.OpenItemDTO(); | CODE |
| CRITICAL | …rk/apollo/openapi/v1/controller/AppControllerTest.java | 261 | new com.ctrip.framework.apollo.openapi.model.OpenClusterDTO(); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 51 | encoders.put("ldap", new org.springframework.security.crypto.password.LdapShaPasswordEncoder()); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 52 | encoders.put("MD4", new org.springframework.security.crypto.password.Md4PasswordEncoder()); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 54 | new org.springframework.security.crypto.password.MessageDigestPasswordEncoder("MD5")); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 56 | org.springframework.security.crypto.password.NoOpPasswordEncoder.getInstance()); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 60 | new org.springframework.security.crypto.password.MessageDigestPasswordEncoder("SHA-1")); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 62 | new org.springframework.security.crypto.password.MessageDigestPasswordEncoder("SHA-256")); | CODE |
| CRITICAL⚡ | …l/spi/springsecurity/ApolloPasswordEncoderFactory.java | 64 | new org.springframework.security.crypto.password.StandardPasswordEncoder()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 41 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.LOCAL.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 43 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.DEV.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 45 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.FAT.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 47 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.FWS.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 49 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.UAT.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 51 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.LPT.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 53 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.PRO.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 55 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.TOOLS.name()); | CODE |
| CRITICAL⚡ | …com/ctrip/framework/apollo/portal/environment/Env.java | 57 | addEnvironment(com.ctrip.framework.apollo.core.enums.Env.UNKNOWN.name()); | CODE |
| CRITICAL | …r/service/ServerNamespaceManagementOpenApiService.java | 138 | !com.ctrip.framework.apollo.core.utils.StringUtils.isBlank(lockInfo.getLockOwner())); | CODE |
| CRITICAL | …vice/service/config/DefaultIncrementalSyncService.java | 92 | if (com.google.common.base.Objects.equal(previousValue, currentValue)) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ic/scripts/controller/AuditLogTraceDetailController.js | 22 | function auditLogTraceDetailController($scope, $location, $window, $translate, toastr, AppService, AppUtil, EventManager | CODE |
| LOW | …ic/scripts/controller/AuditLogTraceDetailController.js | 150 | function findMoreRelatedDataInfluence() { | CODE |
| LOW | …ic/scripts/controller/AuditLogTraceDetailController.js | 170 | function refreshDataInfluenceEntities() { | CODE |
| LOW | …urces/static/scripts/controller/NamespaceController.js | 88 | function shouldAppendNamespacePrefix() { | CODE |
| LOW | …resources/static/scripts/controller/IndexController.js | 39 | function initCreateApplicationPermission() { | CODE |
| LOW | …atic/scripts/controller/GlobalSearchValueController.js | 20 | function GlobalSearchValueController($scope, $window, $translate, toastr, AppUtil, GlobalSearchValueService, PermissionS | CODE |
| LOW | …atic/scripts/controller/GlobalSearchValueController.js | 196 | function determineDisplayValueInARow(value, highlight) { | CODE |
| LOW | …atic/scripts/controller/GlobalSearchValueController.js | 254 | function determineDisplayKeyOrValueWithoutShowHighlightKeyword(keyorvalue, highlight) { | CODE |
| LOW | …ipts/controller/DeleteAppClusterNamespaceController.js | 21 | function DeleteAppClusterNamespaceController($scope, $translate, toastr, AppUtil, AppService, ClusterService, NamespaceS | CODE |
| LOW | …es/static/scripts/controller/ServerConfigController.js | 202 | function confirmDeletePortalDBConfig() { | CODE |
| LOW | …es/static/scripts/controller/ServerConfigController.js | 221 | function confirmDeleteConfigDBConfig() { | CODE |
| LOW | …es/static/scripts/controller/ServerConfigController.js | 260 | function resetPortalDBConfigSearchKey() { | CODE |
| LOW | …es/static/scripts/controller/ServerConfigController.js | 277 | function resetConfigDBConfigSearchKey() { | CODE |
| LOW | …urces/static/scripts/controller/UserTokenController.js | 306 | function filteredAvailableAppCount() { | CODE |
| LOW | …static/scripts/controller/role/SystemRoleController.js | 72 | function getCreateApplicationRoleUsers() { | CODE |
| LOW | …scripts/controller/config/ConfigNamespaceController.js | 332 | function showNoModifyPermissionDialog() { | CODE |
| LOW | …/scripts/controller/config/ReleaseHistoryController.js | 192 | function getReleaseDiffConfiguration(history) { | CODE |
| LOW | …/scripts/directive/import-namespace-modal-directive.js | 19 | function importNamespaceModalDirective($window, $q, $translate, $http, toastr, AppUtil, EventManager, | CODE |
| LOW | …/scripts/directive/import-namespace-modal-directive.js | 40 | function showImportNamespaceConfirmDialog() { | CODE |
| LOW | …cripts/directive/gray-release-rules-modal-directive.js | 69 | function changeApplyToAllInstancesToTrue(branch) { | CODE |
| LOW | …cripts/directive/gray-release-rules-modal-directive.js | 73 | function changeApplyToAllInstancesToFalse(branch) { | CODE |
| LOW | …/static/scripts/directive/namespace-panel-directive.js | 175 | function getVisibleTextEditorCount(namespace) { | CODE |
| LOW | …/static/scripts/directive/namespace-panel-directive.js | 191 | function getFullscreenTextEditorLines(editor) { | CODE |
| LOW | …/static/scripts/directive/namespace-panel-directive.js | 570 | function initUserOperateBranchScene(namespace) { | CODE |
| LOW | …/static/scripts/directive/namespace-panel-directive.js | 595 | function initNamespaceInstancesCount(namespace) { | CODE |
| LOW | …ective/open-manage-grant-permission-modal-directive.js | 19 | function grantPermissionModalDirective($translate, toastr, $sce, AppUtil, EnvService, ConsumerService) { | CODE |
| LOW | …/scripts/directive/delete-namespace-modal-directive.js | 19 | function deleteNamespaceModalDirective($window, $q, $translate, toastr, AppUtil, EventManager, | CODE |
| LOW | …/scripts/directive/delete-namespace-modal-directive.js | 103 | function showDeleteNamespaceConfirmDialog() { | CODE |
| LOW | …es/static/scripts/directive/release-modal-directive.js | 172 | function switchReleaseChangeViewType(type) { | CODE |
| LOW | …/resources/static/scripts/services/NamespaceService.js | 96 | function toOpenCreateNamespaceDTOs(namespaceCreationModels, appId) { | CODE |
| LOW | …/resources/static/scripts/services/NamespaceService.js | 241 | function getPublicAppNamespaceAllNamespaces(env, publicNamespaceName, page, size) { | CODE |
| LOW | …c/main/resources/static/scripts/services/AppService.js | 97 | function normalizeOpenApiStatusArray(result, bodyMapper) { | CODE |
| LOW | …c/main/resources/static/scripts/services/AppService.js | 116 | function normalizeOpenApiStringArray(result) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 129 | function initAppNamespacePermission(appId, namespace) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 207 | function hasNamespaceEnvPermission(appId, env, namespaceName, permissionType) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 249 | function assignNamespaceRoleToUser(appId, namespaceName, roleType, user) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 270 | function assignNamespaceEnvRoleToUser(appId, env, namespaceName, roleType, user) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 292 | function removeNamespaceRoleFromUser(appId, namespaceName, roleType, user) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 313 | function removeNamespaceEnvRoleFromUser(appId, env, namespaceName, roleType, user) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 335 | function assignClusterNsRoleToUser(appId, env, clusterName, roleType, user) { | CODE |
| LOW | …resources/static/scripts/services/PermissionService.js | 357 | function removeClusterNsRoleFromUser(appId, env, clusterName, roleType, user) { | CODE |
| LOW | …urces/static/scripts/services/ReleaseHistoryService.js | 26 | function findReleaseHistoryByNamespace(appId, env, clusterName, namespaceName, page, size) { | CODE |
| LOW | docs/scripts/multiple-language-redirect.js | 27 | function findCurrentLanguagePrefix(languagePrefixs, path) { | CODE |
| LOW | docs/scripts/multiple-language-redirect.js | 77 | function walkElementInTranslationsListItem(translationsListItem, elementName, visitor) { | CODE |
| LOW | docs/scripts/multiple-language-redirect.js | 106 | function resolveLanguagePrefixsFromListItem(translationsListItem) { | CODE |
| LOW | docs/scripts/multiple-language-redirect.js | 118 | function changeLinkInTranslationsListItem(currrentPath, translationsListItem) { | CODE |
| LOW | docs/scripts/multiple-language-redirect.js | 136 | function generateMultipleLanguagesNavbarPluginByListItemName(name) { | CODE |
| LOW | scripts/openapi/check_openapi_compatibility.py | 143 | def ref_target_is_object_schema( | CODE |
| LOW | scripts/openapi/check_openapi_compatibility.py | 180 | def schema_signature_change_is_compatible( | CODE |
| LOW | scripts/openapi/check_openapi_compatibility.py | 202 | def request_schema_change_is_compatible( | CODE |
| LOW | scripts/openapi/check_openapi_compatibility.py | 239 | def response_schemas_change_is_compatible( | CODE |
| LOW | scripts/openapi/check_openapi_compatibility_test.py | 702 | def test_rejects_required_field_additions(self): | CODE |
| LOW | scripts/openapi/check_openapi_compatibility_test.py | 713 | def test_allows_explicit_compatibility_exceptions(self): | CODE |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 96 | def test_rejects_operation_id_changes(self): | STRING |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 103 | def test_rejects_removed_operation_id(self): | STRING |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 110 | def test_parses_quoted_paths_with_non_standard_indentation(self): | STRING |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 663 | def test_schema_signature_keeps_object_validation_constraints(self): | STRING |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 669 | def test_schema_signature_keeps_array_validation_constraints(self): | STRING |
| LOW⚡ | scripts/openapi/check_openapi_compatibility_test.py | 675 | def test_rejects_optional_property_removal(self): | STRING |
| LOW | scripts/openapi/check_openapi_compatibility_test.py | 63 | def test_allows_additive_paths_and_optional_fields(self): | STRING |
| 33 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .mergify.yml | 1 | # | COMMENT |
| LOW | .licenserc.yaml | 1 | # | COMMENT |
| LOW | apollo-buildtools/src/main/scripts/deploy_jenkins.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-portal/src/test/resources/application.yml | 1 | # | COMMENT |
| LOW | apollo-portal/src/test/resources/yaml/case3.yaml | 1 | # | COMMENT |
| LOW | apollo-portal/src/test/resources/yaml/case2.yaml | 1 | # | COMMENT |
| LOW | apollo-portal/src/test/resources/yaml/case1.yaml | 1 | # | COMMENT |
| LOW | …rc/main/resources/application-ldap-openldap-sample.yml | 1 | # | COMMENT |
| LOW | …/resources/application-ldap-activedirectory-sample.yml | 1 | # | COMMENT |
| LOW | …rc/main/resources/application-ldap-apacheds-sample.yml | 1 | # | COMMENT |
| LOW | apollo-portal/src/main/resources/application.yml | 1 | # | COMMENT |
| LOW | …-portal/src/main/resources/application-oidc-sample.yml | 1 | # | COMMENT |
| LOW | apollo-portal/src/main/scripts/startup.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-portal/src/main/scripts/shutdown.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-configservice/src/test/resources/application.yml | 1 | # | COMMENT |
| LOW | apollo-configservice/src/main/resources/application.yml | 1 | # | COMMENT |
| LOW | apollo-configservice/src/main/scripts/startup.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-configservice/src/main/scripts/shutdown.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-adminservice/src/test/resources/application.yml | 1 | # | COMMENT |
| LOW | apollo-adminservice/src/main/resources/application.yml | 1 | # | COMMENT |
| LOW | apollo-adminservice/src/main/scripts/startup.sh | 1 | #!/bin/bash | COMMENT |
| LOW | apollo-adminservice/src/main/scripts/shutdown.sh | 1 | #!/bin/bash | COMMENT |
| LOW | docs/charts/index.yaml | 1 | # Copyright 2024 Apollo Authors | COMMENT |
| LOW | apollo-common/src/main/resources/application.yaml | 1 | # | COMMENT |
| LOW | scripts/build.sh | 1 | #!/bin/sh | COMMENT |
| LOW | scripts/openapi/check_openapi_compatibility.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | scripts/openapi/check_openapi_compatibility_test.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 1 | #!/bin/bash | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 21 | # date 2021-09-12 | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 41 | # APOLLO_OPENAPI_TOKEN: openapi's token | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 61 | # body | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 141 | "name":"${clusterName}", | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 181 | } | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 281 | } | COMMENT |
| LOW | scripts/openapi/bash/openapi.sh | 321 | COMMENT | |
| LOW | scripts/openapi/bash/openapi-usage-example.sh | 1 | #!/bin/bash | COMMENT |
| LOW | .github/FUNDING.yml | 1 | # | COMMENT |
| LOW | .github/stale.yml | 1 | # | COMMENT |
| LOW | .github/workflows/docker-publish.yml | 1 | # | COMMENT |
| LOW | .github/workflows/issue-triage.lock.yml | 1 | # | COMMENT |
| LOW | .github/workflows/docker-validation.yml | 1 | # | COMMENT |
| LOW | .github/workflows/codeql.yml | 41 | # Prefix the list here with "+" to use these queries and those in the config file. | COMMENT |
| LOW | .github/workflows/openapi-compatibility.yml | 1 | # | COMMENT |
| LOW | .github/workflows/license.yml | 1 | # | COMMENT |
| LOW | .github/workflows/release-packages.yml | 1 | # | COMMENT |
| LOW | .github/workflows/javascript-test.yml | 1 | # | COMMENT |
| LOW | .github/workflows/cla.yml | 1 | # | COMMENT |
| LOW | .github/workflows/cla.yml | 41 | remote-repository-name: apollo-community | COMMENT |
| LOW | .github/workflows/external-discovery-smoke.yml | 1 | # | COMMENT |
| LOW | .github/workflows/portal-login-e2e.yml | 1 | # | COMMENT |
| LOW | .github/workflows/code-style-check.yml | 1 | # | COMMENT |
| LOW | .github/workflows/build.yml | 1 | # | COMMENT |
| LOW | .github/workflows/portal-ui-e2e.yml | 1 | # | COMMENT |
| LOW | e2e/scripts/apollo-smoke-lib.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | e2e/discovery-smoke/scripts/run-smoke.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | e2e/discovery-smoke/scripts/provider.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | e2e/portal-e2e/config/application-oidc-e2e.yml | 1 | # | COMMENT |
| LOW | e2e/portal-e2e/config/application-ldap-e2e.yml | 1 | # | COMMENT |
| LOW | e2e/portal-e2e/scripts/wait-for-ready.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | e2e/portal-e2e/scripts/auth/setup-oidc.sh | 1 | #!/usr/bin/env bash | COMMENT |
| 4 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 65 | // Step 1: Set authentication type | COMMENT |
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 69 | // Step 2: Call clear() method | COMMENT |
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 72 | // Step 3: Verify result after clearing (get value via public method) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 65 | // Step 1: Set authentication type | COMMENT |
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 69 | // Step 2: Call clear() method | COMMENT |
| LOW⚡ | …lo/portal/component/UserIdentityContextHolderTest.java | 72 | // Step 3: Verify result after clearing (get value via public method) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | scripts/openapi/bash/openapi.sh | 152 | # Create a namespace of a app. | COMMENT |
| MEDIUM | scripts/openapi/bash/openapi.sh | 219 | # Create an item of a namespace. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/issue-triage.lock.yml | 20 | # For more information: https://github.com/github/gh-aw/blob/main/.github/aw/github-agentic-workflows.md | COMMENT |
| MEDIUM | .github/workflows/issue-triage.lock.yml | 20 | # For more information: https://github.com/github/gh-aw/blob/main/.github/aw/github-agentic-workflows.md | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …apollo/portal/spi/oidc/PlaceholderPasswordEncoder.java | 28 | public static final String ENCODING_ID = "placeholder"; | CODE |
| LOW | docs/zh/portal/apollo-open-api-platform.md | 227 | "ownerEmail":"test@test.com", | CODE |
| LOW | docs/en/portal/apollo-open-api-platform.md | 228 | "ownerEmail": "test@test.com", | CODE |
| LOW | e2e/portal-e2e/tests/helpers/auth-helpers.js | 46 | secondaryEmail: process.env.OIDC_SECONDARY_EMAIL || 'oidcdev1@example.org', | CODE |
| LOW | e2e/portal-e2e/tests/helpers/auth-helpers.js | 62 | process.env.LDAP_ALLOWED_USER_SECONDARY_EMAIL || 'devops1@example.org', | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/openapi/check_openapi_compatibility.py | 31 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/openapi/check_openapi_compatibility.py | 301 | CODE |