{"id":8267448,"name":"github.com/containerd/log","ecosystem":"go","description":"Package log provides types and functions related to logging, passing\nloggers through a context, and attaching context to the logger.\n\nThis package contains various types that are aliases for types in logrus.\nThese aliases are intended for transitioning away from hard-coding logrus\nas logging implementation. Consumers of this package are encouraged to use\nthe type-aliases from this package instead of directly using their logrus\nequivalent.\n\nThe intent is to replace these aliases with locally defined types and\ninterfaces once all consumers are no longer directly importing logrus\ntypes.\n\nIMPORTANT: due to the transitional purpose of this package, it is not\nguaranteed for the full logrus API to be provided in the future. As\noutlined, these aliases are provided as a step to transition away from\na specific implementation which, as a result, exposes the full logrus API.\nWhile no decisions have been made on the ultimate design and interface\nprovided by this package, we do not expect carrying \"less common\" features.","homepage":"https://github.com/containerd/log","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/containerd/log","keywords_array":[],"namespace":"github.com/containerd","versions_count":1,"first_release_published_at":"2023-09-09T00:27:15.000Z","latest_release_published_at":"2023-09-09T00:27:15.000Z","latest_release_number":"v0.1.0","last_synced_at":"2026-06-06T04:16:58.715Z","created_at":"2023-09-13T08:23:39.473Z","updated_at":"2026-06-06T04:16:58.715Z","registry_url":"https://pkg.go.dev/github.com/containerd/log","install_command":"go get github.com/containerd/log","documentation_url":"https://pkg.go.dev/github.com/containerd/log#section-documentation","metadata":{},"repo_metadata":{"id":193607406,"uuid":"689132196","full_name":"containerd/log","owner":"containerd","description":"Common log interface for containerd repositories and clients","archived":false,"fork":false,"pushed_at":"2025-08-12T02:52:51.000Z","size":51,"stargazers_count":7,"open_issues_count":4,"forks_count":4,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-09-13T18:14:46.143Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/containerd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-08T22:12:36.000Z","updated_at":"2025-06-04T17:39:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"e1f4705a-11fc-4140-9a30-4cd2132f2a49","html_url":"https://github.com/containerd/log","commit_stats":null,"previous_names":["containerd/log"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/containerd/log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd","download_url":"https://codeload.github.com/containerd/log/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/sbom","scorecard":{"id":303297,"data":{"date":"2025-08-11","repo":{"name":"github.com/containerd/log","commit":"816277bc1264da384d25da20c61b4006e1f1fe5c"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/20 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":2,"reason":"3 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: jobLevel 'contents' permission set to 'read': .github/workflows/ci.yml:24","Info: jobLevel 'pull-requests' permission set to 'read': .github/workflows/ci.yml:25","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:15","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:62: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/containerd/log/ci.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/containerd/.github/SECURITY.md:1","Info: Found linked content: github.com/containerd/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/containerd/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T21:19:23.927Z","repository_id":193607406,"created_at":"2025-08-17T21:19:23.927Z","updated_at":"2025-08-17T21:19:23.927Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275330638,"owners_count":25445773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"containerd","name":"containerd","uuid":"14037953","kind":"organization","description":"","email":null,"website":"containerd.io","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/14037953?v=4","repositories_count":36,"last_synced_at":"2024-04-14T06:47:07.952Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/containerd","funding_links":[],"total_stars":30901,"followers":727,"following":0,"created_at":"2022-11-07T08:00:57.161Z","updated_at":"2024-04-14T06:47:13.945Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/containerd/repositories"},"tags":[{"name":"v0.1.0","sha":"0fc1e28871fdf2786e2cc51bbe4133db6547a199","kind":"commit","published_at":"2023-09-09T00:27:15.000Z","download_url":"https://codeload.github.com/containerd/log/tar.gz/v0.1.0","html_url":"https://github.com/containerd/log/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/containerd/log@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-09-15T22:29:37.603Z","dependent_packages_count":1785,"downloads":null,"downloads_period":null,"dependent_repos_count":4,"rankings":{"downloads":null,"dependent_repos_count":2.5182336188046284,"dependent_packages_count":0.20824105455354439,"stargazers_count":25.321531002663644,"forks_count":13.4281408022191,"docker_downloads_count":1.1483321675308304,"average":8.524895729154348},"purl":"pkg:golang/github.com/containerd/log","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/containerd/log","docker_dependents_count":305,"docker_downloads_count":3805341105,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/containerd/log","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/containerd/log/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-14T03:09:06.149Z","issues_count":1,"pull_requests_count":10,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":254673.0,"issues_closed_count":0,"pull_requests_closed_count":5,"pull_request_authors_count":3,"issue_authors_count":1,"avg_comments_per_issue":8.0,"avg_comments_per_pull_request":0.4,"merged_pull_requests_count":4,"bot_issues_count":0,"bot_pull_requests_count":3,"past_year_issues_count":0,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":318108.75,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":4,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.4444444444444444,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":3,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/containerd%2Flog/issues","maintainers":[{"login":"austinvazquez","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/austinvazquez"},{"login":"samuelkarp","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/samuelkarp"},{"login":"dmcgowan","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dmcgowan"}],"active_maintainers":[{"login":"austinvazquez","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/austinvazquez"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcontainerd%2Flog/codemeta","maintainers":[]}