{"id":360354,"url":"https://github.com/boombuler/barcode","last_synced_at":"2026-06-21T15:00:50.634Z","repository":{"id":12448347,"uuid":"15107977","full_name":"boombuler/barcode","owner":"boombuler","description":"a barcode creation lib for golang","archived":false,"fork":false,"pushed_at":"2025-07-25T11:19:23.000Z","size":207,"stargazers_count":1553,"open_issues_count":7,"forks_count":185,"subscribers_count":38,"default_branch":"master","last_synced_at":"2026-06-15T12:18:28.407Z","etag":null,"topics":["aztec-code","barcode","codabar","code128","code39","code93","datamatrix","ean13","ean8","go","golang","pdf417","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boombuler.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":"2013-12-11T13:28:59.000Z","updated_at":"2026-06-12T17:41:14.000Z","dependencies_parsed_at":"2025-03-04T14:10:17.589Z","dependency_job_id":"6ead9c50-1328-49ed-9333-3ed89e98d415","html_url":"https://github.com/boombuler/barcode","commit_stats":{"total_commits":90,"total_committers":15,"mean_commits":6.0,"dds":0.5444444444444445,"last_synced_commit":"65580ac6e377baeeebd5bb702e15795ead22e48d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/boombuler/barcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/sbom","scorecard":{"id":247891,"data":{"date":"2025-08-11","repo":{"name":"github.com/boombuler/barcode","commit":"3c3de55b6b64c2a9d5a0c96f2e3ebceaef576986"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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":"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":"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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:11","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":"Maintained","score":10,"reason":"14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-17T07:56:14.446Z","repository_id":12448347,"created_at":"2025-08-17T07:56:14.446Z","updated_at":"2025-08-17T07:56:14.446Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34449283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":{"login":"boombuler","name":"Florian","uuid":"275687","kind":"user","description":"","email":"","website":"https://chaos.social/@boombuler","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/275687?u=b3f0d886bb71310d9e469a9827324f2784857a30\u0026v=4","repositories_count":18,"last_synced_at":"2023-03-11T14:50:25.790Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/boombuler","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T23:49:32.311Z","updated_at":"2023-03-11T14:50:25.852Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler/repositories"},"packages":[{"id":13417061,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T02:44:59.737Z","latest_release_published_at":"2026-02-07T02:44:59.737Z","latest_release_number":"0.0~git20140830-2","last_synced_at":"2026-03-07T04:45:13.898Z","created_at":"2026-02-07T02:44:58.301Z","updated_at":"2026-03-07T05:07:58.061Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"3.9.5","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9), golang-go (\u003e= 1.0), dh-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1523,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":167},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-06-10T05:17:45.610Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13544973,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T01:53:45.340Z","latest_release_published_at":"2026-02-11T01:53:45.340Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-11T06:10:40.334Z","created_at":"2026-02-11T01:53:45.157Z","updated_at":"2026-03-11T06:10:40.334Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:40:58.933Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":133},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-06-10T05:17:49.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":13502807,"name":"golang-barcode","ecosystem":"debian","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T18:49:40.999Z","latest_release_published_at":"2026-02-10T18:49:40.999Z","latest_release_number":"0.0~git20140830-2","last_synced_at":"2026-03-13T15:39:29.689Z","created_at":"2026-02-10T18:49:40.787Z","updated_at":"2026-03-13T15:39:29.689Z","registry_url":"https://tracker.debian.org/pkg/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":"https://packages.debian.org/bullseye/golang-barcode","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"3.9.5","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9), golang-go (\u003e= 1.0), dh-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T14:11:40.064Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-barcode?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":764,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":100},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-06-10T05:17:51.942Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":12093617,"name":"github.com/Boombuler/barcode","ecosystem":"go","description":"","homepage":"https://github.com/Boombuler/barcode","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Boombuler/barcode","keywords_array":[],"namespace":"github.com/Boombuler","versions_count":4,"first_release_published_at":"2017-09-22T10:33:52.000Z","latest_release_published_at":"2025-07-22T22:10:49.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-06-19T14:40:19.569Z","created_at":"2025-09-11T10:32:40.505Z","updated_at":"2026-06-19T14:40:19.569Z","registry_url":"https://pkg.go.dev/github.com/Boombuler/barcode","install_command":"go get github.com/Boombuler/barcode","documentation_url":"https://pkg.go.dev/github.com/Boombuler/barcode#section-documentation","metadata":{},"repo_metadata":{"id":12448347,"uuid":"15107977","full_name":"boombuler/barcode","owner":"boombuler","description":"a barcode creation lib for golang","archived":false,"fork":false,"pushed_at":"2025-07-25T11:19:23.000Z","size":207,"stargazers_count":1516,"open_issues_count":7,"forks_count":187,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-10-14T12:55:12.100Z","etag":null,"topics":["aztec-code","barcode","codabar","code128","code39","code93","datamatrix","ean13","ean8","go","golang","pdf417","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boombuler.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":"2013-12-11T13:28:59.000Z","updated_at":"2025-10-13T03:13:57.000Z","dependencies_parsed_at":"2025-03-04T14:10:17.589Z","dependency_job_id":"1154c39f-0a5e-43f8-a834-8fb5ad12bd95","html_url":"https://github.com/boombuler/barcode","commit_stats":{"total_commits":90,"total_committers":15,"mean_commits":6.0,"dds":0.5444444444444445,"last_synced_commit":"65580ac6e377baeeebd5bb702e15795ead22e48d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/boombuler/barcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/sbom","scorecard":{"id":247891,"data":{"date":"2025-08-11","repo":{"name":"github.com/boombuler/barcode","commit":"3c3de55b6b64c2a9d5a0c96f2e3ebceaef576986"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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":"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":"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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:11","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":"Maintained","score":10,"reason":"14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-17T07:56:14.446Z","repository_id":12448347,"created_at":"2025-08-17T07:56:14.446Z","updated_at":"2025-08-17T07:56:14.446Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018584,"owners_count":26086583,"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-10-14T02:00:06.444Z","response_time":60,"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":"boombuler","name":"Florian","uuid":"275687","kind":"user","description":"","email":"","website":"https://chaos.social/@boombuler","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/275687?u=b3f0d886bb71310d9e469a9827324f2784857a30\u0026v=4","repositories_count":18,"last_synced_at":"2023-03-11T14:50:25.790Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/boombuler","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T23:49:32.311Z","updated_at":"2023-03-11T14:50:25.852Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler/repositories"},"tags":[{"name":"v1.1.0","sha":"11e32e438ffcc2af3d65aa3547c065972a743d70","kind":"commit","published_at":"2025-07-22T22:10:49.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.1.0","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"83789dfea16c7e29d555900363ed33246996ae3a","kind":"commit","published_at":"2024-07-03T02:53:26.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.2","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"6c824513baccd76c674ce72112c29ef550187b08","kind":"commit","published_at":"2019-02-19T06:25:09.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.1","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"3cfea5ab600ae37946be2b763b8ec2c1cf2d272d","kind":"commit","published_at":"2017-09-22T10:33:52.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.0","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-27T21:00:24.275Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.529910374091637,"dependent_packages_count":5.182193720261748,"stargazers_count":2.1074448546311486,"forks_count":2.32890481511975,"docker_downloads_count":null,"average":3.787113441026071},"purl":"pkg:golang/github.com/%21boombuler/barcode","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Boombuler/barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Boombuler/barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Boombuler/barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T15:13:25.858Z","issues_count":62,"pull_requests_count":29,"avg_time_to_close_issue":4791152.327272727,"avg_time_to_close_pull_request":6935372.555555556,"issues_closed_count":55,"pull_requests_closed_count":27,"pull_request_authors_count":24,"issue_authors_count":54,"avg_comments_per_issue":2.5806451612903225,"avg_comments_per_pull_request":1.206896551724138,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":3700846.0,"past_year_avg_time_to_close_pull_request":15604028.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":0.75,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/issues","maintainers":[{"login":"danielwhite","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}],"active_maintainers":[{"login":"danielwhite","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FBoombuler%2Fbarcode/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2183356,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13438062,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T01:11:05.042Z","latest_release_published_at":"2026-02-08T01:11:05.042Z","latest_release_number":"0.0~git20140830-2","last_synced_at":"2026-03-08T02:55:31.898Z","created_at":"2026-02-08T01:11:03.550Z","updated_at":"2026-03-08T03:02:47.960Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"3.9.5","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9), golang-go (\u003e= 1.0), dh-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1430,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":165},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-06-10T05:17:46.717Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13644876,"name":"golang-barcode","ecosystem":"debian","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T02:57:56.989Z","latest_release_published_at":"2026-02-12T02:57:56.989Z","latest_release_number":"1.0.2-1","last_synced_at":"2026-03-13T19:11:54.368Z","created_at":"2026-02-12T02:57:56.716Z","updated_at":"2026-03-13T19:11:54.369Z","registry_url":"https://tracker.debian.org/pkg/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":"https://packages.debian.org/trixie/golang-barcode","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T02:57:57.610Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-barcode?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1987,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":316},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-06-10T05:17:04.542Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13447642,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T14:29:34.019Z","latest_release_published_at":"2026-02-08T14:29:34.019Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-08T15:02:19.007Z","created_at":"2026-02-08T14:29:33.759Z","updated_at":"2026-03-10T04:32:31.653Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1473,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":214},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-06-10T05:17:05.787Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13387245,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T15:09:23.186Z","latest_release_published_at":"2026-02-05T15:09:23.186Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-05T17:06:24.636Z","created_at":"2026-02-05T15:09:22.128Z","updated_at":"2026-03-05T17:34:15.391Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1701,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":198},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-06-10T05:17:44.581Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":13963178,"name":"go-github-com-boombuler-barcode","ecosystem":"guix","description":"Barcode creation library for golang","homepage":"https://github.com/boombuler/barcode","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/boombuler/barcode","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T22:47:35.766Z","latest_release_published_at":"2026-03-02T22:47:35.766Z","latest_release_number":"1.0.2","last_synced_at":"2026-04-27T18:11:54.671Z","created_at":"2026-03-02T22:47:35.584Z","updated_at":"2026-04-27T18:11:55.438Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-boombuler-barcode/1.0.2/","install_command":"guix install go-github-com-boombuler-barcode","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-xyz.scm#n3980","metadata":{"location":"gnu/packages/golang-xyz.scm:3980","variable_name":"go-github-com-boombuler-barcode"},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-27T18:11:55.411Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-boombuler-barcode","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-boombuler-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-boombuler-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-boombuler-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-boombuler-barcode/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":31802,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":368},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-06-10T05:17:25.224Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13475124,"name":"golang-barcode","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T02:50:20.699Z","latest_release_published_at":"2026-02-10T02:50:20.699Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-10T03:13:01.582Z","created_at":"2026-02-10T02:50:19.653Z","updated_at":"2026-03-10T03:13:01.582Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":null,"dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-barcode?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2223,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":444},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-06-10T05:17:48.008Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":3492589,"name":"github.com/boombuler/barcode","ecosystem":"go","description":"","homepage":"https://github.com/boombuler/barcode","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/boombuler/barcode","keywords_array":[],"namespace":"github.com/boombuler","versions_count":4,"first_release_published_at":"2017-09-22T10:33:52.000Z","latest_release_published_at":"2025-07-22T22:10:49.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-06-20T22:00:50.076Z","created_at":"2022-04-10T19:10:36.831Z","updated_at":"2026-06-20T22:00:50.076Z","registry_url":"https://pkg.go.dev/github.com/boombuler/barcode","install_command":"go get github.com/boombuler/barcode","documentation_url":"https://pkg.go.dev/github.com/boombuler/barcode#section-documentation","metadata":{},"repo_metadata":{"id":12448347,"uuid":"15107977","full_name":"boombuler/barcode","owner":"boombuler","description":"a barcode creation lib for golang","archived":false,"fork":false,"pushed_at":"2025-07-25T11:19:23.000Z","size":207,"stargazers_count":1512,"open_issues_count":7,"forks_count":187,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-10-07T09:43:38.504Z","etag":null,"topics":["aztec-code","barcode","codabar","code128","code39","code93","datamatrix","ean13","ean8","go","golang","pdf417","qrcode","qrcode-generator"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boombuler.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":"2013-12-11T13:28:59.000Z","updated_at":"2025-10-06T08:53:37.000Z","dependencies_parsed_at":"2025-03-04T14:10:17.589Z","dependency_job_id":"1154c39f-0a5e-43f8-a834-8fb5ad12bd95","html_url":"https://github.com/boombuler/barcode","commit_stats":{"total_commits":90,"total_committers":15,"mean_commits":6.0,"dds":0.5444444444444445,"last_synced_commit":"65580ac6e377baeeebd5bb702e15795ead22e48d"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/boombuler/barcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/sbom","scorecard":{"id":247891,"data":{"date":"2025-08-11","repo":{"name":"github.com/boombuler/barcode","commit":"3c3de55b6b64c2a9d5a0c96f2e3ebceaef576986"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.8,"checks":[{"name":"Code-Review","score":5,"reason":"Found 4/7 approved changesets -- score normalized to 5","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":"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":"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":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:11","Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:11","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":"Maintained","score":10,"reason":"14 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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/golangci-lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/boombuler/barcode/test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-17T07:56:14.446Z","repository_id":12448347,"created_at":"2025-08-17T07:56:14.446Z","updated_at":"2025-08-17T07:56:14.446Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015054,"owners_count":26085643,"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-10-13T02:00:06.723Z","response_time":61,"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":"boombuler","name":"Florian","uuid":"275687","kind":"user","description":"","email":"","website":"https://chaos.social/@boombuler","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/275687?u=b3f0d886bb71310d9e469a9827324f2784857a30\u0026v=4","repositories_count":18,"last_synced_at":"2023-03-11T14:50:25.790Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/boombuler","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T23:49:32.311Z","updated_at":"2023-03-11T14:50:25.852Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boombuler/repositories"},"tags":[{"name":"v1.1.0","sha":"11e32e438ffcc2af3d65aa3547c065972a743d70","kind":"commit","published_at":"2025-07-22T22:10:49.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.1.0","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.1.0/manifests"},{"name":"v1.0.2","sha":"83789dfea16c7e29d555900363ed33246996ae3a","kind":"commit","published_at":"2024-07-03T02:53:26.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.2","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"6c824513baccd76c674ce72112c29ef550187b08","kind":"commit","published_at":"2019-02-19T06:25:09.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.1","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"3cfea5ab600ae37946be2b763b8ec2c1cf2d272d","kind":"commit","published_at":"2017-09-22T10:33:52.000Z","download_url":"https://codeload.github.com/boombuler/barcode/tar.gz/v1.0.0","html_url":"https://github.com/boombuler/barcode/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/boombuler/barcode@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-14T12:55:13.092Z","dependent_packages_count":5784,"downloads":null,"downloads_period":null,"dependent_repos_count":11067,"rankings":{"downloads":null,"dependent_repos_count":0.07207136205541302,"dependent_packages_count":0.034843133310242844,"stargazers_count":1.8880432572403176,"forks_count":2.207863315932579,"docker_downloads_count":0.058279288453441894,"average":0.8522200713983988},"purl":"pkg:golang/github.com/boombuler/barcode","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/boombuler/barcode","docker_dependents_count":652,"docker_downloads_count":4364421516,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/boombuler/barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/boombuler/barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T15:13:25.858Z","issues_count":62,"pull_requests_count":29,"avg_time_to_close_issue":4791152.327272727,"avg_time_to_close_pull_request":6935372.555555556,"issues_closed_count":55,"pull_requests_closed_count":27,"pull_request_authors_count":24,"issue_authors_count":54,"avg_comments_per_issue":2.5806451612903225,"avg_comments_per_pull_request":1.206896551724138,"merged_pull_requests_count":20,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":3700846.0,"past_year_avg_time_to_close_pull_request":15604028.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":0.75,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/issues","maintainers":[{"login":"danielwhite","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}],"active_maintainers":[{"login":"danielwhite","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fboombuler%2Fbarcode/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2183356,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13683903,"name":"golang-barcode","ecosystem":"debian","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:39:57.767Z","latest_release_published_at":"2026-02-12T17:39:57.767Z","latest_release_number":"1.0.1-1","last_synced_at":"2026-03-12T23:11:39.397Z","created_at":"2026-02-12T17:39:57.571Z","updated_at":"2026-03-12T23:30:51.235Z","registry_url":"https://tracker.debian.org/pkg/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":"https://packages.debian.org/bookworm/golang-barcode","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-barcode-dev","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), golang-any, dh-sequence-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-12T17:39:58.406Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-barcode?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2667,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":395},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-06-10T05:17:51.014Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13580619,"name":"golang-barcode","ecosystem":"debian","description":null,"homepage":"https://github.com/boombuler/barcode","licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/boombuler/barcode","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T08:48:17.987Z","latest_release_published_at":"2026-02-11T08:48:17.987Z","latest_release_number":"0.0~git20140830-2","last_synced_at":"2026-03-14T05:05:14.099Z","created_at":"2026-02-11T08:48:17.796Z","updated_at":"2026-03-14T05:05:14.099Z","registry_url":"https://tracker.debian.org/pkg/golang-barcode","install_command":"apt-get install golang-barcode","documentation_url":"https://packages.debian.org/buster/golang-barcode","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"golang-barcode-dev","standards_version":"3.9.5","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9), golang-go (\u003e= 1.0), dh-golang","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{},"repo_metadata_updated_at":"2026-02-11T15:07:16.790Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-barcode?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-barcode","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-barcode","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-barcode/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-barcode/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":915,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":95},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-06-21T05:01:36.070Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}}],"commits":{"id":7717,"full_name":"boombuler/barcode","default_branch":"master","total_commits":116,"total_committers":19,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":6.105263157894737,"dds":0.3879310344827587,"past_year_total_commits":4,"past_year_total_committers":2,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":2.0,"past_year_dds":0.25,"last_synced_at":"2026-06-19T14:03:05.913Z","last_synced_commit":"3c3de55b6b64c2a9d5a0c96f2e3ebceaef576986","created_at":"2023-03-07T09:46:25.675Z","updated_at":"2026-06-19T14:02:38.753Z","committers":[{"name":"boombuler","email":"boombuler@googlemail.com","login":"boombuler","count":71},{"name":"zhaori96","email":"nleonascimento96@gmail.com","login":"zhaori96","count":12},{"name":"Martin Tournoij","email":"martin@arp242.net","login":"arp242","count":7},{"name":"Daniel White","email":"daniel@whitehouse.id.au","login":"danielwhite","count":4},{"name":"Billy Rond","email":"billy.rond@gmail.com","login":"bertabus","count":3},{"name":"Phlippe Moneda","email":"philippemoneda@gmail.com","login":"PMoneda","count":3},{"name":"huysentruitw","email":"wouter_huysentruit@hotmail.com","login":"huysentruitw","count":2},{"name":"dev-gto","email":"43351700+dev-gto","login":"dev-gto","count":2},{"name":"Kevin Gillette","email":"extemporalgenome@gmail.com","login":"extemporalgenome","count":2},{"name":"Alex Good","email":"alex@makerlabs.co.uk","login":null,"count":1},{"name":"lmazeaud","email":"louis.mazeaud@imagino.com","login":null,"count":1},{"name":"Aaron","email":"aarona.arduino@gmail.com","login":"aaronarduino","count":1},{"name":"Anders Bergh","email":"anders1@gmail.com","login":"anders","count":1},{"name":"CodeLingo Bot","email":"bot@codelingo.io","login":"CodeLingoBot","count":1},{"name":"Ed Marshall","email":"esm@logic.net","login":"logic","count":1},{"name":"Jack Weeden","email":"jack@ajack.org","login":"jackbot","count":1},{"name":"Santiago Castro","email":"santi.1410@hotmail.com","login":"bryant1410","count":1},{"name":"Sebastien Binet","email":"binet@cern.ch","login":"sbinet","count":1},{"name":"The Gitter Badger","email":"badger@gitter.im","login":"gitter-badger","count":1}],"past_year_committers":[{"name":"Daniel White","email":"daniel@whitehouse.id.au","login":"danielwhite","count":3},{"name":"Martin Tournoij","email":"martin@arp242.net","login":"arp242","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-21T00:00:11.101Z","repositories_count":6265166,"commits_count":875236098,"contributors_count":35095543,"owners_count":1169603,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"boombuler/barcode","html_url":"https://github.com/boombuler/barcode","last_synced_at":"2026-02-11T17:04:38.460Z","status":"active","issues_count":63,"pull_requests_count":35,"avg_time_to_close_issue":4743616.125,"avg_time_to_close_pull_request":6079204.451612903,"issues_closed_count":56,"pull_requests_closed_count":31,"pull_request_authors_count":24,"issue_authors_count":55,"avg_comments_per_issue":2.5396825396825395,"avg_comments_per_pull_request":1.1428571428571428,"merged_pull_requests_count":24,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":6,"past_year_avg_time_to_close_issue":2914985.5,"past_year_avg_time_to_close_pull_request":1106077.0,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":3,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":0.3333333333333333,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"created_at":"2023-05-16T03:47:49.755Z","updated_at":"2026-02-11T17:04:38.460Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/boombuler%2Fbarcode/issues","issue_labels_count":{"table":{"enhancement":3,"help wanted":1,"bug":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":59,"CONTRIBUTOR":4}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":18,"NONE":12,"COLLABORATOR":5}},"issue_authors":{"table":{"ghost":3,"parthmind":2,"PassKit":2,"sugacube":2,"MichaelLiss":2,"fenglijunnb":2,"ruudk":2,"michael-k":1,"sharekte":1,"dev-gto":1,"zenghui":1,"flrnt":1,"IanLea":1,"vladkras":1,"Lmzd":1,"niqt":1,"stlswm":1,"alexjg":1,"eclipseo":1,"wzhsh90":1,"ourcolour":1,"Vetskt":1,"chrisj678":1,"salfonso-easypost":1,"mmortazavi":1,"gongpulin":1,"awiz911":1,"fcarrero":1,"huttotw":1,"zihaoyu":1,"PMoneda":1,"Symbianl":1,"giautm":1,"vetcher":1,"accaolei":1,"maxiride":1,"dawidp":1,"karimbakouri":1,"willtrking":1,"zhaori96":1,"zouhuigang":1,"anders":1,"happyEgg":1,"moshemarciano":1,"5colors":1,"DonaldTsang":1,"nilpath":1,"DeedsBaron":1,"hafizarr":1,"xellDart":1,"everywan":1,"charleswklau":1,"divan":1,"RubenN":1,"imaginoCDP":1}},"pull_request_authors":{"table":{"danielwhite":6,"arp242":2,"PMoneda":2,"extemporalgenome":2,"huysentruitw":2,"imaginoCDP":2,"zhaori96":2,"huttotw":1,"CodeLingoTeam":1,"dev-gto":1,"logic":1,"hardyantz":1,"bertabus-zz":1,"jackbot":1,"alexjg":1,"anders":1,"bryant1410":1,"sbinet":1,"gitter-badger":1,"majuansari":1,"CodeLingoBot":1,"Daanikus":1,"iizotop":1,"aaronarduino":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-13T00:00:21.539Z","repositories_count":14796886,"issues_count":33183645,"pull_requests_count":109527573,"authors_count":11304143,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":1}},"past_year_pull_request_author_associations_count":{"table":{"COLLABORATOR":4,"CONTRIBUTOR":1,"NONE":1}},"past_year_issue_authors":{"table":{"chrisj678":1}},"past_year_pull_request_authors":{"table":{"danielwhite":4,"arp242":2}},"maintainers":[{"table":{"login":"danielwhite","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}}],"active_maintainers":[{"table":{"login":"danielwhite","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/danielwhite"}}]}},"events":{"total":{"ReleaseEvent":1,"PullRequestEvent":4,"ForkEvent":22,"IssuesEvent":4,"WatchEvent":112,"IssueCommentEvent":6,"PushEvent":4,"CreateEvent":2},"last_year":{"ReleaseEvent":1,"PullRequestEvent":3,"ForkEvent":3,"IssuesEvent":1,"WatchEvent":39,"IssueCommentEvent":3,"PushEvent":3,"CreateEvent":2}},"keywords":["aztec-code","barcode","codabar","code128","code39","code93","datamatrix","ean13","ean8","go","golang","pdf417","qrcode","qrcode-generator"],"dependencies":[{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2024-11-18T16:01:55.517Z","updated_at":"2024-11-18T16:01:55.517Z","repository_link":"https://github.com/boombuler/barcode/blob/master/go.mod","dependencies":[]}],"score":32.493635579404895,"created_at":"2025-04-28T22:00:47.281Z","updated_at":"2026-06-21T15:00:50.635Z","avatar_url":"https://github.com/boombuler.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/360354","html_url":"https://summary.ecosyste.ms/projects/360354"}