Automation engine to build, test and ship any codebase. Runs locally, in CI, or directly in the cloud
1487 matches across 15 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .golangci.yml | 41 | # All these excludes have been added on a case-by-cases basis, after reviewing the specific code that triggered |
| LOW | cmd/dagger/shell_exec.go | 21 | "mvdan.cc/sh/v3/interp" |
| LOW | cmd/dagger/shell_exec.go | 81 | // It is called once variable assignments and field expansion have occurred. |
| LOW | cmd/dagger/shell_exec.go | 481 | newSt := *st |
| LOW | cmd/dagger/shell_exec.go | 701 | interp.HandlerCtx(ctx).Stderr, |
| LOW | cmd/dagger/span_name.go | 1 | package main |
| LOW | cmd/dagger/shell_state.go | 241 | } |
| LOW | cmd/codegen/generator/go/templates/functions.go | 321 | |
| LOW | cmd/dnsname/main.go | 1 | // Copyright 2019 dnsname authors |
| LOW | core/services.go | 61 | // Host is the hostname used to reach the service. |
| LOW | core/typedef.go | 201 | }) |
| LOW | core/telemetry.go | 261 | // If the request was canceled, reflect it on the span. |
| LOW | core/mcp.go | 41 | // A frontend for LLM tool calling |
| LOW | core/modtypes.go | 181 | // ModType wraps the core TypeDef type with schema specific concerns like ID conversion |
| LOW | core/envfile.go | 121 | return nil, err |
| LOW | core/module.go | 61 | // instead default to the old behavior of per-session caching. |
| LOW | core/module.go | 2041 | |
| LOW | core/integration/ownership_test.go | 41 | // NB: inheriting the user/group from the container was implemented, but we |
| LOW | core/integration/ssh_helper.go | 21 | // Private key used to test the new SSH modules ref format |
| LOW | core/integration/services_test.go | 1 | // NB(vito): be careful how you test services, in particular with a container |
| LOW | core/integration/host_test.go | 501 | }) |
| LOW | core/integration/workspace_test.go | 1121 | // TestEntrypointProxyDirectoryField verifies that a container-based module |
| LOW | core/integration/workspace_test.go | 1161 | `) |
| LOW | core/integration/images.go | 21 | // pythonImage = "python:3.11.2-slim" |
| LOW | core/integration/module_test.go | 5761 | // ] |
| LOW | core/integration/module_test.go | 5781 | // "!core" |
| LOW | core/integration/module_test.go | 5801 | // "**", |
| LOW | core/integration/module_test.go | 5821 | // +ignore=[ |
| LOW | core/integration/module_test.go | 5841 | // +defaultPath="/" |
| LOW | core/integration/module_test.go | 6441 | // containerEcho(stringArg: string = "Hello Self Calls"): Container { |
| LOW | core/integration/module_test.go | 6461 | // |
| LOW | core/integration/module_test.go | 7121 | ) (string, error) { |
| LOW | core/integration/llm_test.go | 381 | // return func(ctr *dagger.Container) *dagger.Container { |
| LOW | …ntegration/module_remote_workspace_defaultpath_test.go | 21 | // Fixture layout (built inline, no external dependencies): |
| LOW | …ntegration/module_remote_workspace_defaultpath_test.go | 41 | // fixture. |
| LOW | …ntegration/module_remote_workspace_defaultpath_test.go | 181 | out, err := workspace(). |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 2181 | type ContainerExportOpts struct { |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 2501 | // ContainerPublishOpts contains options for Container.Publish |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 2661 | Random bool |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 2981 | // |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 3181 | |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 3301 | return &Container{ |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 4341 | // Secrets to pass to the build. |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 12541 | // GitOpts contains options for Query.Git |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 17141 | TypeDefKindScalarKind TypeDefKind = "SCALAR_KIND" |
| LOW | …stdata/sdks/only-codegen/internal/dagger/dagger.gen.go | 17161 | TypeDefKindObject TypeDefKind = TypeDefKindObjectKind |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 2181 | type ContainerExportOpts struct { |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 2501 | // ContainerPublishOpts contains options for Container.Publish |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 2661 | Random bool |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 2981 | // |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 3181 | |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 3301 | return &Container{ |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 4341 | // Secrets to pass to the build. |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 12541 | // GitOpts contains options for Query.Git |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 17141 | TypeDefKindScalarKind TypeDefKind = "SCALAR_KIND" |
| LOW | …stdata/sdks/only-runtime/internal/dagger/dagger.gen.go | 17161 | TypeDefKindObject TypeDefKind = TypeDefKindObjectKind |
| LOW | …int/hello-with-container/internal/dagger/dagger.gen.go | 2181 | type ContainerExportOpts struct { |
| LOW | …int/hello-with-container/internal/dagger/dagger.gen.go | 2501 | // ContainerPublishOpts contains options for Container.Publish |
| LOW | …int/hello-with-container/internal/dagger/dagger.gen.go | 2661 | Random bool |
| LOW | …int/hello-with-container/internal/dagger/dagger.gen.go | 2981 | // |
| 1113 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …/src/testdata/type_test_enum_without_directive_want.ts | 14 | function NetworkProtocolValueToName(value: NetworkProtocol): string { |
| LOW | …/src/testdata/type_test_enum_without_directive_want.ts | 29 | function NetworkProtocolNameToValue(name: string): NetworkProtocol { |
| LOW | …tes/src/testdata/type_test_enum_with_directive_want.ts | 17 | function ImageLayerCompressionValueToName(value: ImageLayerCompression): string { |
| LOW | …tes/src/testdata/type_test_enum_with_directive_want.ts | 36 | function ImageLayerCompressionNameToValue(name: string): ImageLayerCompression { |
| LOW | core/integration/module_type_test.go | 1154 | def from_image_layer_compression(self, image_layer_compression: dagger.ImageLayerCompression) -> str: |
| LOW | core/integration/module_type_test.go | 1158 | def to_image_layer_compression(self, image_layer_compression: str) -> dagger.ImageLayerCompression: |
| LOW | core/integration/module_test.go | 4616 | async def too_high_relative_dir_path( |
| LOW | core/integration/module_test.go | 4632 | async def too_high_relative_file_path( |
| LOW | …stdata/modules/python/ifaces/impl/src/impl/__init__.py | 132 | def with_other_iface_by_iface(self, other: LocalOtherIface) -> typing.Self: |
| LOW | …stdata/modules/python/ifaces/impl/src/impl/__init__.py | 137 | def dynamic_other_iface_by_iface_list(self) -> list[LocalOtherIface]: |
| LOW | …stdata/modules/python/ifaces/test/src/test/__init__.py | 92 | def with_other_iface_by_iface(self, other: OtherIface) -> typing.Self: ... |
| LOW | …stdata/modules/python/ifaces/test/src/test/__init__.py | 95 | async def dynamic_other_iface_by_iface_list(self) -> list[OtherIface]: ... |
| LOW | …stdata/modules/python/ifaces/test/src/test/__init__.py | 227 | def with_other_iface_by_iface( |
| LOW | …stdata/modules/python/ifaces/test/src/test/__init__.py | 233 | async def dynamic_other_iface_by_iface_list( |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 175 | async def test_static_other_iface_list(iface: dagger.TestCustomIface): |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 183 | async def test_dynamic_other_iface_list(impl: dagger.Impl): |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 203 | async def test_dynamic_other_iface_by_iface_list(impl: dagger.Impl): |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 240 | async def test_parent_iface_fields_basic(impl: dagger.Impl): |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 269 | async def test_parent_iface_fields_optionals(iface: dagger.TestCustomIface): |
| LOW | …/modules/python/ifaces/.dagger/src/caller/test_main.py | 280 | async def test_parent_iface_fields_return_custom_obj(impl: dagger.Impl): |
| LOW | …/cookbook/snippets/copy-filter-dir-post/python/main.py | 10 | def copy_directory_with_exclusions( |
| LOW | …ook/snippets/copy-filter-dir-post/php/src/MyModule.php | 21 | public function copyDirectoryWithExclusions( |
| LOW | …_docs/cookbook/snippets/copy-modify-dir/python/main.py | 10 | def copy_and_modify_directory( |
| LOW | …s/cookbook/snippets/copy-filter-dir-pre/python/main.py | 10 | async def copy_directory_with_exclusions( |
| LOW | …book/snippets/copy-filter-dir-pre/php/src/MyModule.php | 21 | public function copyDirectoryWithExclusions( |
| LOW | …thon/tests/provisioning/test_integration_connection.py | 16 | async def test_connection_closed_error(): |
| LOW | …thon/tests/provisioning/test_integration_connection.py | 39 | async def test_connection_close_does_not_warn_about_unclosed_stderr_pipe(): |
| LOW | sdk/python/tests/provisioning/test_cli.py | 12 | def test_getting_connect_params(fp: FakeProcess): |
| LOW | sdk/python/tests/provisioning/test_cli.py | 23 | def test_load_workspace_modules_flag(fp: FakeProcess): |
| LOW | sdk/python/tests/provisioning/test_cli.py | 97 | def test_log_output_with_real_file_descriptor(fp: FakeProcess): |
| LOW | sdk/python/tests/codegen/test_generator.py | 202 | def test_input_field_param_expected_type(ctx: Context): |
| LOW | sdk/python/tests/codegen/test_generator.py | 249 | def test_input_object_field_deprecated(): |
| LOW | sdk/python/tests/codegen/test_generator.py | 289 | def test_generate_modern_id_surface(): |
| LOW | sdk/python/tests/codegen/test_generator.py | 348 | def test_func_doc_deprecated_args(ctx: Context): |
| LOW | sdk/python/tests/codegen/test_generator.py | 377 | def test_interface_methods_deprecated(ctx: Context): |
| LOW | sdk/python/tests/client/test_default_client.py | 17 | async def test_context_manager_provision(alpine_image: str): |
| LOW | sdk/python/tests/client/test_default_client.py | 55 | async def _assert_connection_status(self): |
| LOW | sdk/python/tests/client/test_default_client.py | 62 | async def test_connect_with_context_manager(self, alpine_image: str): |
| LOW | sdk/python/tests/client/test_default_client.py | 85 | async def test_connect_and_global_close(self, alpine_image: str): |
| LOW | sdk/python/tests/client/test_default_client.py | 96 | async def test_lazy_connect_and_global_close(self, alpine_image: str): |
| LOW | sdk/python/tests/client/test_inputs.py | 183 | def test_is_not_id_type_sequence(val): |
| LOW | sdk/python/tests/client/test_inputs.py | 187 | def test_file_is_not_id_type_sequence(file): |
| LOW | sdk/python/tests/client/test_response.py | 33 | def test_optional_parent_with_optional_value(ctx: Context): |
| LOW | sdk/python/tests/client/test_response.py | 38 | def test_value_with_optional_type(ctx: Context): |
| LOW | sdk/python/tests/client/test_response.py | 43 | def test_none_value_with_optional_type(ctx: Context): |
| LOW | sdk/python/tests/client/test_config.py | 4 | def test_compat_connect_timeout(): |
| LOW | sdk/python/tests/client/test_config.py | 10 | def test_compat_execute_timeout(): |
| LOW | sdk/python/tests/client/test_config.py | 17 | def test_compat_connect_and_execute_timeout(): |
| LOW | sdk/python/tests/client/test_config.py | 28 | def test_connect_and_execute_timeout(): |
| LOW | sdk/python/tests/client/test_integration.py | 72 | async def test_optionals_in_input_fields(): |
| LOW | sdk/python/tests/client/test_integration.py | 79 | async def test_container_with_env_variable(alpine_image: str, val: str): |
| LOW | sdk/python/tests/client/test_integration.py | 90 | async def test_container_with_mounted_directory(alpine_image: str): |
| LOW | sdk/python/tests/client/test_integration.py | 109 | async def test_container_with_mounted_cache(alpine_image: str): |
| LOW | sdk/python/tests/client/test_integration.py | 224 | async def test_return_list_of_objects(alpine_image: str): |
| LOW | sdk/python/tests/mod/test_results.py | 20 | async def test_unstructure_structure(): |
| LOW | sdk/python/tests/mod/test_results.py | 73 | async def test_function_and_arg_name_default(self, mod: Module): |
| LOW | sdk/python/tests/mod/test_results.py | 78 | async def test_function_and_arg_name_custom(self, mod: Module): |
| LOW | sdk/python/tests/mod/test_results.py | 118 | async def test_constructor_post_init(): |
| LOW | sdk/python/tests/mod/test_results.py | 140 | async def test_overridden_init_constructor(): |
| LOW | sdk/python/tests/mod/test_results.py | 208 | async def test_alt_async_constructor(): |
| 144 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | note ---- this is lazily evaluated, no operation is actually run. returns ------- str the `id` scalar type represents a |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | note ---- this is lazily evaluated, no operation is actually run. returns ------- str the `id` scalar type represents a |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | note ---- this is lazily evaluated, no operation is actually run. returns ------- str the `id` scalar type represents a |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | force evaluation in the engine. raises ------ executetimeouterror if the time to execute the query exceeds the configure |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | force evaluation in the engine. raises ------ executetimeouterror if the time to execute the query exceeds the configure |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | force evaluation in the engine. raises ------ executetimeouterror if the time to execute the query exceeds the configure |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the generated files and directories made on top of the module source's context directory. |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the generated files and directories made on top of the module source's context directory. |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the generated files and directories made on top of the module source's context directory. |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the reason this enum member is deprecated, if any. returns ------- str | none the `string` scalar type represents textua |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the reason this enum member is deprecated, if any. returns ------- str | none the `string` scalar type represents textua |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | the reason this enum member is deprecated, if any. returns ------- str | none the `string` scalar type represents textua |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | returns ------- int the `int` scalar type represents non-fractional signed whole numeric values. int can represent value |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | returns ------- int the `int` scalar type represents non-fractional signed whole numeric values. int can represent value |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | returns ------- int the `int` scalar type represents non-fractional signed whole numeric values. int can represent value |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | returns ------- int the `int` scalar type represents non-fractional signed whole numeric values. int can represent value |
| HIGH | sdk/python/src/dagger/client/gen.py | 0 | returns ------- int the `int` scalar type represents non-fractional signed whole numeric values. int can represent value |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …lo-with-checks-py/src/hello_with_checks_py/__init__.py | 16 | |
| LOW | …lueprint/myblueprint-py/src/myblueprint_py/__init__.py | 16 | |
| LOW | …st-blueprint/myblueprint-py/src/myblueprint_py/main.py | 1 | |
| LOW | …generators-py/src/hello_with_generators_py/__init__.py | 16 | |
| LOW | …ith-generators-py/src/hello_with_generators_py/main.py | 1 | |
| LOW | …a/modules/python/ifaces/.dagger/src/caller/__init__.py | 1 | |
| LOW | …ith-services-py/src/hello_with_services_py/__init__.py | 3 | |
| LOW | …ent/snippets/part1/python/src/coding_agent/__init__.py | 1 | |
| LOW | …nippets/modules/testing/python/src/greeter/__init__.py | 16 | |
| LOW | sdk/python/runtime/template/__init__.py | 16 | |
| LOW | sdk/python/tests/mod/test_future_annotations.py | 8 | |
| LOW | sdk/python/docs/_ext/dagger_ext.py | 8 | |
| LOW | sdk/python/src/dagger/__init__.py | 4 | |
| LOW | sdk/python/src/dagger/__init__.py | 19 | |
| LOW | sdk/python/src/dagger/__init__.py | 20 | |
| LOW | sdk/python/src/dagger/__init__.py | 21 | |
| LOW | sdk/python/src/dagger/__init__.py | 22 | |
| LOW | sdk/python/src/dagger/__init__.py | 8 | |
| LOW | sdk/python/src/dagger/__init__.py | 13 | |
| LOW | sdk/python/src/dagger/__init__.py | 26 | |
| LOW | sdk/python/src/dagger/__init__.py | 16 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 2 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 3 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 3 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 4 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 4 | |
| LOW | sdk/python/src/dagger/provisioning/__init__.py | 4 | |
| LOW | sdk/python/src/dagger/provisioning/_connection.py | 12 | |
| LOW | sdk/python/src/dagger/client/base.py | 1 | |
| LOW | sdk/python/src/dagger/mod/_converter.py | 37 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 1 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 3 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 4 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 5 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 6 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 7 | |
| LOW | sdk/python/src/dagger/mod/__init__.py | 9 | |
| LOW | sdk/python/src/dagger/mod/_utils.py | 35 | |
| LOW | sdk/python/src/dagger/mod/_utils.py | 36 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | docs/static/reference/php/js/jquery-3.5.1.slim.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f |
| CRITICAL | …in/java/io/dagger/annotation/processor/DaggerType.java | 71 | } else if (io.dagger.client.Scalar.class.isAssignableFrom(clazz)) { |
| CRITICAL | engine/server/session.go | 249 | return client.daggerSession.telemetryPubSub.srv.clientDBs.Open(ctx, client.clientID) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …cs/cookbook/snippets/terminal-container/python/main.py | 13 | .with_exec(["sh", "-c", "echo hello world > /foo && cat /foo"]) |
| HIGH | …services/create-interdependent-services/python/main.py | 18 | "nginx & while true; do curl svcb:80 && sleep 1; done", |
| HIGH | …services/create-interdependent-services/python/main.py | 34 | "nginx & while true; do curl svca:80 && sleep 1; done", |
| HIGH | sdk/python/tests/client/test_integration.py | 181 | .with_exec(["sh", "-c", "test $FOO = bar && test $TOKEN = baz"]) |
| HIGH | sdk/python/src/dagger/provisioning/_session.py | 83 | stack.push(Pclose(session.proc)) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | install.sh | 260 | # just use it's value directly |
| MEDIUM | cmd/dagger/shell_exec.go | 492 | // Values are not processed. This function is used to leverage pflags to parse |
| MEDIUM | core/interface.go | 57 | // robust. |
| MEDIUM | internal/buildkit/client/llb/source.go | 244 | // Formats that utilize SSH may need to supply credentials as a [GitOption]. |
| LOW | sdk/python/src/dagger/mod/_utils.py | 90 | # Don't look in base classes (otherwise just use inspect.get_doc). |
| MEDIUM | dagql/dagui/spans.go | 819 | // leverage the work that goes into span.Activity, rather than having two |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …cs/cookbook/snippets/builds/oci-annotations/go/main.go | 19 | WithAnnotation("org.opencontainers.image.authors", "John Doe"). |
| LOW | …ookbook/snippets/builds/oci-annotations/python/main.py | 17 | .with_annotation("org.opencontainers.image.authors", "John Doe") |
| LOW | …ok/snippets/builds/oci-annotations/typescript/index.ts | 16 | .withAnnotation("org.opencontainers.image.authors", "John Doe") |
| LOW | sdk/python/tests/codegen/test_generator.py | 544 | "Lorem ipsum dolores est.", |
| LOW | sdk/python/tests/codegen/test_generator.py | 545 | '"""Lorem ipsum dolores est."""', |
| LOW | sdk/python/tests/codegen/test_generator.py | 548 | "Lorem ipsum dolores est.\n\nSecond paragraph.", |
| LOW | sdk/python/tests/codegen/test_generator.py | 551 | """Lorem ipsum dolores est. |
| LOW | sdk/python/tests/codegen/test_generator.py | 566 | 'Lorem ipsum dolores est.\n\nExample: "foobar"', |
| LOW | sdk/python/tests/codegen/test_generator.py | 569 | """Lorem ipsum dolores est. |
| LOW | sdk/python/tests/client/test_connection_errors.py | 49 | "message": "Lorem ipsum", |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | internal/buildkit/frontend/dockerui/config.go | 47 | // Don't forget to update frontend documentation if you add |
| LOW | sdk/python/src/dagger/mod/_resolver.py | 254 | # make sure to get type hints for __init__ instead of class |
| MEDIUM | helm/dagger/values.yaml | 15 | # precedence over toml if both are provided, however you can use toml for |
| MEDIUM | helm/dagger/values.yaml | 166 | # You may want to adjust this to fit your workloads so that the Engine stops quicker. |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | sdk/python/src/dagger/provisioning/_session.py | 258 | # Check if subprocess exited with an error |
| LOW | sdk/python/src/dagger/mod/_module.py | 758 | # Check if function is marked as a check or generator |
| LOW | sdk/python/src/dagger/mod/_utils.py | 360 | # Check if this is an enum member assignment |
| LOW | helm/dagger/values.yaml | 126 | ### Set priorityClassName to avoid eviction |
| LOW | helm/dagger/values.yaml | 129 | ### Set runtimeClassName to use a custom runtimeClass |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | sdk/python/src/dagger/provisioning/_session.py | 62 | except Exception: # Including KeyboardInterrupt, wait handled that. |
| LOW | sdk/python/src/dagger/mod/_module.py | 365 | except Exception as e: |
| LOW | sdk/python/src/dagger/mod/_module.py | 457 | except Exception as e: |
| LOW | sdk/python/src/dagger/mod/_module.py | 493 | except Exception as e: |
| LOW | sdk/python/src/dagger/mod/_module.py | 537 | except Exception as e: |
| LOW | sdk/python/src/dagger/mod/cli.py | 48 | except Exception as e: |
| LOW | sdk/python/src/dagger/mod/cli.py | 59 | except Exception as e: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | …et/sdk/Dagger.SDK.SourceGenerator/Code/CodeRenderer.cs | 261 | // ─── Helpers ────────────────────────────────────────────── |
| MEDIUM | dagql/idtui/notification.go | 17 | // ╰─────────────────────╯ |
| MEDIUM | dagql/idtui/notification.go | 69 | // Bottom border: ╰───────────────────╯ |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | cmd/dagger/shell.go | 709 | // writes the final output to the stdoutWriter. We need to check if that |
| LOW | core/workspace/detect.go | 53 | // Step 1: .git found → workspace = CWD, sandbox = git root |
| LOW | core/workspace/detect.go | 61 | // Step 2: nothing found → cwd is both workspace and sandbox root |
| LOW | …cript/src/module/introspector/typescript_module/ast.ts | 385 | // Float will be interpreted as number by the TypeScript compiler so we need to check if the |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | sdk/python/codegen/src/codegen/generator.py | 911 | |
| LOW | sdk/python/codegen/src/codegen/ast.py | 6 | |
| LOW | sdk/python/src/dagger/client/_core.py | 291 | |
| LOW | sdk/python/src/dagger/mod/_module.py | 125 | |
| LOW | sdk/python/src/dagger/mod/_utils.py | 306 | |
| LOW | sdk/python/src/dagger/mod/_utils.py | 339 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | docs/src/scripts/new.sh | 3 | ## Create a new documentation article |