{"id":123448,"url":"https://github.com/rails/globalid","last_synced_at":"2026-08-13T17:01:30.639Z","repository":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"packages":[{"id":13751108,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T07:14:25.274Z","latest_release_published_at":"2026-02-13T07:14:25.274Z","latest_release_number":"0.4.2+REALLY.0.3.6-1","last_synced_at":"2026-03-13T20:20:46.530Z","created_at":"2026-02-13T07:14:25.111Z","updated_at":"2026-08-09T04:19:14.292Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.2.1","maintainer":"Debian Ruby Extras Maintainers \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9~), gem2deb, rails (\u003e= 2:4.1.0), rake, ruby-activesupport (\u003e= 2:4.1.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.292Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/ruby-globalid/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":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":464},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-10T05:08:00.495Z","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":13466721,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-09T16:36:45.813Z","latest_release_published_at":"2026-02-09T16:36:45.813Z","latest_release_number":"1.2.1-1","last_synced_at":"2026-03-09T17:05:48.954Z","created_at":"2026-02-09T16:36:45.541Z","updated_at":"2026-08-09T04:19:14.291Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.291Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/ruby-globalid/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":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":890},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-12T05:05:16.435Z","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":13406665,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-06T15:13:20.007Z","latest_release_published_at":"2026-02-06T15:13:20.007Z","latest_release_number":"1.2.1-1","last_synced_at":"2026-03-06T15:59:08.401Z","created_at":"2026-02-06T15:13:19.614Z","updated_at":"2026-08-09T04:19:14.290Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.290Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/ruby-globalid/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":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":723},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-10T05:07:57.238Z","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":13778924,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T13:17:37.149Z","latest_release_published_at":"2026-02-13T13:17:37.149Z","latest_release_number":"0.6.0-1","last_synced_at":"2026-03-13T13:36:31.608Z","created_at":"2026-02-13T13:17:36.984Z","updated_at":"2026-08-09T04:19:14.297Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.0","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport (\u003e= 2:5.0), ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.297Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/ruby-globalid/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":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":559},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-10T05:07:56.140Z","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":13668946,"name":"ruby-globalid","ecosystem":"debian","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T12:25:23.735Z","latest_release_published_at":"2026-02-12T12:25:23.735Z","latest_release_number":"1.2.1-2","last_synced_at":"2026-08-08T22:03:38.729Z","created_at":"2026-02-12T12:25:23.550Z","updated_at":"2026-08-09T04:19:14.306Z","registry_url":"https://tracker.debian.org/pkg/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":"https://packages.debian.org/trixie/ruby-globalid","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.306Z","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/ruby-globalid?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/ruby-globalid/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":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1208},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-12T05:05:15.557Z","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":13804430,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-13T18:21:07.052Z","latest_release_published_at":"2026-02-13T18:21:07.052Z","latest_release_number":"0.6.0-2","last_synced_at":"2026-03-14T02:17:22.729Z","created_at":"2026-02-13T18:21:06.872Z","updated_at":"2026-08-09T04:19:14.312Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.312Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/ruby-globalid/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":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":891},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-10T05:07:58.402Z","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":13712460,"name":"ruby-globalid","ecosystem":"debian","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/rails/globalid","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T23:30:16.148Z","latest_release_published_at":"2026-02-12T23:30:16.148Z","latest_release_number":"0.6.0-2","last_synced_at":"2026-08-03T06:10:49.089Z","created_at":"2026-02-12T23:30:15.964Z","updated_at":"2026-08-09T04:19:14.317Z","registry_url":"https://tracker.debian.org/pkg/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":"https://packages.debian.org/bookworm/ruby-globalid","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.2","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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"}},"repo_metadata_updated_at":"2026-08-09T04:19:14.317Z","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/ruby-globalid?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/ruby-globalid/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":2652,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":809},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-10T05:08:01.819Z","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":13566483,"name":"ruby-globalid","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T06:40:14.191Z","latest_release_published_at":"2026-02-11T06:40:14.191Z","latest_release_number":"0.6.0-1","last_synced_at":"2026-03-11T17:19:47.322Z","created_at":"2026-02-11T06:40:14.021Z","updated_at":"2026-08-09T04:19:14.710Z","registry_url":"https://launchpad.net/ubuntu/+source/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.6.0","maintainer":"Debian Ruby Team \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper-compat (= 13), gem2deb, rake, ruby-activesupport (\u003e= 2:5.0), ruby-rails","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-09T04:19:14.710Z","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/ruby-globalid?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/ruby-globalid/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":613},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-10T05:07:59.632Z","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":13530342,"name":"ruby-globalid","ecosystem":"debian","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T23:31:16.947Z","latest_release_published_at":"2026-02-10T23:31:16.947Z","latest_release_number":"0.4.2+REALLY.0.3.6-1","last_synced_at":"2026-08-01T00:07:29.781Z","created_at":"2026-02-10T23:31:16.715Z","updated_at":"2026-08-09T04:19:14.727Z","registry_url":"https://tracker.debian.org/pkg/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":"https://packages.debian.org/bullseye/ruby-globalid","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.2.1","maintainer":"Debian Ruby Extras Maintainers \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9~), gem2deb, rails (\u003e= 2:4.1.0), rake, ruby-activesupport (\u003e= 2:4.1.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-09T04:19:14.727Z","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/ruby-globalid?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/ruby-globalid/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":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":456},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-10T05:08:02.664Z","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":13605527,"name":"ruby-globalid","ecosystem":"debian","description":null,"homepage":"https://github.com/rails/globalid","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T11:21:03.456Z","latest_release_published_at":"2026-02-11T11:21:03.456Z","latest_release_number":"0.4.2+REALLY.0.3.6-1","last_synced_at":"2026-03-13T19:03:51.483Z","created_at":"2026-02-11T11:21:03.242Z","updated_at":"2026-08-09T04:19:14.730Z","registry_url":"https://tracker.debian.org/pkg/ruby-globalid","install_command":"apt-get install ruby-globalid","documentation_url":"https://packages.debian.org/buster/ruby-globalid","metadata":{"component":"main","architecture":"all","priority":"optional","binary":"ruby-globalid","standards_version":"4.2.1","maintainer":"Debian Ruby Extras Maintainers \u003cpkg-ruby-extras-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 9~), gem2deb, rails (\u003e= 2:4.1.0), rake, ruby-activesupport (\u003e= 2:4.1.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-09T04:19:14.730Z","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/ruby-globalid?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/ruby-globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/ruby-globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/ruby-globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/ruby-globalid/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":444},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-13T05:02:46.543Z","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"}},{"id":14513763,"name":"dev-ruby/globalid","ecosystem":"gentoo","description":"Reference models by URI","homepage":"https://github.com/rails/globalid","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":["~amd64","~arm64","~hppa","~ppc","~ppc64","~riscv","~sparc","~x86"],"namespace":"dev-ruby","versions_count":4,"first_release_published_at":"2026-04-22T07:13:25.000Z","latest_release_published_at":"2026-07-26T16:08:11.000Z","latest_release_number":"1.4.0","last_synced_at":"2026-07-28T01:17:16.918Z","created_at":"2026-05-27T02:45:41.394Z","updated_at":"2026-08-09T04:19:14.737Z","registry_url":"https://packages.gentoo.org/packages/dev-ruby/globalid","install_command":"emerge dev-ruby/globalid","documentation_url":"https://packages.gentoo.org/packages/dev-ruby/globalid","metadata":{"category":"dev-ruby","slot":"0","eapi":"8","inherit":"ruby-fakegem","iuse":"test ruby_targets_ruby32 ruby_targets_ruby33 ruby_targets_ruby34 ruby_targets_ruby40 doc test test"},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-09T04:19:14.737Z","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:gentoo/dev-ruby/globalid","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/gentoo/dev-ruby/globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/gentoo/dev-ruby/globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/gentoo/dev-ruby/globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages/dev-ruby%2Fglobalid/codemeta","maintainers":[],"registry":{"name":"gentoo-portage","url":"https://packages.gentoo.org/","ecosystem":"gentoo","default":true,"packages_count":19519,"maintainers_count":0,"namespaces_count":174,"keywords_count":1054,"github":"gentoo","metadata":{"snapshot_url":"https://distfiles.gentoo.org/snapshots/portage-latest.tar.xz","funded_packages_count":450},"icon_url":"https://github.com/gentoo.png","created_at":"2026-05-26T08:59:24.155Z","updated_at":"2026-08-12T05:05:20.132Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gentoo-portage/namespaces"}},{"id":216245,"name":"globalid","ecosystem":"rubygems","description":"URIs for your models makes it easy to pass references around.","homepage":"http://www.rubyonrails.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":[],"namespace":null,"versions_count":25,"first_release_published_at":"2014-08-18T00:01:34.551Z","latest_release_published_at":"2026-06-23T15:17:15.201Z","latest_release_number":"1.4.0","last_synced_at":"2026-08-13T04:34:22.415Z","created_at":"2022-04-05T23:45:22.782Z","updated_at":"2026-08-13T04:34:22.415Z","registry_url":"https://rubygems.org/gems/globalid","install_command":"gem install globalid -s https://rubygems.org","documentation_url":"http://www.rubydoc.info/gems/globalid/","metadata":{"funding":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T04:34:22.268Z","dependent_packages_count":37,"downloads":650621014,"downloads_period":"total","dependent_repos_count":514218,"rankings":{"downloads":0.039027218697382945,"dependent_repos_count":0.030106711566552556,"dependent_packages_count":0.6852064539869092,"stargazers_count":1.7913493382098773,"forks_count":2.3879082525841597,"docker_downloads_count":0.1477458993543783,"average":0.84689064573321},"purl":"pkg:gem/globalid","advisories":[{"uuid":"GSA_kwCzR0hTQS0yM2MyLWd3cDUtcHh3Oc4AAxDr","url":"https://github.com/advisories/GHSA-23c2-gwp5-pxw9","title":"ReDoS based DoS vulnerability in GlobalID","description":"There is a ReDoS based DoS vulnerability in the GlobalID gem. This vulnerability has been assigned the CVE identifier CVE-2023-22799.\n\nVersions Affected: \u003e= 0.2.1 Not affected: NOTAFFECTED Fixed Versions: 1.0.1\nImpact\n\nThere is a possible DoS vulnerability in the model name parsing section of the GlobalID gem. Carefully crafted input can cause the regular expression engine to take an unexpected amount of time. All users running an affected release should either upgrade or use one of the workarounds immediately.\nReleases\n\nThe FIXED releases are available at the normal locations.\nWorkarounds\n\nThere are no feasible workarounds for this issue.\nPatches\n\nTo aid users who aren’t able to upgrade immediately we have provided patches for the two supported release series. They are in git-am format and consist of a single changeset.\n\n    1-0-model-name-redos.patch - Patch for 1.0 series\n","origin":"UNSPECIFIED","severity":"LOW","published_at":"2023-01-18T18:13:19.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":0.0,"cvss_vector":null,"references":["https://github.com/rails/globalid/releases/tag/v1.0.1","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/globalid/CVE-2023-22799.yml","https://nvd.nist.gov/vuln/detail/CVE-2023-22799","https://discuss.rubyonrails.org/t/cve-2023-22799-possible-redos-based-dos-vulnerability-in-globalid/82127","https://github.com/rails/globalid/commit/4a75ecbfd73a8e92e32a1723b81a17e3136bd8fc","https://github.com/advisories/GHSA-23c2-gwp5-pxw9"],"source_kind":"github","identifiers":["GHSA-23c2-gwp5-pxw9","CVE-2023-22799"],"repository_url":"https://github.com/rails/globalid","blast_radius":0.0,"created_at":"2023-01-18T19:03:22.137Z","updated_at":"2026-07-23T21:10:22.421Z","epss_percentage":0.01049,"epss_percentile":0.60647,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yM2MyLWd3cDUtcHh3Oc4AAxDr","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0yM2MyLWd3cDUtcHh3Oc4AAxDr","packages":[{"ecosystem":"rubygems","package_name":"globalid","versions":[{"first_patched_version":"1.0.1","vulnerable_version_range":"\u003e= 0.2.1, \u003c 1.0.1"}],"purl":"pkg:gem/globalid"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yM2MyLWd3cDUtcHh3Oc4AAxDr/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/globalid","docker_dependents_count":1240,"docker_downloads_count":815201144,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/globalid/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-12T16:31:55.854Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/globalid/codemeta","maintainers":[{"uuid":"43492","login":"jhawthorn","name":null,"email":null,"url":null,"packages_count":153,"html_url":"https://rubygems.org/profiles/jhawthorn","role":null,"created_at":"2022-11-09T09:33:43.101Z","updated_at":"2022-11-09T09:33:43.101Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/jhawthorn/packages"},{"uuid":"207","login":"tenderlove","name":null,"email":null,"url":null,"packages_count":189,"html_url":"https://rubygems.org/profiles/tenderlove","role":null,"created_at":"2022-11-09T09:33:43.150Z","updated_at":"2022-11-09T09:33:43.150Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/tenderlove/packages"},{"uuid":"54617","login":"kamipo","name":null,"email":null,"url":null,"packages_count":61,"html_url":"https://rubygems.org/profiles/kamipo","role":null,"created_at":"2022-11-09T09:33:43.093Z","updated_at":"2022-11-09T09:33:43.093Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/kamipo/packages"},{"uuid":"46413","login":"byroot","name":null,"email":null,"url":null,"packages_count":102,"html_url":"https://rubygems.org/profiles/byroot","role":null,"created_at":"2022-11-09T09:33:43.108Z","updated_at":"2022-11-09T09:33:43.108Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/byroot/packages"},{"uuid":"1550","login":"webster132","name":null,"email":null,"url":null,"packages_count":81,"html_url":"https://rubygems.org/profiles/webster132","role":null,"created_at":"2022-11-09T09:33:43.114Z","updated_at":"2022-11-09T09:33:43.114Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/webster132/packages"},{"uuid":"43998","login":"guilleiguaran","name":null,"email":null,"url":null,"packages_count":85,"html_url":"https://rubygems.org/profiles/guilleiguaran","role":null,"created_at":"2022-11-09T09:33:43.166Z","updated_at":"2022-11-09T09:33:43.166Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/guilleiguaran/packages"},{"uuid":"32977","login":"fxn","name":null,"email":null,"url":null,"packages_count":61,"html_url":"https://rubygems.org/profiles/fxn","role":null,"created_at":"2022-11-09T09:33:43.143Z","updated_at":"2022-11-09T09:33:43.143Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/fxn/packages"},{"uuid":"429","login":"cantoniodasilva","name":null,"email":null,"url":null,"packages_count":67,"html_url":"https://rubygems.org/profiles/cantoniodasilva","role":null,"created_at":"2022-11-09T09:33:43.159Z","updated_at":"2022-11-09T09:33:43.159Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/cantoniodasilva/packages"},{"uuid":"47349","login":"rafaelfranca","name":null,"email":null,"url":null,"packages_count":120,"html_url":"https://rubygems.org/profiles/rafaelfranca","role":null,"created_at":"2022-11-09T09:33:43.121Z","updated_at":"2022-11-09T09:33:43.121Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/rafaelfranca/packages"},{"uuid":"337","login":"jeremydaer","name":null,"email":null,"url":null,"packages_count":69,"html_url":"https://rubygems.org/profiles/jeremydaer","role":null,"created_at":"2022-11-09T09:33:43.132Z","updated_at":"2022-11-09T09:33:43.132Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/jeremydaer/packages"},{"uuid":"528","login":"matthewd","name":null,"email":null,"url":null,"packages_count":66,"html_url":"https://rubygems.org/profiles/matthewd","role":null,"created_at":"2022-11-09T09:33:43.174Z","updated_at":"2022-11-09T09:33:43.174Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/matthewd/packages"},{"uuid":"96878","login":"eileencodes","name":null,"email":null,"url":null,"packages_count":53,"html_url":"https://rubygems.org/profiles/eileencodes","role":null,"created_at":"2022-11-09T09:33:43.189Z","updated_at":"2022-11-09T09:33:43.189Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/eileencodes/packages"}],"registry":{"name":"rubygems.org","url":"https://rubygems.org","ecosystem":"rubygems","default":true,"packages_count":210498,"maintainers_count":69457,"namespaces_count":0,"keywords_count":19391,"github":"rubygems","metadata":{"funded_packages_count":7917},"icon_url":"https://github.com/rubygems.png","created_at":"2022-04-04T15:19:23.446Z","updated_at":"2026-08-12T05:03:25.267Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/namespaces"}},{"id":12237658,"name":"globalid","ecosystem":"rubygems","description":"URIs for your models makes it easy to pass references around.","homepage":"http://www.rubyonrails.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":[],"namespace":null,"versions_count":25,"first_release_published_at":"2014-08-18T00:01:34.551Z","latest_release_published_at":"2026-06-23T15:17:15.201Z","latest_release_number":"1.4.0","last_synced_at":"2026-08-13T04:34:22.417Z","created_at":"2025-10-07T03:13:01.118Z","updated_at":"2026-08-13T04:34:22.417Z","registry_url":"https://gem.coop/gems/globalid","install_command":"gem install globalid -s https://gem.coop","documentation_url":"http://www.rubydoc.info/gems/globalid/","metadata":{"funding":null},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-13T04:34:22.281Z","dependent_packages_count":0,"downloads":650621014,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.038387715930902115,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":0.012795905310300705},"purl":"pkg:gem/globalid?repository_url=https://gem.coop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/globalid","docker_dependents_count":1240,"docker_downloads_count":815201144,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-12T16:31:55.854Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/globalid/codemeta","maintainers":[{"uuid":"207","login":"tenderlove","name":null,"email":null,"url":null,"packages_count":190,"html_url":"https://gem.coop/profiles/tenderlove","role":null,"created_at":"2025-10-07T18:55:42.603Z","updated_at":"2025-10-07T18:55:42.603Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/tenderlove/packages"},{"uuid":"1550","login":"webster132","name":null,"email":null,"url":null,"packages_count":82,"html_url":"https://gem.coop/profiles/webster132","role":null,"created_at":"2025-10-07T18:55:42.411Z","updated_at":"2025-10-07T18:55:42.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/webster132/packages"},{"uuid":"43998","login":"guilleiguaran","name":null,"email":null,"url":null,"packages_count":85,"html_url":"https://gem.coop/profiles/guilleiguaran","role":null,"created_at":"2025-10-07T18:55:42.701Z","updated_at":"2025-10-07T18:55:42.701Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/guilleiguaran/packages"},{"uuid":"32977","login":"fxn","name":null,"email":null,"url":null,"packages_count":62,"html_url":"https://gem.coop/profiles/fxn","role":null,"created_at":"2025-10-07T18:55:42.555Z","updated_at":"2025-10-07T18:55:42.555Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/fxn/packages"},{"uuid":"429","login":"cantoniodasilva","name":null,"email":null,"url":null,"packages_count":66,"html_url":"https://gem.coop/profiles/cantoniodasilva","role":null,"created_at":"2025-10-07T18:55:42.652Z","updated_at":"2025-10-07T18:55:42.652Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/cantoniodasilva/packages"},{"uuid":"47349","login":"rafaelfranca","name":null,"email":null,"url":null,"packages_count":107,"html_url":"https://gem.coop/profiles/rafaelfranca","role":null,"created_at":"2025-10-07T18:55:42.458Z","updated_at":"2025-10-07T18:55:42.458Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/rafaelfranca/packages"},{"uuid":"337","login":"jeremydaer","name":null,"email":null,"url":null,"packages_count":64,"html_url":"https://gem.coop/profiles/jeremydaer","role":null,"created_at":"2025-10-07T18:55:42.508Z","updated_at":"2025-10-07T18:55:42.508Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/jeremydaer/packages"},{"uuid":"528","login":"matthewd","name":null,"email":null,"url":null,"packages_count":66,"html_url":"https://gem.coop/profiles/matthewd","role":null,"created_at":"2025-10-07T18:55:42.763Z","updated_at":"2025-10-07T18:55:42.763Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/matthewd/packages"},{"uuid":"96878","login":"eileencodes","name":null,"email":null,"url":null,"packages_count":54,"html_url":"https://gem.coop/profiles/eileencodes","role":null,"created_at":"2025-10-07T18:55:42.808Z","updated_at":"2025-10-07T18:55:42.808Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/eileencodes/packages"},{"uuid":"46413","login":"byroot","name":null,"email":null,"url":null,"packages_count":104,"html_url":"https://gem.coop/profiles/byroot","role":null,"created_at":"2025-10-07T18:55:42.854Z","updated_at":"2025-10-07T18:55:42.854Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/byroot/packages"},{"uuid":"43492","login":"jhawthorn","name":null,"email":null,"url":null,"packages_count":153,"html_url":"https://gem.coop/profiles/jhawthorn","role":null,"created_at":"2025-10-07T18:55:42.899Z","updated_at":"2025-10-07T18:55:42.899Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/jhawthorn/packages"},{"uuid":"54617","login":"kamipo","name":null,"email":null,"url":null,"packages_count":61,"html_url":"https://gem.coop/profiles/kamipo","role":null,"created_at":"2025-10-07T18:55:42.944Z","updated_at":"2025-10-07T18:55:42.944Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/kamipo/packages"}],"registry":{"name":"gem.coop","url":"https://gem.coop","ecosystem":"rubygems","default":false,"packages_count":195080,"maintainers_count":68470,"namespaces_count":0,"keywords_count":18999,"github":"gem-coop","metadata":{"funded_packages_count":7542},"icon_url":"https://github.com/gem-coop.png","created_at":"2025-10-06T17:24:20.932Z","updated_at":"2026-08-12T05:05:26.854Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/namespaces"}},{"id":8614656,"name":"github.com/rails/globalid","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/rails/globalid","keywords_array":[],"namespace":null,"versions_count":25,"first_release_published_at":"2023-12-02T02:14:51.845Z","latest_release_published_at":"2026-06-23T15:16:59.000Z","latest_release_number":"v1.4.0","last_synced_at":"2026-08-13T05:14:42.831Z","created_at":"2023-12-02T02:14:47.797Z","updated_at":"2026-08-13T05:14:42.832Z","registry_url":"https://pkg.go.dev/github.com/rails/globalid","install_command":"go get github.com/rails/globalid","documentation_url":"https://pkg.go.dev/github.com/rails/globalid#section-documentation","metadata":{},"repo_metadata":{"id":19735094,"uuid":"22991474","full_name":"rails/globalid","owner":"rails","description":"Identify app models with a URI","archived":false,"fork":false,"pushed_at":"2026-08-08T09:26:40.000Z","size":369,"stargazers_count":1277,"open_issues_count":4,"forks_count":137,"subscribers_count":24,"default_branch":"main","last_synced_at":"2026-08-08T22:44:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/rails.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"MIT-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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-08-15T14:05:35.000Z","updated_at":"2026-08-08T09:26:48.000Z","dependencies_parsed_at":"2024-06-17T16:30:51.926Z","dependency_job_id":"aa01819a-1d6c-4761-ad1c-0075bed52b3f","html_url":"https://github.com/rails/globalid","commit_stats":{"total_commits":257,"total_committers":67,"mean_commits":"3.8358208955223883","dds":0.7587548638132295,"last_synced_commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/rails/globalid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","download_url":"https://codeload.github.com/rails/globalid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/sbom","scorecard":{"id":759281,"data":{"date":"2025-08-11","repo":{"name":"github.com/rails/globalid","commit":"e9548a3531a89abfaf036f88d4dac732355a5b80"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 9/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/rails/globalid/ci.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:3","Warn: containerImage not pinned by hash: .devcontainer/base.Dockerfile:3","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: MIT-LICENSE:0","Info: FSF or OSI recognized license: MIT License: MIT-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 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 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"}},{"name":"Vulnerabilities","score":0,"reason":"25 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-9822-6m93-xqf4","Warn: Project is vulnerable to: GHSA-fwhr-88qx-h9g7","Warn: Project is vulnerable to: GHSA-vfg9-r3fq-jvx4","Warn: Project is vulnerable to: GHSA-vfm5-rmrh-j26v","Warn: Project is vulnerable to: GHSA-x76w-6vjr-8xgj","Warn: Project is vulnerable to: GHSA-cr5q-6q9f-rq6q","Warn: Project is vulnerable to: GHSA-353f-x4gh-cqq8","Warn: Project is vulnerable to: GHSA-5w6v-399v-w3cc","Warn: Project is vulnerable to: GHSA-mrxw-mxhj-p664","Warn: Project is vulnerable to: GHSA-r95h-9x8f-r3f7","Warn: Project is vulnerable to: GHSA-vvfq-8hwr-qm4m","Warn: Project is vulnerable to: GHSA-xc9x-jj77-9p9j","Warn: Project is vulnerable to: GHSA-22f2-v57c-j9cx","Warn: Project is vulnerable to: GHSA-54rr-7fvw-6x8f","Warn: Project is vulnerable to: GHSA-7g2v-jj9q-g3rg","Warn: Project is vulnerable to: GHSA-7wqh-767x-r66v","Warn: Project is vulnerable to: GHSA-8cgq-6mh2-7j6v","Warn: Project is vulnerable to: GHSA-gjh7-p2fx-99vx","Warn: Project is vulnerable to: GHSA-vpfw-47h7-xj4g","Warn: Project is vulnerable to: GHSA-xj5v-6v4g-jfw6","Warn: Project is vulnerable to: GHSA-2x5m-9ch4-qgrr","Warn: Project is vulnerable to: GHSA-638j-pmjw-jq48","Warn: Project is vulnerable to: GHSA-cfjx-w229-hgx5","Warn: Project is vulnerable to: GHSA-rxv5-gxqc-xx8g","Warn: Project is vulnerable to: GHSA-w8gc-x259-rc7x"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-22T22:49:22.827Z","repository_id":19735094,"created_at":"2025-08-22T22:49:22.827Z","updated_at":"2025-08-22T22:49:22.827Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36432326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-09T02:00:06.528Z","response_time":130,"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":"rails","name":"Ruby on Rails","uuid":"4223","kind":"organization","description":"","email":null,"website":"https://rubyonrails.org/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4223?v=4","repositories_count":116,"last_synced_at":"2023-04-09T03:40:20.529Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/rails","funding_links":[],"total_stars":114333,"followers":null,"following":null,"created_at":"2022-11-02T16:17:13.297Z","updated_at":"2023-04-09T03:40:20.550Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rails/repositories"},"tags":[{"name":"v1.3.0","sha":"a10102196ceaa9ffec3744eda857ebe421a57134","kind":"tag","published_at":"2025-09-23T21:32:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.3.0/manifests"},{"name":"v1.2.1","sha":"488ab6c67d17219ba3b23fc5ade434a1faaa915f","kind":"tag","published_at":"2023-09-05T16:15:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.1/manifests"},{"name":"v1.2.0","sha":"27dff728fc2e8a2f04234c911cedd631bd0fbc27","kind":"tag","published_at":"2023-09-02T00:13:23.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.2.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"10673ef83e23b4ad668c356419c7f70a66cb5c70","kind":"tag","published_at":"2023-01-25T18:47:02.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.1.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"574b99fb9a23a9c637e44c0970616dd32b68e93f","kind":"tag","published_at":"2023-01-17T21:41:10.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.1","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"42f5ea6b4c638024c8865c1e4a4dbeb991198557","kind":"tag","published_at":"2021-11-25T23:16:18.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v1.0.0","html_url":"https://github.com/rails/globalid/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v1.0.0/manifests"},{"name":"v0.6.0","sha":"beab3e4bc7d3fe1af27367de6c90b4d31618ed44","kind":"tag","published_at":"2021-11-24T22:29:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.6.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"0ed21fb86ed2ad5fc6c78b10d799155558bf55b7","kind":"tag","published_at":"2021-08-02T13:04:40.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"20f6a4addb034ef5c46e7bca262fc3bebd7445df","kind":"tag","published_at":"2021-07-27T20:55:03.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"1366dc0e82ef3820ab19024c67d32d018f74efc9","kind":"tag","published_at":"2021-07-27T20:48:29.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.5.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.5.0/manifests"},{"name":"v0.4.2","sha":"c98b8091b4199510273ef3436819529dddf8b7d4","kind":"tag","published_at":"2019-01-11T13:58:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"b6abf002f677d9ca59811f1846c2ed261e011608","kind":"tag","published_at":"2017-10-24T15:47:59.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"e44679370c5b0d95e336cdfa798ef6e763845885","kind":"tag","published_at":"2017-04-16T15:35:16.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.4.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.4.0/manifests"},{"name":"v0.3.7","sha":"920ebcf980f421501ea9151291ca7cc52917fcdf","kind":"tag","published_at":"2016-07-26T20:35:46.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.7","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"8178ff2dc898a8f49dd71f6eb46f2a09712462de","kind":"tag","published_at":"2015-08-04T21:30:09.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.6","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"7a416483c30ec4d266213c75b87a333347ab6df6","kind":"tag","published_at":"2015-04-08T17:40:27.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.5","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"f7fe7ec3a66926e961bb1fd3446217cc7379781c","kind":"commit","published_at":"2015-04-08T14:53:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.4","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"62e3bb33cfc87a6f2073b6754d724d049fda3cd8","kind":"commit","published_at":"2015-02-12T17:59:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"64fb44bf8c8ebef7c0c7dbd68b19d8607e0866e7","kind":"commit","published_at":"2015-02-05T23:17:44.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"9c71bf85cbe3766bd7c1372863680ca8c160cacb","kind":"commit","published_at":"2015-02-05T19:19:20.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e4cc3643b3dd1e46d8f8525140a81fc1edfb4595","kind":"tag","published_at":"2014-09-12T16:28:15.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.3.0","html_url":"https://github.com/rails/globalid/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"5aaecafce51b9aa0bead930af57ad493db754268","kind":"tag","published_at":"2014-08-26T18:53:01.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.3","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"033bd2bf2e86c00712a19a285667479f8a2ff7d2","kind":"commit","published_at":"2014-08-18T23:31:57.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.2","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"cec187e600af9ed5639f099ffb272bcb02e817fb","kind":"commit","published_at":"2014-08-18T22:58:22.000Z","download_url":"https://codeload.github.com/rails/globalid/tar.gz/v0.2.1","html_url":"https://github.com/rails/globalid/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/rails/globalid@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/tags/v0.2.1/manifests"}]},"repo_metadata_updated_at":"2026-08-09T04:19:14.715Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.801592556016239,"dependent_packages_count":9.575730298247606,"stargazers_count":1.9718764342878214,"forks_count":2.44888674211981,"docker_downloads_count":null,"average":6.199521507667869},"purl":"pkg:golang/github.com/rails/globalid","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/rails/globalid","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/rails/globalid","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/rails/globalid/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-08T14:31:35.062Z","issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","maintainers":[{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"},{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"},{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"},{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"},{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"},{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"},{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"},{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"},{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}],"active_maintainers":[{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"},{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Frails%2Fglobalid/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2263076,"maintainers_count":0,"namespaces_count":837425,"keywords_count":122443,"github":"golang","metadata":{"funded_packages_count":65362,"sync_missing_packages_cursor":{"timestamp":"2026-08-12T00:18:10.975284Z","path":"github.com/fhunleth/muontrap","version":"v0.2.1"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-12T12:33:12.528Z","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"}}],"commits":{"id":3207,"full_name":"rails/globalid","default_branch":"main","total_commits":288,"total_committers":78,"total_bot_commits":12,"total_bot_committers":2,"mean_commits":3.6923076923076925,"dds":0.7847222222222222,"past_year_total_commits":24,"past_year_total_committers":13,"past_year_total_bot_commits":1,"past_year_total_bot_committers":1,"past_year_mean_commits":1.8461538461538463,"past_year_dds":0.7083333333333333,"last_synced_at":"2026-08-11T16:05:46.460Z","last_synced_commit":"44d611f2ebf72e5ac1369ec690c58b1df7f64fff","created_at":"2023-03-07T09:16:49.448Z","updated_at":"2026-08-11T16:05:44.483Z","committers":[{"name":"Kasper Timm Hansen","email":"kaspth@gmail.com","login":"kaspth","count":62},{"name":"Rafael Mendonça França","email":"rafael@rubyonrails.org","login":"rafaelfranca","count":42},{"name":"David Heinemeier Hansson","email":"david@loudthinking.com","login":"dhh","count":19},{"name":"Jeremy Kemper","email":"jeremykemper@gmail.com","login":"jeremy","count":13},{"name":"yuuji.yaginuma","email":"yuuji.yaginuma@gmail.com","login":"y-yagi","count":12},{"name":"Abdelkader Boudih","email":"terminale@gmail.com","login":"seuros","count":11},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":11},{"name":"Nick Veys","email":"nick@codelever.com","login":null,"count":8},{"name":"Tony Han","email":"h.bing612@gmail.com","login":"tony612","count":7},{"name":"Dan Olson","email":"olson_dan@yahoo.com","login":"DanOlson","count":5},{"name":"Jean Boussier","email":"byroot@ruby-lang.org","login":"byroot","count":5},{"name":"Rafael Mendonça França","email":"rafael.franca@plataformatec.com.br","login":null,"count":4},{"name":"Vipul A M","email":"vipulnsward@gmail.com","login":"vipulnsward","count":4},{"name":"Vít Ondruch","email":"vondruch@redhat.com","login":"voxik","count":3},{"name":"Jun Aruga","email":"jaruga@redhat.com","login":"junaruga","count":3},{"name":"Akira Matsuda","email":"ronnie@dio.jp","login":"amatsuda","count":3},{"name":"Thomas Drake-Brockman","email":"thom@sfedb.com","login":"thomasfedb","count":2},{"name":"Petrik","email":"petrik@deheus.net","login":"p8","count":2},{"name":"Olle Jonsson","email":"olle.jonsson@gmail.com","login":"olleolleolle","count":2},{"name":"Aaron Patterson","email":"tenderlove@ruby-lang.org","login":"tenderlove","count":2},{"name":"Alex Watt","email":"alex@alexcwatt.com","login":"alexcwatt","count":2},{"name":"Bradley Buda","email":"bradleybuda@gmail.com","login":"bradleybuda","count":2},{"name":"Earlopain","email":"14981592+Earlopain","login":"Earlopain","count":2},{"name":"Elia Schito","email":"elia@schito.me","login":"elia","count":2},{"name":"Eugene Kenny","email":"elkenny@gmail.com","login":"eugeneius","count":2},{"name":"George Claghorn","email":"george@basecamp.com","login":"georgeclaghorn","count":2},{"name":"Jamie Lawrence","email":"jamie@ideasasylum.com","login":"ideasasylum","count":2},{"name":"Jose Rafael Coello Alba","email":"rafael.coello@freshly.com","login":"rafacoello","count":2},{"name":"Larry Lv","email":"larrylv1990@gmail.com","login":"larrylv","count":2},{"name":"Nikita Vasilevsky","email":"nikita.vasilevsky@shopify.com","login":"nvasilevski","count":2},{"name":"Adrianna Chang","email":"adrianna.chang@shopify.com","login":"adrianna-chang-shopify","count":1},{"name":"Alex","email":"alex@tanda.co","login":"ghiculescu","count":1},{"name":"Andrey Sobolev","email":"catandscript@gmail.com","login":"duffuniverse","count":1},{"name":"Andy Atkinson","email":"andyatkinson@gmail.com","login":"andyatkinson","count":1},{"name":"Antonis Berkakis","email":"aberkakis@gmail.com","login":"berkos","count":1},{"name":"Ben Miller","email":"ben.miller@cohortsolutions.com","login":null,"count":1},{"name":"Joel Ambass","email":"joel@electricfeel.com","login":null,"count":1},{"name":"Ray Zane","email":"rzane@bodnargroup.com","login":null,"count":1},{"name":"bcrouse","email":"bcrouse@weblinc.com","login":null,"count":1},{"name":"Paul B.","email":"paul@bonaud.fr","login":"paulRbr","count":1},{"name":"Rafael Gibim","email":"9031589+Drowze","login":"Drowze","count":1},{"name":"Rainer Borene","email":"rainerborene@gmail.com","login":"rainerborene","count":1},{"name":"Rosa Gutierrez","email":"rosa@37signals.com","login":"rosa","count":1},{"name":"Ryuta Kamizono","email":"kamipo@gmail.com","login":"kamipo","count":1},{"name":"Santiago Pastorino","email":"santiago@wyeworks.com","login":"spastorino","count":1},{"name":"Sebastian Sogamoso","email":"sebasoga@gmail.com","login":"sogamoso","count":1},{"name":"Steven Harman","email":"steven@harmanly.com","login":"stevenharman","count":1},{"name":"Tekin Suleyman","email":"tekin@tekin.co.uk","login":"tekin","count":1},{"name":"Tyler Willingham","email":"171991+tylerwillingham","login":"tylerwillingham","count":1},{"name":"Yasuharu Ozaki","email":"yasuharu.ozaki@gmail.com","login":"yasuoza","count":1},{"name":"copilot-swe-agent[bot]","email":"198982749+Copilot","login":"Copilot","count":1},{"name":"heka1024","email":"heka1024@gmail.com","login":"heka1024","count":1},{"name":"lijunwei","email":"ljw532344863@sina.com","login":"liijunwei","count":1},{"name":"m-nakamura145","email":"masato.nakamura145@gmail.com","login":"m-nakamura145","count":1},{"name":"maclover7","email":"me@jonathanmoss.me","login":"maclover7","count":1},{"name":"ojab","email":"ojab@ojab.ru","login":"ojab","count":1},{"name":"ooooooo_q","email":"ooooooo-q","login":"ooooooo-q","count":1},{"name":"toshimaru","email":"me@toshimaru.net","login":"toshimaru","count":1},{"name":"Assain","email":"assainjaleel20@gmail.com","login":"assain","count":1},{"name":"Atul Bhosale","email":"atul1bhosale@gmail.com","login":"Atul9","count":1},{"name":"Ben Sheldon","email":"bensheldon@gmail.com","login":"bensheldon","count":1},{"name":"Chetan Sarva","email":"chetan@pixelcop.net","login":"chetan","count":1},{"name":"Damien Roche","email":"damienrch@gmail.com","login":"damien-roche","count":1},{"name":"Damon Aw","email":"damon.aw@gusto.com","login":"daemonsy","count":1},{"name":"Donal McBreen","email":"donal@37signals.com","login":"djmb","count":1},{"name":"Eric Boehs","email":"ericboehs@gmail.com","login":"ericboehs","count":1},{"name":"Faraz Yashar","email":"faraz.yashar@gmail.com","login":"fny","count":1},{"name":"George Claghorn","email":"gclaghorn@wistia.com","login":"georgeclaghorn-wistia","count":1},{"name":"Grachev Mikhail","email":"work@mgrachev.com","login":"mgrachev","count":1},{"name":"Herbert Ilhan Tanujaya","email":"7744han@gmail.com","login":"donjar","count":1},{"name":"Igor Zubkov","email":"igor.zubkov@gmail.com","login":"biow0lf","count":1},{"name":"Ismael Abreu","email":"ismaelga","login":"ismaelga","count":1},{"name":"Jason Kriss","email":"jasonkriss@gmail.com","login":"jasonkriss","count":1},{"name":"Johannes Opper","email":"xijo@pm.me","login":"xijo","count":1},{"name":"Kir Shatrov","email":"shatrov@me.com","login":"kirs","count":1},{"name":"Lucas Mazza","email":"lucastmazza@gmail.com","login":"lucasmazza","count":1},{"name":"Mourad De Clerck","email":"mourad@risen.be","login":"risen","count":1},{"name":"wendi","email":"ifyouseewendy@gmail.com","login":"ifyouseewendy","count":1}],"past_year_committers":[{"name":"Rafael Mendonça França","email":"rafael@rubyonrails.org","login":"rafaelfranca","count":7},{"name":"Jean Boussier","email":"byroot@ruby-lang.org","login":"byroot","count":4},{"name":"Vít Ondruch","email":"vondruch@redhat.com","login":"voxik","count":3},{"name":"copilot-swe-agent[bot]","email":"198982749+Copilot","login":"Copilot","count":1},{"name":"Tyler Willingham","email":"171991+tylerwillingham","login":"tylerwillingham","count":1},{"name":"Steven Harman","email":"steven@harmanly.com","login":"stevenharman","count":1},{"name":"Rosa Gutierrez","email":"rosa@37signals.com","login":"rosa","count":1},{"name":"Rafael Gibim","email":"9031589+Drowze","login":"Drowze","count":1},{"name":"Paul B.","email":"paul@bonaud.fr","login":"paulRbr","count":1},{"name":"Johannes Opper","email":"xijo@pm.me","login":"xijo","count":1},{"name":"Earlopain","email":"14981592+Earlopain","login":"Earlopain","count":1},{"name":"Donal McBreen","email":"donal@37signals.com","login":"djmb","count":1},{"name":"Ben Sheldon","email":"bensheldon@gmail.com","login":"bensheldon","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-12T00:00:07.637Z","repositories_count":6632088,"commits_count":915397594,"contributors_count":39043027,"owners_count":1332044,"committers_count":3295936,"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":"rails/globalid","html_url":"https://github.com/rails/globalid","last_synced_at":"2026-08-12T16:31:55.854Z","status":null,"issues_count":44,"pull_requests_count":119,"avg_time_to_close_issue":16151353.722222222,"avg_time_to_close_pull_request":6279765.020408163,"issues_closed_count":36,"pull_requests_closed_count":98,"pull_request_authors_count":66,"issue_authors_count":43,"avg_comments_per_issue":3.6136363636363638,"avg_comments_per_pull_request":1.7058823529411764,"merged_pull_requests_count":79,"bot_issues_count":0,"bot_pull_requests_count":14,"past_year_issues_count":2,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":13916536.0,"past_year_avg_time_to_close_pull_request":5357574.1,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":10,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":3.5,"past_year_avg_comments_per_pull_request":1.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"created_at":"2023-05-12T11:28:17.589Z","updated_at":"2026-08-12T16:31:55.854Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/rails%2Fglobalid/issues","issue_labels_count":{"table":{"help wanted":2,"enhancement":1,"bug":1}},"pull_request_labels_count":{"table":{"dependencies":14}},"issue_author_associations_count":{"table":{"NONE":37,"CONTRIBUTOR":6,"MEMBER":1}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":65,"NONE":32,"MEMBER":22}},"issue_authors":{"table":{"antulik":2,"Drowze":1,"nhorton":1,"giangbimin":1,"junaruga":1,"scottbarrow":1,"isikyus":1,"erikbelusic":1,"tsrivishnu":1,"sbhatore95":1,"fny":1,"rafaelfranca":1,"edimossilva":1,"intrip":1,"romikoops":1,"bensheldon":1,"amerritt14":1,"halostatue":1,"bdragon":1,"reichertm":1,"nruth":1,"seizmo":1,"ravicious":1,"jasonkarns":1,"utkarsh2102":1,"secretmike":1,"stevecrozz":1,"rafacoello":1,"avokhmin":1,"fschwahn":1,"DaanVanVugt":1,"thomasfedb":1,"tekin":1,"aergonaut":1,"alex-tan":1,"JuanitoFatas":1,"alee-ccu":1,"tetherit":1,"philipgiuliani":1,"pyromaniac":1,"ream88":1,"tylerwillingham":1,"voxik":1}},"pull_request_authors":{"table":{"dependabot[bot]":14,"y-yagi":9,"olleolleolle":5,"tylerwillingham":5,"Earlopain":4,"elia":4,"nvasilevski":3,"alexcwatt":3,"voxik":3,"georgeclaghorn":3,"junaruga":3,"berkos":2,"duffuniverse":2,"m-nakamura145":2,"kaspth":2,"vipulnsward":2,"rafaelfranca":2,"ideasasylum":2,"eugeneius":2,"shettytejas":1,"mgrachev":1,"ooooooo-q":1,"bemurphy":1,"bencrouse":1,"Atul9":1,"efatsi":1,"lucasmazza":1,"byroot":1,"paulRbr":1,"p8":1,"bensheldon":1,"formigarafa":1,"amerritt14":1,"assain":1,"xijo":1,"jonatas":1,"shetty-tejas":1,"djmb":1,"daemonsy":1,"bradleybuda":1,"rainerborene":1,"donjar":1,"Jcambass":1,"heka1024":1,"risen":1,"Copilot":1,"Drowze":1,"fattymiller":1,"rzane":1,"biow0lf":1,"rafacoello":1,"ghiculescu":1,"thomasfedb":1,"toshimaru":1,"kamipo":1,"ojab":1,"maclover7":1,"rosa":1,"casperisfine":1,"jhoffner":1,"amatsuda":1,"tekin":1,"liijunwei":1,"stevenharman":1,"fny":1,"zzak":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-13T00:00:06.201Z","repositories_count":16027830,"issues_count":40483282,"pull_requests_count":130942069,"authors_count":11441941,"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":{"CONTRIBUTOR":1,"NONE":1}},"past_year_pull_request_author_associations_count":{"table":{"CONTRIBUTOR":7,"MEMBER":2,"NONE":2}},"past_year_issue_authors":{"table":{"Drowze":1,"jasonkarns":1}},"past_year_pull_request_authors":{"table":{"tylerwillingham":3,"bensheldon":1,"byroot":1,"Copilot":1,"djmb":1,"Drowze":1,"paulRbr":1,"rosa":1,"xijo":1}},"maintainers":[{"table":{"login":"y-yagi","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/y-yagi"}},{"table":{"login":"rafaelfranca","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rafaelfranca"}},{"table":{"login":"eugeneius","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/eugeneius"}},{"table":{"login":"vipulnsward","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/vipulnsward"}},{"table":{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}},{"table":{"login":"amatsuda","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/amatsuda"}},{"table":{"login":"zzak","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zzak"}},{"table":{"login":"ghiculescu","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ghiculescu"}},{"table":{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"}},{"table":{"login":"p8","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/p8"}},{"table":{"login":"kamipo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamipo"}}],"active_maintainers":[{"table":{"login":"byroot","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/byroot"}},{"table":{"login":"rosa","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rosa"}}]}},"events":{"total":{"ReleaseEvent":1,"PullRequestEvent":13,"ForkEvent":10,"IssuesEvent":11,"WatchEvent":48,"IssueCommentEvent":17,"PushEvent":16,"PullRequestReviewCommentEvent":5,"PullRequestReviewEvent":6,"CreateEvent":1},"last_year":{"ReleaseEvent":1,"PullRequestEvent":6,"IssuesEvent":7,"WatchEvent":11,"IssueCommentEvent":9,"PushEvent":16,"PullRequestReviewCommentEvent":5,"PullRequestReviewEvent":6,"CreateEvent":1}},"keywords":[],"dependencies":[{"ecosystem":"rubygems","filepath":"Gemfile","sha":null,"kind":"manifest","created_at":"2022-07-12T05:18:30.787Z","updated_at":"2022-07-12T05:18:30.787Z","repository_link":"https://github.com/rails/globalid/blob/main/Gemfile","dependencies":[{"id":153173288,"package_name":"activemodel","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false},{"id":153173289,"package_name":"railties","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"Gemfile.lock","sha":null,"kind":"lockfile","created_at":"2022-07-12T05:18:30.980Z","updated_at":"2022-07-12T05:18:30.980Z","repository_link":"https://github.com/rails/globalid/blob/main/Gemfile.lock","dependencies":[{"id":153177139,"package_name":"globalid","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":153177140,"package_name":"actionpack","ecosystem":"rubygems","requirements":"6.1.4.1","direct":false,"kind":"runtime","optional":false},{"id":153177141,"package_name":"actionview","ecosystem":"rubygems","requirements":"6.1.4.1","direct":false,"kind":"runtime","optional":false},{"id":153177142,"package_name":"activemodel","ecosystem":"rubygems","requirements":"6.1.4.1","direct":false,"kind":"runtime","optional":false},{"id":153177143,"package_name":"activesupport","ecosystem":"rubygems","requirements":"6.1.4.1","direct":false,"kind":"runtime","optional":false},{"id":153177144,"package_name":"builder","ecosystem":"rubygems","requirements":"3.2.4","direct":false,"kind":"runtime","optional":false},{"id":153177145,"package_name":"concurrent-ruby","ecosystem":"rubygems","requirements":"1.1.9","direct":false,"kind":"runtime","optional":false},{"id":153177146,"package_name":"crass","ecosystem":"rubygems","requirements":"1.0.6","direct":false,"kind":"runtime","optional":false},{"id":153177147,"package_name":"erubi","ecosystem":"rubygems","requirements":"1.10.0","direct":false,"kind":"runtime","optional":false},{"id":153177148,"package_name":"i18n","ecosystem":"rubygems","requirements":"1.8.11","direct":false,"kind":"runtime","optional":false},{"id":153177149,"package_name":"loofah","ecosystem":"rubygems","requirements":"2.18.0","direct":false,"kind":"runtime","optional":false},{"id":153177150,"package_name":"method_source","ecosystem":"rubygems","requirements":"1.0.0","direct":false,"kind":"runtime","optional":false},{"id":153177151,"package_name":"mini_portile2","ecosystem":"rubygems","requirements":"2.6.1","direct":false,"kind":"runtime","optional":false},{"id":153177152,"package_name":"minitest","ecosystem":"rubygems","requirements":"5.14.4","direct":false,"kind":"runtime","optional":false},{"id":153177153,"package_name":"nokogiri","ecosystem":"rubygems","requirements":"1.12.5","direct":false,"kind":"runtime","optional":false},{"id":153177154,"package_name":"racc","ecosystem":"rubygems","requirements":"1.6.0","direct":false,"kind":"runtime","optional":false},{"id":153177155,"package_name":"rack","ecosystem":"rubygems","requirements":"2.2.3.1","direct":false,"kind":"runtime","optional":false},{"id":153177156,"package_name":"rack-test","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":153177157,"package_name":"rails-dom-testing","ecosystem":"rubygems","requirements":"2.0.3","direct":false,"kind":"runtime","optional":false},{"id":153177158,"package_name":"rails-html-sanitizer","ecosystem":"rubygems","requirements":"1.4.3","direct":false,"kind":"runtime","optional":false},{"id":153177159,"package_name":"railties","ecosystem":"rubygems","requirements":"6.1.4.1","direct":false,"kind":"runtime","optional":false},{"id":153177160,"package_name":"rake","ecosystem":"rubygems","requirements":"13.0.6","direct":false,"kind":"runtime","optional":false},{"id":153177161,"package_name":"thor","ecosystem":"rubygems","requirements":"1.1.0","direct":false,"kind":"runtime","optional":false},{"id":153177162,"package_name":"tzinfo","ecosystem":"rubygems","requirements":"2.0.4","direct":false,"kind":"runtime","optional":false},{"id":153177163,"package_name":"zeitwerk","ecosystem":"rubygems","requirements":"2.5.1","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"rubygems","filepath":"globalid.gemspec","sha":null,"kind":"manifest","created_at":"2022-07-12T05:18:31.136Z","updated_at":"2022-07-12T05:18:31.136Z","repository_link":"https://github.com/rails/globalid/blob/main/globalid.gemspec","dependencies":[{"id":153178090,"package_name":"activesupport","ecosystem":"rubygems","requirements":"\u003e= 5.0","direct":true,"kind":"runtime","optional":false},{"id":153178091,"package_name":"rake","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-01-13T20:33:06.746Z","updated_at":"2023-01-13T20:33:06.746Z","repository_link":"https://github.com/rails/globalid/blob/main/.github/workflows/ci.yml","dependencies":[{"id":6891384387,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":6891384388,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":".devcontainer/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-01-13T20:33:06.761Z","updated_at":"2023-01-13T20:33:06.761Z","repository_link":"https://github.com/rails/globalid/blob/main/.devcontainer/Dockerfile","dependencies":[{"id":6891384389,"package_name":"mcr.microsoft.com/vscode/devcontainers/ruby","ecosystem":"docker","requirements":"0-${VARIANT}","direct":true,"kind":"build","optional":false}]}],"score":33.31111068085876,"created_at":"2024-06-13T11:02:27.417Z","updated_at":"2026-08-13T17:01:30.654Z","avatar_url":"https://github.com/rails.png","language":"Ruby","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/123448","html_url":"https://summary.ecosyste.ms/projects/123448"}