Internet-scale OpenID Certified™ OpenID Connect and OAuth2.1 provider that integrates with your user management through headless APIs. Solve OIDC/OAuth2 user cases over night. Consume as a service on Ory Network or self-host. Trusted by OpenAI and many others for scale and security. Written in Go.
This report presents the forensic synthetic code analysis of ory/hydra, a Go project with 17,395 GitHub stars. SynthScan v2.0 examined 303,257 lines of code across 1795 source files, recording 944 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 3.4 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 944 distinct pattern matches across 9 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 |
|---|---|---|---|---|
| LOW | cmd/cmd_delete_client.go | 22 | To delete OAuth 2.0 Clients with the owner of "foo@bar.com", run: | CODE |
| LOW | cmd/cmd_delete_client.go | 24 | {{ .CommandPath }} $({{ .Root.Name }} list oauth2-clients --format json | jq -r 'map(select(.contacts[] == "foo@bar.com | CODE |
| LOW | cypress/integration/oauth2/introspect.js | 40 | expect(body.body.sub).to.be.equal("foo@bar.com") | CODE |
| LOW | cypress/integration/oauth2/introspect.js | 67 | expect(body.body.sub).to.be.equal("foo@bar.com") | CODE |
| LOW | cypress/integration/oauth2/authorize_error.js | 148 | cy.get("#email").type("foo@bar.com", { delay: 1 }) | CODE |
| LOW | cypress/integration/oauth2/jwt.js | 53 | expect(body.sub).to.eq("foo@bar.com") | CODE |
| LOW | cypress/integration/openid/userinfo.js | 33 | expect(sub).to.eq("foo@bar.com") | CODE |
| LOW | cypress/integration/openid/authorize_code.js | 39 | expect(sub).to.eq("foo@bar.com") | CODE |
| LOW | cypress/support/commands.js | 47 | username = "foo@bar.com", | CODE |
| LOW | cypress/support/commands.js | 122 | username = "foo@bar.com", | CODE |
| LOW | cypress/support/commands.js | 236 | username = "foo@bar.com", | CODE |
| LOW | test/conformance/config.json | 20 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 52 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 85 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 118 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 151 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 184 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 220 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 329 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 360 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 402 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 434 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 468 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 526 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | test/conformance/config.json | 559 | ["text", "id", "email", "foo@bar.com"], | CODE |
| LOW | oauth2/oauth2_auth_code_test.go | 138 | IdToken: map[string]interface{}{"bar": "baz", "email": "foo@bar.com"}, | CODE |
| LOW | oauth2/oauth2_auth_code_test.go | 448 | IdToken: map[string]interface{}{"email": "foo@bar.com", "bar": "baz"}, | CODE |
| LOW | oauth2/.snapshots/TestUnmarshalSession-v1.11.9.json | 6 | "sub": "foo@bar.com", | CODE |
| LOW | oauth2/.snapshots/TestUnmarshalSession-v1.11.9.json | 35 | "subject": "foo@bar.com" | CODE |
| LOW | oauth2/.snapshots/TestUnmarshalSession-v1.11.8.json | 6 | "sub": "foo@bar.com", | CODE |
| LOW | oauth2/.snapshots/TestUnmarshalSession-v1.11.8.json | 35 | "subject": "foo@bar.com" | CODE |
| LOW | spec/api.json | 791 | "example": "help@example.org", | CODE |
| LOW | spec/swagger.json | 2974 | "example": "help@example.org" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-Req-login_hint.txt | 130 | "login_hint": "foo@bar.com", | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-Req-login_hint.txt | 157 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt | 154 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt | 187 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt | 199 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-UserInfo-Body.txt | 202 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-Req-acr_values.txt | 156 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-Req-acr_values.txt | 190 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt | 154 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt | 187 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt | 222 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Req-max_age=10000.txt | 255 | "sub": "foo@bar.com" | CODE |
| LOW | …ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt | 154 | "sub": "foo@bar.com" | CODE |
| LOW | …ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt | 187 | "sub": "foo@bar.com" | CODE |
| LOW | …ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt | 199 | "sub": "foo@bar.com" | CODE |
| LOW | …ternal/certification/CI.F.T.T.s/OP-UserInfo-Header.txt | 202 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-prompt-login.txt | 154 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-prompt-login.txt | 187 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-prompt-login.txt | 225 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-prompt-login.txt | 258 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-OAuth-2nd.txt | 155 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-OAuth-2nd.txt | 188 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-Req-ui_locales.txt | 156 | "sub": "foo@bar.com" | CODE |
| LOW | internal/certification/CI.F.T.T.s/OP-display-popup.txt | 156 | "sub": "foo@bar.com" | CODE |
| LOW | …/certification/CI.F.T.T.s/OP-Registration-logo_uri.txt | 157 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Registration-jwks.txt | 221 | "sub": "foo@bar.com" | CODE |
| LOW | …rnal/certification/CI.F.T.T.s/OP-Registration-jwks.txt | 256 | "sub": "foo@bar.com" | CODE |
| 419 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | quickstart-prometheus.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-tracing.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-tracing.yml | 21 | # - TRACING_PROVIDER=zipkin | COMMENT |
| LOW | quickstart-tracing.yml | 41 | ### Opentelemetry ### | COMMENT |
| LOW | quickstart-tracing.yml | 61 | # - DD_APM_NON_LOCAL_TRAFFIC=true | COMMENT |
| LOW | quickstart-debug.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-postgres.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-mysql.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-cors.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-cockroach.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-jwt.yml | 1 | ########################################################################### | COMMENT |
| LOW | quickstart-hsm.yml | 1 | ########################################################################### | COMMENT |
| LOW | cypress/plugins/index.js | 1 | // Copyright © 2022 Ory Corp | COMMENT |
| LOW | cypress/support/index.js | 1 | // Copyright © 2022 Ory Corp | COMMENT |
| LOW | cypress/support/commands.js | 1 | // Copyright © 2022 Ory Corp | COMMENT |
| LOW | test/e2e/docker-compose.jwt.yml | 1 | ########################################################################### | COMMENT |
| LOW | fosite/generate.go | 1 | // Copyright © 2025 Ory Corp | COMMENT |
| LOW | fosite/generate.go | 21 | //go:generate go tool mockgen -package internal -destination internal/client_manager.go github.com/ory/hydra/v2/fosite C | COMMENT |
| LOW | fosite/generate.go | 41 | //go:generate go tool mockgen -package internal -destination internal/refresh_token_strategy_provider.go github.com/ory/ | COMMENT |
| LOW | fosite/handler.go | 1 | // Copyright © 2025 Ory Corp | COMMENT |
| LOW | fosite/handler.go | 41 | CanHandleTokenEndpointRequest(ctx context.Context, requester AccessRequester) bool | COMMENT |
| LOW | fosite/handler.go | 61 | COMMENT | |
| LOW | fosite/authorize_helper.go | 41 | // If multiple redirection URIs have been registered, if only part of | COMMENT |
| LOW | fosite/authorize_helper.go | 81 | return nil, errorsx.WithStack(ErrInvalidRequest.WithHint("The 'redirect_uri' parameter does not match any of the OAuth | COMMENT |
| LOW | fosite/access_request_handler.go | 21 | // - https://tools.ietf.org/html/rfc6749#section-2.3.1 | COMMENT |
| LOW | fosite/revoke_handler.go | 21 | // validates various parameters as specified in: | COMMENT |
| LOW | fosite/HISTORY.md | 361 | // ErrInvalidatedAuthorizeCode is an error indicating that an authorization code has been | COMMENT |
| LOW | fosite/oauth2.go | 41 | COMMENT | |
| LOW | fosite/oauth2.go | 61 | NewAuthorizeRequest(ctx context.Context, req *http.Request) (AuthorizeRequester, error) | COMMENT |
| LOW | fosite/oauth2.go | 81 | // * https://tools.ietf.org/html/rfc6749#section-3.1.2 | COMMENT |
| LOW | fosite/oauth2.go | 101 | // authorization server during the client registration process or when | COMMENT |
| LOW | fosite/oauth2.go | 121 | COMMENT | |
| LOW | fosite/oauth2.go | 141 | // MUST NOT be included more than once. | COMMENT |
| LOW | fosite/oauth2.go | 161 | COMMENT | |
| LOW | fosite/authorize_error_test.go | 21 | // - https://tools.ietf.org/html/rfc6749#section-4.1.2.1 | COMMENT |
| LOW | fosite/introspection_response_writer.go | 21 | // (Unauthorized) as described in Section 5.2 of OAuth 2.0 [RFC6749]. | COMMENT |
| LOW | fosite/introspection_response_writer.go | 61 | // * active | COMMENT |
| LOW | fosite/introspection_response_writer.go | 81 | // | COMMENT |
| LOW | fosite/introspection_response_writer.go | 101 | // OPTIONAL. Integer timestamp, measured in the number of seconds | COMMENT |
| LOW | fosite/introspection_response_writer.go | 121 | // [RFC7519]. | COMMENT |
| LOW | fosite/introspection_response_writer.go | 141 | // | COMMENT |
| LOW | fosite/introspection_response_writer.go | 161 | // } | COMMENT |
| LOW | fosite/transactional.go | 1 | // Copyright © 2025 Ory Corp | COMMENT |
| LOW | fosite/introspection_request_handler.go | 21 | // | COMMENT |
| LOW | fosite/introspection_request_handler.go | 41 | // help the authorization server optimize the token lookup. If the | COMMENT |
| LOW | fosite/introspection_request_handler.go | 61 | // To prevent token scanning attacks, the endpoint MUST also require | COMMENT |
| LOW | fosite/introspection_request_handler.go | 81 | // | COMMENT |
| LOW | fosite/token/jwt/token.go | 161 | // Parse, validate, and return a token. | COMMENT |
| LOW | fosite/handler/oauth2/revocation_storage.go | 1 | // Copyright © 2025 Ory Corp | COMMENT |
| LOW | fosite/handler/oauth2/storage.go | 21 | // GetAuthorizeCodeSession hydrates the session for an authorization code and returns | COMMENT |
| LOW | fosite/handler/pkce/handler.go | 181 | } else if nc == 0 { | COMMENT |
| LOW | fosite/handler/openid/flow_hybrid.go | 41 | COMMENT | |
| LOW | fosite/handler/openid/flow_implicit.go | 41 | return errorsx.WithStack(fosite.ErrInvalidGrant.WithHint("The OAuth 2.0 Client is not allowed to use the authorization | COMMENT |
| LOW | fosite/handler/openid/validator.go | 41 | } | COMMENT |
| LOW | fosite/handler/openid/flow_implicit_test.go | 121 | Scopes: []string{"openid", "fosite"}, | COMMENT |
| LOW | fosite/handler/openid/flow_refresh_token_test.go | 121 | }, | COMMENT |
| LOW | fosite/compose/compose.go | 21 | // AccessTokenLifespan: time.Minute * 30, | COMMENT |
| LOW | fosite/docs/how-tos/client_credentials_grant.md | 61 | // for Token Endpont, for example: | COMMENT |
| LOW | health/doc.go | 1 | // Copyright © 2022 Ory Corp | COMMENT |
| 339 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | quickstart-prometheus.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-prometheus.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-tracing.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-tracing.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-debug.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-debug.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-postgres.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-postgres.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-mysql.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-mysql.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-cors.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-cors.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-cockroach.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-cockroach.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-jwt.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-jwt.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | quickstart-hsm.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | quickstart-hsm.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | test/e2e/docker-compose.jwt.yml | 2 | ####### FOR DEMONSTRATION PURPOSES ONLY ####### | COMMENT |
| MEDIUM | test/e2e/docker-compose.jwt.yml | 8 | # This set up is only for demonstration purposes. The login # | COMMENT |
| MEDIUM | …ernal/httpclient/model_accept_o_auth2_login_request.go | 32 | // ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID | COMMENT |
| MEDIUM | contrib/quickstart/gitlab/config/gitlab.rb | 460 | # optionally, you can add the following two lines to "white label" the display name | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | internal/httpclient/model_o_auth2_login_request.go | 31 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | internal/httpclient/model_device_user_auth_request.go | 32 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | internal/httpclient/model_verify_user_code_request.go | 27 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | internal/httpclient/model_o_auth2_consent_request.go | 42 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | flow/flow.go | 133 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | flow/consent_types.go | 442 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | flow/consent_types.go | 456 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | flow/consent_types.go | 477 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| HIGH | flow/consent_types.go | 554 | // RequestedAudience contains the access token audience as requested by the OAuth 2.0 Client. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | test/e2e/circle-ci.bash | 16 | # Check if any ports that we need are open already | COMMENT |
| LOW | fosite/.github/auto_assign.yml | 15 | # Set 0 to add all the reviewers (default: 0) | COMMENT |
| LOW | internal/config/config.yaml | 386 | # Set this to true if you want to share error debugging information with your OAuth 2.0 clients. | COMMENT |
| LOW | internal/config/config.yaml | 398 | # Set this to true if you want PKCE to be enforced for all clients. | COMMENT |
| LOW | internal/config/config.yaml | 400 | # Set this to true if you want PKCE to be enforced for public clients. | COMMENT |
| LOW | internal/config/config.yaml | 448 | # Set this to the tracing backend you wish to use. Currently supports jaeger. If omitted or empty, tracing will | COMMENT |
| LOW | contrib/quickstart/gitlab/config/gitlab.rb | 580 | #### Set path to an initial license to be used while bootstrapping GitLab. | COMMENT |
| LOW | .github/auto_assign.yml | 15 | # Set 0 to add all the reviewers (default: 0) | COMMENT |
| LOW | .github/workflows/cve-scan.yaml | 36 | # Output values for debugging | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 135 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 144 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 159 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 177 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 182 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 191 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 224 | # Set enabled to true if the authenticator should be enabled and false to disable the authenticator. Defaults to fal | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 231 | # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false. | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 236 | # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false. | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 241 | # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false. | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 252 | # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false. | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 261 | # Set enabled to true if the authorizer should be enabled and false to disable the authorizer. Defaults to false. | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 278 | # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false. | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 286 | # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false. | COMMENT |
| LOW⚡ | oryx/configx/stub/benchmark/benchmark.yaml | 295 | # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false. | COMMENT |
| LOW | oryx/configx/stub/benchmark/benchmark.yaml | 311 | # Set enabled to true if the mutator should be enabled and false to disable the mutator. Defaults to false. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | quickstart-tracing.yml | 59 | # - DD_API_KEY=<YOUR_API_KEY> # Replace it with your DataDog API key | COMMENT |
| HIGH | quickstart-tracing.yml | 59 | # - DD_API_KEY=<YOUR_API_KEY> # Replace it with your DataDog API key | COMMENT |
| HIGH | UPGRADE.md | 831 | 2. Run `$ export DATABASE_URL=<your-database-url>`. | CODE |
| HIGH | UPGRADE.md | 917 | $ export DATABASE_URL=<your-database-url> | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | fosite/access_request_handler.go | 33 | // to directly utilize the HTTP Basic authentication scheme (or other | COMMENT |
| MEDIUM | oryx/landlockx/paths.go | 15 | // robust than enumerating every sibling: SQLite manages -journal in | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | client/handler.go | 459 | // an empty secret if the secret hasn't changed. As such we need to check if the patch has | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | oauth2/handler.go | 194 | function setAndRegisterTimeout(fct, duration) { | CODE |