{"id":89,"name":null,"description":"Ruby Implementation of the BSON Specification (2.0.0+)","url":"https://github.com/mongodb/bson-ruby","last_synced_at":"2026-04-30T17:00:40.655Z","repository":{"id":7985601,"uuid":"9390430","full_name":"mongodb/bson-ruby","owner":"mongodb","description":"Ruby Implementation of the BSON Specification (2.0.0+)","archived":false,"fork":false,"pushed_at":"2026-04-06T14:40:02.000Z","size":2358,"stargazers_count":81,"open_issues_count":3,"forks_count":111,"subscribers_count":37,"default_branch":"master","last_synced_at":"2026-04-10T10:25:57.244Z","etag":null,"topics":["mongodb","ruby"],"latest_commit_sha":null,"homepage":"http://bsonspec.org","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-04-12T09:01:30.000Z","updated_at":"2026-04-10T06:14:20.000Z","dependencies_parsed_at":"2024-06-13T17:53:48.366Z","dependency_job_id":"626d2556-8e39-43c5-8638-45a2a527a2db","html_url":"https://github.com/mongodb/bson-ruby","commit_stats":{"total_commits":1237,"total_committers":76,"mean_commits":"16.276315789473685","dds":0.5238480194017785,"last_synced_commit":"fac91a95573f66b81cd781a5c0fd92fbb1eae0ba"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb/bson-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/sbom","scorecard":{"id":658458,"data":{"date":"2025-08-11","repo":{"name":"github.com/mongodb/bson-ruby","commit":"40492392f80954fc9ea2482c4eda2c3c93da9e67"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"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":"Code-Review","score":9,"reason":"Found 29/30 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/cleanup.yml:25","Info: jobLevel 'packages' permission set to 'read': .github/workflows/cleanup.yml:28","Info: jobLevel 'actions' permission set to 'read': .github/workflows/cleanup.yml:31","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/cleanup.yml:32","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Warn: no topLevel permission defined: .github/workflows/bson-ruby.yml:1","Warn: no topLevel permission defined: .github/workflows/cleanup.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/release.yml:26","Info: topLevel 'packages' permission set to 'read': .github/workflows/release.yml:29","Info: topLevel 'actions' permission set to 'read': .github/workflows/release.yml:32","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/release.yml:33","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:34"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/cleanup.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeql.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":8,"reason":"4 out of the last 4 releases have a total of 4 signed artifacts.","details":["Info: signed release artifact: bson-5.1.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","Info: signed release artifact: bson-5.1.0-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","Info: signed release artifact: bson-5.0.2-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","Info: signed release artifact: bson-5.0.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","Warn: release artifact v5.1.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/226296954","Warn: release artifact v5.1.0 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/225640725","Warn: release artifact v5.0.2 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/186144816","Warn: release artifact v5.0.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/166719707"],"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":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Warn: 'up-to-date branches' is disabled on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 23 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T15:21:58.874Z","repository_id":7985601,"created_at":"2025-08-21T15:21:58.874Z","updated_at":"2025-08-21T15:21:58.874Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"mongodb","name":"mongodb","uuid":"45120","kind":"organization","description":"","email":"iteng@mongodb.com","website":"http://www.mongodb.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45120?v=4","repositories_count":273,"last_synced_at":"2025-04-05T00:02:27.902Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mongodb","funding_links":[],"total_stars":93009,"followers":3588,"following":0,"created_at":"2022-11-02T16:21:32.383Z","updated_at":"2025-04-05T00:02:27.902Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb/repositories"},"packages":[{"id":11658322,"name":"github.com/mongodb/bson-ruby","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mongodb/bson-ruby","keywords_array":[],"namespace":null,"versions_count":67,"first_release_published_at":"2013-12-02T00:08:30.000Z","latest_release_published_at":"2025-10-16T14:48:02.000Z","latest_release_number":"v5.2.0+incompatible","last_synced_at":"2026-04-28T16:04:04.192Z","created_at":"2025-05-19T10:12:08.994Z","updated_at":"2026-04-28T16:04:04.192Z","registry_url":"https://pkg.go.dev/github.com/mongodb/bson-ruby","install_command":"go get github.com/mongodb/bson-ruby","documentation_url":"https://pkg.go.dev/github.com/mongodb/bson-ruby#section-documentation","metadata":{},"repo_metadata":{"id":7985601,"uuid":"9390430","full_name":"mongodb/bson-ruby","owner":"mongodb","description":"Ruby Implementation of the BSON Specification (2.0.0+)","archived":false,"fork":false,"pushed_at":"2025-10-16T14:51:25.000Z","size":2375,"stargazers_count":82,"open_issues_count":3,"forks_count":110,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-10-19T09:46:50.793Z","etag":null,"topics":["mongodb","ruby"],"latest_commit_sha":null,"homepage":"http://bsonspec.org","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-04-12T09:01:30.000Z","updated_at":"2025-10-16T14:48:07.000Z","dependencies_parsed_at":"2024-06-13T17:53:48.366Z","dependency_job_id":"626d2556-8e39-43c5-8638-45a2a527a2db","html_url":"https://github.com/mongodb/bson-ruby","commit_stats":{"total_commits":1237,"total_committers":76,"mean_commits":"16.276315789473685","dds":0.5238480194017785,"last_synced_commit":"fac91a95573f66b81cd781a5c0fd92fbb1eae0ba"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb/bson-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/sbom","scorecard":{"id":658458,"data":{"date":"2025-08-11","repo":{"name":"github.com/mongodb/bson-ruby","commit":"40492392f80954fc9ea2482c4eda2c3c93da9e67"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"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":"Code-Review","score":9,"reason":"Found 29/30 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/cleanup.yml:25","Info: jobLevel 'packages' permission set to 'read': .github/workflows/cleanup.yml:28","Info: jobLevel 'actions' permission set to 'read': .github/workflows/cleanup.yml:31","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/cleanup.yml:32","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Warn: no topLevel permission defined: .github/workflows/bson-ruby.yml:1","Warn: no topLevel permission defined: .github/workflows/cleanup.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/release.yml:26","Info: topLevel 'packages' permission set to 'read': .github/workflows/release.yml:29","Info: topLevel 'actions' permission set to 'read': .github/workflows/release.yml:32","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/release.yml:33","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:34"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/cleanup.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeql.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":8,"reason":"4 out of the last 4 releases have a total of 4 signed artifacts.","details":["Info: signed release artifact: bson-5.1.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","Info: signed release artifact: bson-5.1.0-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","Info: signed release artifact: bson-5.0.2-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","Info: signed release artifact: bson-5.0.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","Warn: release artifact v5.1.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/226296954","Warn: release artifact v5.1.0 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/225640725","Warn: release artifact v5.0.2 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/186144816","Warn: release artifact v5.0.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/166719707"],"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":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Warn: 'up-to-date branches' is disabled on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 23 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T15:21:58.874Z","repository_id":7985601,"created_at":"2025-08-21T15:21:58.874Z","updated_at":"2025-08-21T15:21:58.874Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280167641,"owners_count":26283991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"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":"mongodb","name":"mongodb","uuid":"45120","kind":"organization","description":"","email":"iteng@mongodb.com","website":"http://www.mongodb.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45120?v=4","repositories_count":273,"last_synced_at":"2025-04-05T00:02:27.902Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mongodb","funding_links":[],"total_stars":93009,"followers":3588,"following":0,"created_at":"2022-11-02T16:21:32.383Z","updated_at":"2025-04-05T00:02:27.902Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb/repositories"},"tags":[{"name":"v5.1.1","sha":"a481092d52fa2f4e5372f5080521580a58ae76ac","kind":"tag","published_at":"2025-06-18T22:14:06.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"59cf520c6419f860fe5ae4ab0edc15c9cc26321c","kind":"tag","published_at":"2025-06-16T17:50:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.0/manifests"},{"name":"v5.0.2","sha":"8401fb372fe07174224b6b84f10e4bd0cfb7ca21","kind":"tag","published_at":"2024-11-19T09:48:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"d7e5bf1839337222843d9a0b0165215e4b1eab2a","kind":"tag","published_at":"2024-07-23T14:16:17.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"04602accc42dc4efb16b2171f134993e2864a3fc","kind":"tag","published_at":"2024-02-13T17:20:14.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.0/manifests"},{"name":"v4.15.0","sha":"a9d0671dd8c74d3cba979d5049044aadc4b9baa3","kind":"tag","published_at":"2022-04-21T14:50:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.15.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.15.0/manifests"},{"name":"v4.14.1","sha":"5a8e17cc00d818a9a6c38667e1d016aaf9e95580","kind":"tag","published_at":"2022-02-03T15:16:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.14.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"6cf34186c7bd45e82836203cf8a3e933b2db526c","kind":"tag","published_at":"2022-01-13T20:11:25.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.14.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"9cbc582e83c3252ef2b55545bbe251e1dfd5b812","kind":"tag","published_at":"2021-12-23T20:46:33.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.13.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.13.0/manifests"},{"name":"v4.12.1","sha":"95ae234a5cabd398a79baabd432fa971dc1a9473","kind":"tag","published_at":"2021-05-28T15:31:43.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.12.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.1/manifests"},{"name":"v4.12.0","sha":"13c42e1ca47f47abdb15485ef5615a9189549a97","kind":"tag","published_at":"2021-02-09T14:22:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.12.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.0/manifests"},{"name":"v4.11.1","sha":"0c4914b22ac0089586a6e7599a2294b25d2ef2d3","kind":"tag","published_at":"2020-11-04T15:57:32.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.11.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.1/manifests"},{"name":"v4.11.0","sha":"42bcd09ff3d8ed9ebc37abdbe3bec8919c5779ac","kind":"tag","published_at":"2020-10-21T15:21:40.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.11.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.0/manifests"},{"name":"v4.10.1","sha":"6609c11842a3c02d607fa74d3a4e741fef31fb8c","kind":"tag","published_at":"2020-10-13T20:06:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.10.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.1/manifests"},{"name":"v4.9.5","sha":"891b64a827fc155509649cc372d274b5219d4311","kind":"tag","published_at":"2020-10-13T19:59:15.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.5","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.5/manifests"},{"name":"v4.10.0","sha":"1bbd983e2512d754843771a8029a1a5bed796068","kind":"tag","published_at":"2020-07-17T18:53:31.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.10.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.0/manifests"},{"name":"v4.9.4","sha":"c6b9d283ad34d03d5777b3bf0e508526b5e0485b","kind":"tag","published_at":"2020-06-29T16:51:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.4/manifests"},{"name":"v4.9.3","sha":"185ee0b7d6df3b2bdf1e1f05ef934b79c4f11076","kind":"commit","published_at":"2020-06-24T16:40:13.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.3/manifests"},{"name":"v4.9.2","sha":"634c5fd4ab66ae23ebffe7c88e0e3b5e4e7d9d47","kind":"tag","published_at":"2020-06-08T17:07:16.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.2/manifests"},{"name":"v4.9.1","sha":"2659b25e7f9167fcfd210a275fb95fe8b8c4b838","kind":"tag","published_at":"2020-06-04T15:31:36.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.1/manifests"},{"name":"v4.9.0","sha":"72ce891ddffc4c5d9d097e8b54e826b9167ba07b","kind":"tag","published_at":"2020-06-02T15:32:04.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.0/manifests"},{"name":"v4.8.2","sha":"3aa61af26853a51fa35030cc6dbbb3e0ddabfcf8","kind":"tag","published_at":"2020-03-04T22:41:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"a36286cd69b95eeda80523e6d7ef0e18a97a7168","kind":"tag","published_at":"2020-03-03T21:13:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"4dd9e72d1e787c6755284f5de629a70f6198dd6d","kind":"tag","published_at":"2020-02-27T16:12:22.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"d10774142cbce323b5a868b75313ae23abe9fb6c","kind":"tag","published_at":"2020-01-23T19:38:21.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.7.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"ece1044360ef51353125b8f3601b9e211ccc89c6","kind":"tag","published_at":"2019-12-13T22:17:30.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.7.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa73c19b2ece98d58e54705aa9e35db6d16ad8de","kind":"tag","published_at":"2019-10-30T20:04:24.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.6.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.6.0/manifests"},{"name":"v4.5.0","sha":"7234b8dc7ec7b1b8ace122e59e4f196ee42e14cb","kind":"tag","published_at":"2019-05-23T17:53:26.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.5.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.5.0/manifests"},{"name":"v4.4.2","sha":"32f29f7270805e369e4d18a50be6f7fc53954392","kind":"tag","published_at":"2019-01-22T18:37:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.4.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.2/manifests"},{"name":"v4.4.1","sha":"70cdedaf87968cd7dfe96eee91a5603375cfcdea","kind":"tag","published_at":"2019-01-17T22:31:43.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.4.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.1/manifests"},{"name":"v4.3.0","sha":"48126efe739bc742654946f1c678a82ee961ae7c","kind":"tag","published_at":"2018-01-17T14:44:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.3.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0/manifests"},{"name":"v4.3.0.beta","sha":"a5c13be6f3a45902941b0745262ab6f2302cb57c","kind":"tag","published_at":"2017-09-20T11:17:15.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.3.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.3.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.3.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0.beta/manifests"},{"name":"v3.2.7","sha":"ab8620b5e43715dc08f513881e5cd7227530b5e2","kind":"tag","published_at":"2017-07-03T14:51:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.7","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.7/manifests"},{"name":"v4.2.2","sha":"a3e7fc1c6a5127fc97faa8639bae8910b3e363c1","kind":"tag","published_at":"2017-07-03T12:15:42.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"b6094d188b65721e1d7492d53fff8011981ccba0","kind":"tag","published_at":"2016-12-19T16:08:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"f82685391c9257a53e78c60859c71b59693a7172","kind":"tag","published_at":"2016-11-29T15:39:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0/manifests"},{"name":"v4.2.0.rc1","sha":"2b8e3aa7eb251b0a7f007841fbdf5fef07aafd9c","kind":"tag","published_at":"2016-11-01T10:11:51.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0.rc1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc1/manifests"},{"name":"v4.2.0.rc0","sha":"7acbcd18d5552a87d009f374db84367640a73896","kind":"tag","published_at":"2016-09-19T12:47:41.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0.rc0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0.rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0.rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc0/manifests"},{"name":"v4.1.1","sha":"3e6fdd0bcad8671a7865e1a7ef6f3ca628eccb9d","kind":"tag","published_at":"2016-04-27T09:24:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"31a9b6687dbd0dc9d246d795cbba78eef1a513ba","kind":"tag","published_at":"2016-04-14T15:27:20.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"aab164603e625d85e2cc4af22073f50b68eab66b","kind":"tag","published_at":"2016-03-06T21:58:02.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"3929a5e6d1a64916cc0879571ad477014489c592","kind":"tag","published_at":"2016-02-28T10:07:38.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"be8381cf6500495b2e20bc1484bb5134401c8b7f","kind":"tag","published_at":"2016-02-18T10:49:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"512973a0e61858783ffcf7ed11d40ee84ca83df9","kind":"tag","published_at":"2016-01-25T10:29:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"63e1a18beb621488e42eb00ce57f1471f5b23979","kind":"tag","published_at":"2015-12-07T15:07:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0/manifests"},{"name":"v4.0.0.rc0","sha":"5c476896def85df730c3e6b8d5931a63c8a442ed","kind":"tag","published_at":"2015-11-10T18:04:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0.rc0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0.rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0.rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.rc0/manifests"},{"name":"v4.0.0.beta","sha":"4be2546fcc2b34c93c18087e0b11f1f45f0ef03d","kind":"tag","published_at":"2015-10-28T15:33:39.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.beta/manifests"},{"name":"v3.2.6","sha":"ca4410a5856d4a671b3a4c3e06546a6065799bc6","kind":"tag","published_at":"2015-10-08T13:31:14.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.6","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.6/manifests"},{"name":"v3.2.4","sha":"080f50af965a248b371caa0a38400350f210d7cb","kind":"tag","published_at":"2015-09-04T10:00:00.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.4/manifests"},{"name":"v3.2.3","sha":"f1cbeb55400acc7c15afd04645fa53f99473678c","kind":"tag","published_at":"2015-09-03T11:08:59.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.3/manifests"},{"name":"v3.2.2","sha":"02144e95c42a07bb90dd2dba0f205c4b1dd5b31d","kind":"tag","published_at":"2015-09-03T10:58:50.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"8b145d8be13d1e9adbf5a6f37084c5cae4289252","kind":"tag","published_at":"2015-07-30T18:06:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"70e643f28562bca4f8c2ed70fdc53fc488458756","kind":"tag","published_at":"2015-07-22T12:16:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.0/manifests"},{"name":"v3.1.2","sha":"fb73fb8339887774255ece92fc72da255a3c2389","kind":"tag","published_at":"2015-07-01T08:23:24.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"a807b83dd377118acd469d80e13b88bc483f101c","kind":"tag","published_at":"2015-06-23T14:40:09.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"e143dd23793c5a4d9b934069131f79a6583aedb5","kind":"tag","published_at":"2015-06-11T06:33:04.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.0/manifests"},{"name":"v3.0.4","sha":"28f34978a85b689a4480b4d343389bf4886522e7","kind":"tag","published_at":"2015-06-04T10:59:19.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"7446d7c6764dfda8dc4480ce16d5c023e74be5ca","kind":"tag","published_at":"2015-05-19T18:32:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"82a4a32fbfa5c6179013cd768a14c8b29ec81482","kind":"tag","published_at":"2015-04-23T12:42:23.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"4335f794151d76acbc377d83c7c5448eef420284","kind":"tag","published_at":"2015-03-30T11:04:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"84d8acd32ce9067ad646755e52f472a6ad685918","kind":"tag","published_at":"2015-02-18T09:50:38.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.0/manifests"},{"name":"v2.3.0","sha":"c32618b8b0b2e450a1ca83aac031cb721fe879a1","kind":"tag","published_at":"2014-06-02T15:56:03.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.3.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.3.0/manifests"},{"name":"v2.2.4","sha":"5161363fbc4e2e2fec6513884197166355690150","kind":"tag","published_at":"2014-05-20T17:24:41.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"4b726a985869d44a39b0c96366945cc7c9ca475f","kind":"tag","published_at":"2014-05-05T16:02:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"807a20a5d603c676c7eaf32a4acdbcb999fd4d96","kind":"tag","published_at":"2014-04-03T17:15:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"0e77abdca2664d1ea65193b88747e25e99266aa5","kind":"tag","published_at":"2014-02-19T15:37:30.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"af149c954b20564ddbf25006f015f2aa47aced01","kind":"tag","published_at":"2014-01-24T14:25:59.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"4cde4f86ec8076d26b053cd7ebfbcb24e8a5d749","kind":"tag","published_at":"2014-01-16T09:11:11.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"7311001da057e85d5178420f20ce67f225324df7","kind":"tag","published_at":"2014-01-15T19:35:08.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"e3a5b2ce494348363ee0b6f0252f9a692edeae23","kind":"tag","published_at":"2014-01-10T05:59:21.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"e9dde8aebba4465643c0937728e704854a258d43","kind":"tag","published_at":"2013-12-02T00:09:17.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0/manifests"},{"name":"v2.0.0.rc3","sha":"56e025f0da4015a827559886a93fb0155d10250e","kind":"tag","published_at":"2013-10-14T15:42:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc3/manifests"},{"name":"v2.0.0.rc2","sha":"25ab7fbcef417ec0aed8b6510b87638d906e2842","kind":"tag","published_at":"2013-09-23T13:10:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc2/manifests"},{"name":"v2.0.0.rc1","sha":"eb40859f318ed03d2ea4639d85f28752810e8a18","kind":"tag","published_at":"2013-06-20T12:06:52.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc1/manifests"},{"name":"v2.0.0.rc","sha":"fc83a2bca4bfcaa579b416e40441a836cc1902ea","kind":"tag","published_at":"2013-06-09T13:18:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc/manifests"},{"name":"v2.0.0.beta","sha":"06d9a53adc63bc47912fa715bedb61ad15fa3eec","kind":"tag","published_at":"2013-05-09T16:28:25.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.beta/manifests"},{"name":"v2.0.0.alpha","sha":"30062f2b84cef39dd8af632f5a04e17bece93903","kind":"tag","published_at":"2013-05-08T14:49:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.alpha","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.alpha/manifests"}]},"repo_metadata_updated_at":"2025-10-20T23:03:11.046Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.847921314025527,"dependent_packages_count":5.480201576096057,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.664061445060792},"purl":"pkg:golang/github.com/mongodb/bson-ruby","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/mongodb/bson-ruby","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/mongodb/bson-ruby","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/mongodb/bson-ruby/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-19T08:57:57.346Z","issues_count":0,"pull_requests_count":185,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1183416.8830409357,"issues_closed_count":0,"pull_requests_closed_count":171,"pull_request_authors_count":23,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.7783783783783784,"merged_pull_requests_count":154,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":457915.5925925926,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.9210526315789473,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/issues","maintainers":[{"login":"comandeo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/comandeo"},{"login":"alexbevi","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbevi"},{"login":"alcaeus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alcaeus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmongodb%2Fbson-ruby/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmongodb%2Fbson-ruby/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmongodb%2Fbson-ruby/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmongodb%2Fbson-ruby/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmongodb%2Fbson-ruby/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2119755,"maintainers_count":0,"namespaces_count":782439,"keywords_count":112823,"github":"golang","metadata":{"funded_packages_count":53495},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-04-19T05:14:45.920Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":169064,"name":"bson","ecosystem":"rubygems","description":"A fully featured BSON specification implementation in Ruby","homepage":"https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mongodb/bson-ruby","keywords_array":[],"namespace":null,"versions_count":279,"first_release_published_at":"2010-04-07T22:42:46.104Z","latest_release_published_at":"2025-10-16T14:51:53.367Z","latest_release_number":"5.2.0","last_synced_at":"2026-03-18T15:03:04.676Z","created_at":"2022-04-05T18:33:03.873Z","updated_at":"2026-04-23T14:18:52.162Z","registry_url":"https://rubygems.org/gems/bson","install_command":"gem install bson -s https://rubygems.org","documentation_url":"http://www.rubydoc.info/gems/bson/","metadata":{"funding":null},"repo_metadata":{"id":7985601,"uuid":"9390430","full_name":"mongodb/bson-ruby","owner":"mongodb","description":"Ruby Implementation of the BSON Specification (2.0.0+)","archived":false,"fork":false,"pushed_at":"2025-10-16T14:51:25.000Z","size":2375,"stargazers_count":82,"open_issues_count":3,"forks_count":110,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-10-19T09:46:50.793Z","etag":null,"topics":["mongodb","ruby"],"latest_commit_sha":null,"homepage":"http://bsonspec.org","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-04-12T09:01:30.000Z","updated_at":"2025-10-16T14:48:07.000Z","dependencies_parsed_at":"2024-06-13T17:53:48.366Z","dependency_job_id":"626d2556-8e39-43c5-8638-45a2a527a2db","html_url":"https://github.com/mongodb/bson-ruby","commit_stats":{"total_commits":1237,"total_committers":76,"mean_commits":"16.276315789473685","dds":0.5238480194017785,"last_synced_commit":"fac91a95573f66b81cd781a5c0fd92fbb1eae0ba"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb/bson-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/sbom","scorecard":{"id":658458,"data":{"date":"2025-08-11","repo":{"name":"github.com/mongodb/bson-ruby","commit":"40492392f80954fc9ea2482c4eda2c3c93da9e67"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"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":"Code-Review","score":9,"reason":"Found 29/30 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/cleanup.yml:25","Info: jobLevel 'packages' permission set to 'read': .github/workflows/cleanup.yml:28","Info: jobLevel 'actions' permission set to 'read': .github/workflows/cleanup.yml:31","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/cleanup.yml:32","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Warn: no topLevel permission defined: .github/workflows/bson-ruby.yml:1","Warn: no topLevel permission defined: .github/workflows/cleanup.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/release.yml:26","Info: topLevel 'packages' permission set to 'read': .github/workflows/release.yml:29","Info: topLevel 'actions' permission set to 'read': .github/workflows/release.yml:32","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/release.yml:33","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:34"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/cleanup.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeql.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":8,"reason":"4 out of the last 4 releases have a total of 4 signed artifacts.","details":["Info: signed release artifact: bson-5.1.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","Info: signed release artifact: bson-5.1.0-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","Info: signed release artifact: bson-5.0.2-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","Info: signed release artifact: bson-5.0.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","Warn: release artifact v5.1.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/226296954","Warn: release artifact v5.1.0 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/225640725","Warn: release artifact v5.0.2 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/186144816","Warn: release artifact v5.0.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/166719707"],"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":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Warn: 'up-to-date branches' is disabled on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 23 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T15:21:58.874Z","repository_id":7985601,"created_at":"2025-08-21T15:21:58.874Z","updated_at":"2025-08-21T15:21:58.874Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280167641,"owners_count":26283991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"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":"mongodb","name":"mongodb","uuid":"45120","kind":"organization","description":"","email":"iteng@mongodb.com","website":"http://www.mongodb.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45120?v=4","repositories_count":273,"last_synced_at":"2025-04-05T00:02:27.902Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mongodb","funding_links":[],"total_stars":93009,"followers":3588,"following":0,"created_at":"2022-11-02T16:21:32.383Z","updated_at":"2025-04-05T00:02:27.902Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb/repositories"},"tags":[{"name":"v5.1.1","sha":"a481092d52fa2f4e5372f5080521580a58ae76ac","kind":"tag","published_at":"2025-06-18T22:14:06.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.1/manifests"},{"name":"v5.1.0","sha":"59cf520c6419f860fe5ae4ab0edc15c9cc26321c","kind":"tag","published_at":"2025-06-16T17:50:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.1.0/manifests"},{"name":"v5.0.2","sha":"8401fb372fe07174224b6b84f10e4bd0cfb7ca21","kind":"tag","published_at":"2024-11-19T09:48:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.2/manifests"},{"name":"v5.0.1","sha":"d7e5bf1839337222843d9a0b0165215e4b1eab2a","kind":"tag","published_at":"2024-07-23T14:16:17.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"04602accc42dc4efb16b2171f134993e2864a3fc","kind":"tag","published_at":"2024-02-13T17:20:14.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v5.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v5.0.0/manifests"},{"name":"v4.15.0","sha":"a9d0671dd8c74d3cba979d5049044aadc4b9baa3","kind":"tag","published_at":"2022-04-21T14:50:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.15.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.15.0/manifests"},{"name":"v4.14.1","sha":"5a8e17cc00d818a9a6c38667e1d016aaf9e95580","kind":"tag","published_at":"2022-02-03T15:16:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.14.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.1/manifests"},{"name":"v4.14.0","sha":"6cf34186c7bd45e82836203cf8a3e933b2db526c","kind":"tag","published_at":"2022-01-13T20:11:25.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.14.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.14.0/manifests"},{"name":"v4.13.0","sha":"9cbc582e83c3252ef2b55545bbe251e1dfd5b812","kind":"tag","published_at":"2021-12-23T20:46:33.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.13.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.13.0/manifests"},{"name":"v4.12.1","sha":"95ae234a5cabd398a79baabd432fa971dc1a9473","kind":"tag","published_at":"2021-05-28T15:31:43.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.12.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.1/manifests"},{"name":"v4.12.0","sha":"13c42e1ca47f47abdb15485ef5615a9189549a97","kind":"tag","published_at":"2021-02-09T14:22:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.12.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.12.0/manifests"},{"name":"v4.11.1","sha":"0c4914b22ac0089586a6e7599a2294b25d2ef2d3","kind":"tag","published_at":"2020-11-04T15:57:32.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.11.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.1/manifests"},{"name":"v4.11.0","sha":"42bcd09ff3d8ed9ebc37abdbe3bec8919c5779ac","kind":"tag","published_at":"2020-10-21T15:21:40.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.11.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.11.0/manifests"},{"name":"v4.10.1","sha":"6609c11842a3c02d607fa74d3a4e741fef31fb8c","kind":"tag","published_at":"2020-10-13T20:06:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.10.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.1/manifests"},{"name":"v4.9.5","sha":"891b64a827fc155509649cc372d274b5219d4311","kind":"tag","published_at":"2020-10-13T19:59:15.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.5","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.5/manifests"},{"name":"v4.10.0","sha":"1bbd983e2512d754843771a8029a1a5bed796068","kind":"tag","published_at":"2020-07-17T18:53:31.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.10.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.10.0/manifests"},{"name":"v4.9.4","sha":"c6b9d283ad34d03d5777b3bf0e508526b5e0485b","kind":"tag","published_at":"2020-06-29T16:51:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.4/manifests"},{"name":"v4.9.3","sha":"185ee0b7d6df3b2bdf1e1f05ef934b79c4f11076","kind":"commit","published_at":"2020-06-24T16:40:13.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.3/manifests"},{"name":"v4.9.2","sha":"634c5fd4ab66ae23ebffe7c88e0e3b5e4e7d9d47","kind":"tag","published_at":"2020-06-08T17:07:16.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.2/manifests"},{"name":"v4.9.1","sha":"2659b25e7f9167fcfd210a275fb95fe8b8c4b838","kind":"tag","published_at":"2020-06-04T15:31:36.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.1/manifests"},{"name":"v4.9.0","sha":"72ce891ddffc4c5d9d097e8b54e826b9167ba07b","kind":"tag","published_at":"2020-06-02T15:32:04.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.9.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.9.0/manifests"},{"name":"v4.8.2","sha":"3aa61af26853a51fa35030cc6dbbb3e0ddabfcf8","kind":"tag","published_at":"2020-03-04T22:41:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.2/manifests"},{"name":"v4.8.1","sha":"a36286cd69b95eeda80523e6d7ef0e18a97a7168","kind":"tag","published_at":"2020-03-03T21:13:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.1/manifests"},{"name":"v4.8.0","sha":"4dd9e72d1e787c6755284f5de629a70f6198dd6d","kind":"tag","published_at":"2020-02-27T16:12:22.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.8.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.8.0/manifests"},{"name":"v4.7.1","sha":"d10774142cbce323b5a868b75313ae23abe9fb6c","kind":"tag","published_at":"2020-01-23T19:38:21.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.7.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.1/manifests"},{"name":"v4.7.0","sha":"ece1044360ef51353125b8f3601b9e211ccc89c6","kind":"tag","published_at":"2019-12-13T22:17:30.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.7.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.7.0/manifests"},{"name":"v4.6.0","sha":"aa73c19b2ece98d58e54705aa9e35db6d16ad8de","kind":"tag","published_at":"2019-10-30T20:04:24.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.6.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.6.0/manifests"},{"name":"v4.5.0","sha":"7234b8dc7ec7b1b8ace122e59e4f196ee42e14cb","kind":"tag","published_at":"2019-05-23T17:53:26.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.5.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.5.0/manifests"},{"name":"v4.4.2","sha":"32f29f7270805e369e4d18a50be6f7fc53954392","kind":"tag","published_at":"2019-01-22T18:37:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.4.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.2/manifests"},{"name":"v4.4.1","sha":"70cdedaf87968cd7dfe96eee91a5603375cfcdea","kind":"tag","published_at":"2019-01-17T22:31:43.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.4.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.4.1/manifests"},{"name":"v4.3.0","sha":"48126efe739bc742654946f1c678a82ee961ae7c","kind":"tag","published_at":"2018-01-17T14:44:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.3.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0/manifests"},{"name":"v4.3.0.beta","sha":"a5c13be6f3a45902941b0745262ab6f2302cb57c","kind":"tag","published_at":"2017-09-20T11:17:15.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.3.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.3.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.3.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.3.0.beta/manifests"},{"name":"v3.2.7","sha":"ab8620b5e43715dc08f513881e5cd7227530b5e2","kind":"tag","published_at":"2017-07-03T14:51:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.7","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.7/manifests"},{"name":"v4.2.2","sha":"a3e7fc1c6a5127fc97faa8639bae8910b3e363c1","kind":"tag","published_at":"2017-07-03T12:15:42.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.2/manifests"},{"name":"v4.2.1","sha":"b6094d188b65721e1d7492d53fff8011981ccba0","kind":"tag","published_at":"2016-12-19T16:08:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.1/manifests"},{"name":"v4.2.0","sha":"f82685391c9257a53e78c60859c71b59693a7172","kind":"tag","published_at":"2016-11-29T15:39:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0/manifests"},{"name":"v4.2.0.rc1","sha":"2b8e3aa7eb251b0a7f007841fbdf5fef07aafd9c","kind":"tag","published_at":"2016-11-01T10:11:51.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0.rc1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc1/manifests"},{"name":"v4.2.0.rc0","sha":"7acbcd18d5552a87d009f374db84367640a73896","kind":"tag","published_at":"2016-09-19T12:47:41.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.2.0.rc0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.2.0.rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.2.0.rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.2.0.rc0/manifests"},{"name":"v4.1.1","sha":"3e6fdd0bcad8671a7865e1a7ef6f3ca628eccb9d","kind":"tag","published_at":"2016-04-27T09:24:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.1/manifests"},{"name":"v4.1.0","sha":"31a9b6687dbd0dc9d246d795cbba78eef1a513ba","kind":"tag","published_at":"2016-04-14T15:27:20.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.1.0/manifests"},{"name":"v4.0.4","sha":"aab164603e625d85e2cc4af22073f50b68eab66b","kind":"tag","published_at":"2016-03-06T21:58:02.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.4/manifests"},{"name":"v4.0.3","sha":"3929a5e6d1a64916cc0879571ad477014489c592","kind":"tag","published_at":"2016-02-28T10:07:38.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.3/manifests"},{"name":"v4.0.2","sha":"be8381cf6500495b2e20bc1484bb5134401c8b7f","kind":"tag","published_at":"2016-02-18T10:49:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.2/manifests"},{"name":"v4.0.1","sha":"512973a0e61858783ffcf7ed11d40ee84ca83df9","kind":"tag","published_at":"2016-01-25T10:29:10.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.1/manifests"},{"name":"v4.0.0","sha":"63e1a18beb621488e42eb00ce57f1471f5b23979","kind":"tag","published_at":"2015-12-07T15:07:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0/manifests"},{"name":"v4.0.0.rc0","sha":"5c476896def85df730c3e6b8d5931a63c8a442ed","kind":"tag","published_at":"2015-11-10T18:04:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0.rc0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0.rc0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0.rc0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.rc0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.rc0/manifests"},{"name":"v4.0.0.beta","sha":"4be2546fcc2b34c93c18087e0b11f1f45f0ef03d","kind":"tag","published_at":"2015-10-28T15:33:39.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v4.0.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v4.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v4.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v4.0.0.beta/manifests"},{"name":"v3.2.6","sha":"ca4410a5856d4a671b3a4c3e06546a6065799bc6","kind":"tag","published_at":"2015-10-08T13:31:14.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.6","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.6/manifests"},{"name":"v3.2.4","sha":"080f50af965a248b371caa0a38400350f210d7cb","kind":"tag","published_at":"2015-09-04T10:00:00.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.4/manifests"},{"name":"v3.2.3","sha":"f1cbeb55400acc7c15afd04645fa53f99473678c","kind":"tag","published_at":"2015-09-03T11:08:59.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.3/manifests"},{"name":"v3.2.2","sha":"02144e95c42a07bb90dd2dba0f205c4b1dd5b31d","kind":"tag","published_at":"2015-09-03T10:58:50.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.2/manifests"},{"name":"v3.2.1","sha":"8b145d8be13d1e9adbf5a6f37084c5cae4289252","kind":"tag","published_at":"2015-07-30T18:06:55.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"70e643f28562bca4f8c2ed70fdc53fc488458756","kind":"tag","published_at":"2015-07-22T12:16:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.2.0/manifests"},{"name":"v3.1.2","sha":"fb73fb8339887774255ece92fc72da255a3c2389","kind":"tag","published_at":"2015-07-01T08:23:24.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.2/manifests"},{"name":"v3.1.1","sha":"a807b83dd377118acd469d80e13b88bc483f101c","kind":"tag","published_at":"2015-06-23T14:40:09.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.1/manifests"},{"name":"v3.1.0","sha":"e143dd23793c5a4d9b934069131f79a6583aedb5","kind":"tag","published_at":"2015-06-11T06:33:04.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.1.0/manifests"},{"name":"v3.0.4","sha":"28f34978a85b689a4480b4d343389bf4886522e7","kind":"tag","published_at":"2015-06-04T10:59:19.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.4/manifests"},{"name":"v3.0.3","sha":"7446d7c6764dfda8dc4480ce16d5c023e74be5ca","kind":"tag","published_at":"2015-05-19T18:32:57.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.3/manifests"},{"name":"v3.0.2","sha":"82a4a32fbfa5c6179013cd768a14c8b29ec81482","kind":"tag","published_at":"2015-04-23T12:42:23.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.2/manifests"},{"name":"v3.0.1","sha":"4335f794151d76acbc377d83c7c5448eef420284","kind":"tag","published_at":"2015-03-30T11:04:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"84d8acd32ce9067ad646755e52f472a6ad685918","kind":"tag","published_at":"2015-02-18T09:50:38.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v3.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v3.0.0/manifests"},{"name":"v2.3.0","sha":"c32618b8b0b2e450a1ca83aac031cb721fe879a1","kind":"tag","published_at":"2014-06-02T15:56:03.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.3.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.3.0/manifests"},{"name":"v2.2.4","sha":"5161363fbc4e2e2fec6513884197166355690150","kind":"tag","published_at":"2014-05-20T17:24:41.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.4","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"4b726a985869d44a39b0c96366945cc7c9ca475f","kind":"tag","published_at":"2014-05-05T16:02:27.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"807a20a5d603c676c7eaf32a4acdbcb999fd4d96","kind":"tag","published_at":"2014-04-03T17:15:07.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"0e77abdca2664d1ea65193b88747e25e99266aa5","kind":"tag","published_at":"2014-02-19T15:37:30.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"af149c954b20564ddbf25006f015f2aa47aced01","kind":"tag","published_at":"2014-01-24T14:25:59.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.2.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"4cde4f86ec8076d26b053cd7ebfbcb24e8a5d749","kind":"tag","published_at":"2014-01-16T09:11:11.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"7311001da057e85d5178420f20ce67f225324df7","kind":"tag","published_at":"2014-01-15T19:35:08.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"e3a5b2ce494348363ee0b6f0252f9a692edeae23","kind":"tag","published_at":"2014-01-10T05:59:21.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.1.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"e9dde8aebba4465643c0937728e704854a258d43","kind":"tag","published_at":"2013-12-02T00:09:17.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0/manifests"},{"name":"v2.0.0.rc3","sha":"56e025f0da4015a827559886a93fb0155d10250e","kind":"tag","published_at":"2013-10-14T15:42:37.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc3","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc3/manifests"},{"name":"v2.0.0.rc2","sha":"25ab7fbcef417ec0aed8b6510b87638d906e2842","kind":"tag","published_at":"2013-09-23T13:10:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc2","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc2/manifests"},{"name":"v2.0.0.rc1","sha":"eb40859f318ed03d2ea4639d85f28752810e8a18","kind":"tag","published_at":"2013-06-20T12:06:52.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc1","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc1/manifests"},{"name":"v2.0.0.rc","sha":"fc83a2bca4bfcaa579b416e40441a836cc1902ea","kind":"tag","published_at":"2013-06-09T13:18:12.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.rc","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.rc","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.rc","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.rc/manifests"},{"name":"v2.0.0.beta","sha":"06d9a53adc63bc47912fa715bedb61ad15fa3eec","kind":"tag","published_at":"2013-05-09T16:28:25.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.beta","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.beta","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.beta","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.beta","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.beta/manifests"},{"name":"v2.0.0.alpha","sha":"30062f2b84cef39dd8af632f5a04e17bece93903","kind":"tag","published_at":"2013-05-08T14:49:45.000Z","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/v2.0.0.alpha","html_url":"https://github.com/mongodb/bson-ruby/releases/tag/v2.0.0.alpha","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/mongodb/bson-ruby@v2.0.0.alpha","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.alpha","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags/v2.0.0.alpha/manifests"}]},"repo_metadata_updated_at":"2026-02-11T15:28:45.953Z","dependent_packages_count":163,"downloads":112095341,"downloads_period":"total","dependent_repos_count":19387,"rankings":{"downloads":0.20182647383503752,"dependent_repos_count":0.2603673018811119,"dependent_packages_count":0.21409217113992932,"stargazers_count":6.185814163535197,"forks_count":2.5417870005909835,"docker_downloads_count":0.6734982883776943,"average":1.6795642332266587},"purl":"pkg:gem/bson","advisories":[{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXFoNHctN3B3My1wNHJw","url":"https://github.com/advisories/GHSA-qh4w-7pw3-p4rp","title":"BSON rubygem contains potential denial of service","description":"The `Moped::BSON::ObjecId.legal?` method in `mongodb/bson-ruby` before 3.0.4 as used in rubygem-moped allows remote attackers to cause a denial of service (worker resource consumption) via a crafted string. NOTE: This issue is due to an incomplete fix to CVE-2015-4410.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2020-04-29T15:34:50.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2015-4411","https://github.com/mongodb/bson-ruby/commit/976da329ff03ecdfca3030eb6efe3c85e6db9999","https://github.com/mongodb/bson-ruby/commit/fef6f75413511d653c76bf924a932374a183a24f#diff-8c8558c185bbb548ccb5a6d6ac4bfee5R191","https://github.com/mongoid/moped/commit/dd5a7c14b5d2e466f7875d079af71ad19774609b#diff-3b93602f64c2fe46d38efd9f73ef5358R24","https://bugzilla.redhat.com/show_bug.cgi?id=1229706","https://github.com/mongodb/bson-ruby/compare/7446d7c6764dfda8dc4480ce16d5c023e74be5ca...28f34978a85b689a4480b4d343389bf4886522e7","https://homakov.blogspot.ru/2012/05/saferweb-injects-in-various-ruby.html","https://sakurity.com/blog/2015/06/04/mongo_ruby_regexp.html","https://seclists.org/oss-sec/2015/q2/653","https://security-tracker.debian.org/tracker/CVE-2015-4411","http://lists.fedoraproject.org/pipermail/package-announce/2015-July/161964.html","http://lists.fedoraproject.org/pipermail/package-announce/2015-July/161987.html","http://www.openwall.com/lists/oss-security/2015/06/06/3","https://github.com/advisories/GHSA-qh4w-7pw3-p4rp","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bson/CVE-2015-4411.yml","https://web.archive.org/web/20200228085849/http://www.securityfocus.com/bid/75045"],"source_kind":"github","identifiers":["GHSA-qh4w-7pw3-p4rp","CVE-2015-4411"],"repository_url":"https://github.com/mongodb/bson-ruby","blast_radius":0.0,"created_at":"2022-12-21T16:13:25.084Z","updated_at":"2026-04-23T10:07:35.008Z","epss_percentage":0.0353,"epss_percentile":0.87682,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXFoNHctN3B3My1wNHJw","html_url":"https://advisories.ecosyste.ms/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXFoNHctN3B3My1wNHJw","packages":[{"ecosystem":"rubygems","package_name":"bson","versions":[{"first_patched_version":"3.0.4","vulnerable_version_range":"\u003c 3.0.4"}],"purl":"pkg:gem/bson"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLXFoNHctN3B3My1wNHJw/related_packages","related_advisories":[]},{"uuid":"MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWg2cmotOHIzYy05Z3Bq","url":"https://github.com/advisories/GHSA-h6rj-8r3c-9gpj","title":"bson is vulnerable to denial of service due to incorrect regex validation","description":"BSON injection vulnerability in the legal function in BSON (bson-ruby) gem before 3.0.4 for Ruby allows remote attackers to cause a denial of service (resource consumption) or inject arbitrary data via a crafted string.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2018-03-05T19:43:21.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.8,"cvss_vector":"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2015-4412","https://github.com/mongodb/bson-ruby/commit/976da329ff03ecdfca3030eb6efe3c85e6db9999","https://bugzilla.redhat.com/show_bug.cgi?id=1229750","https://github.com/advisories/GHSA-h6rj-8r3c-9gpj","https://github.com/mongodb/bson-ruby/compare/7446d7c6764dfda8dc4480ce16d5c023e74be5ca...28f34978a85b689a4480b4d343389bf4886522e7","https://sakurity.com/blog/2015/06/04/mongo_ruby_regexp.html","http://www.openwall.com/lists/oss-security/2015/06/06/3","http://www.securityfocus.com/bid/75045","https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bson/CVE-2015-4412.yml","http://sakurity.com/blog/2015/06/04/mongo_ruby_regexp.html"],"source_kind":"github","identifiers":["GHSA-h6rj-8r3c-9gpj","CVE-2015-4412"],"repository_url":"https://github.com/mongodb/bson-ruby","blast_radius":0.0,"created_at":"2022-12-21T16:13:37.307Z","updated_at":"2026-04-05T20:08:19.727Z","epss_percentage":0.01749,"epss_percentile":0.82502,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWg2cmotOHIzYy05Z3Bq","html_url":"https://advisories.ecosyste.ms/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWg2cmotOHIzYy05Z3Bq","packages":[{"ecosystem":"rubygems","package_name":"bson","versions":[{"first_patched_version":"1.12.3","vulnerable_version_range":"\u003c 1.12.3"},{"first_patched_version":"3.0.4","vulnerable_version_range":"\u003e= 2.0, \u003c 3.0.4"}],"purl":"pkg:gem/bson"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/MDE2OlNlY3VyaXR5QWR2aXNvcnlHSFNBLWg2cmotOHIzYy05Z3Bq/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/bson","docker_dependents_count":371,"docker_downloads_count":98330610,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/bson","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/bson/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-19T08:57:57.346Z","issues_count":0,"pull_requests_count":185,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1183416.8830409357,"issues_closed_count":0,"pull_requests_closed_count":171,"pull_request_authors_count":23,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.7783783783783784,"merged_pull_requests_count":154,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":38,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":457915.5925925926,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":27,"past_year_pull_request_authors_count":9,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.9210526315789473,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":27,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/issues","maintainers":[{"login":"comandeo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/comandeo"},{"login":"alexbevi","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbevi"},{"login":"alcaeus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alcaeus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/bson/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/bson/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/bson/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/bson/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/packages/bson/codemeta","maintainers":[{"uuid":"64562","login":"comandeo","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://rubygems.org/profiles/comandeo","role":null,"created_at":"2022-11-07T13:47:34.837Z","updated_at":"2022-11-07T13:47:34.837Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/comandeo/packages"},{"uuid":"2653","login":"minam","name":null,"email":null,"url":null,"packages_count":44,"html_url":"https://rubygems.org/profiles/minam","role":null,"created_at":"2023-01-13T03:07:06.340Z","updated_at":"2023-01-13T03:07:06.340Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/rubygems.org/maintainers/minam/packages"}],"registry":{"name":"rubygems.org","url":"https://rubygems.org","ecosystem":"rubygems","default":true,"packages_count":205560,"maintainers_count":68480,"namespaces_count":0,"keywords_count":0,"github":"rubygems","metadata":{"funded_packages_count":7260},"icon_url":"https://github.com/rubygems.png","created_at":"2022-04-04T15:19:23.446Z","updated_at":"2026-04-03T06:42:17.024Z","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":12194576,"name":"bson","ecosystem":"rubygems","description":"A fully featured BSON specification implementation in Ruby","homepage":"https://www.mongodb.com/docs/ruby-driver/current/tutorials/bson-v4/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/mongodb/bson-ruby","keywords_array":[],"namespace":null,"versions_count":274,"first_release_published_at":"2010-04-07T22:42:46.104Z","latest_release_published_at":"2025-10-16T14:51:53.367Z","latest_release_number":"5.2.0","last_synced_at":"2026-04-30T02:31:12.491Z","created_at":"2025-10-07T01:51:49.068Z","updated_at":"2026-04-30T02:31:26.598Z","registry_url":"https://gem.coop/gems/bson","install_command":"gem install bson -s https://gem.coop","documentation_url":"http://www.rubydoc.info/gems/bson/","metadata":{"funding":null},"repo_metadata":{"id":7985601,"uuid":"9390430","full_name":"mongodb/bson-ruby","owner":"mongodb","description":"Ruby Implementation of the BSON Specification (2.0.0+)","archived":false,"fork":false,"pushed_at":"2026-04-06T14:40:02.000Z","size":2358,"stargazers_count":81,"open_issues_count":3,"forks_count":111,"subscribers_count":37,"default_branch":"master","last_synced_at":"2026-04-10T10:25:57.244Z","etag":null,"topics":["mongodb","ruby"],"latest_commit_sha":null,"homepage":"http://bsonspec.org","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mongodb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-04-12T09:01:30.000Z","updated_at":"2026-04-10T06:14:20.000Z","dependencies_parsed_at":"2024-06-13T17:53:48.366Z","dependency_job_id":"626d2556-8e39-43c5-8638-45a2a527a2db","html_url":"https://github.com/mongodb/bson-ruby","commit_stats":{"total_commits":1237,"total_committers":76,"mean_commits":"16.276315789473685","dds":0.5238480194017785,"last_synced_commit":"fac91a95573f66b81cd781a5c0fd92fbb1eae0ba"},"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/mongodb/bson-ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","download_url":"https://codeload.github.com/mongodb/bson-ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/sbom","scorecard":{"id":658458,"data":{"date":"2025-08-11","repo":{"name":"github.com/mongodb/bson-ruby","commit":"40492392f80954fc9ea2482c4eda2c3c93da9e67"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.2,"checks":[{"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":"Code-Review","score":9,"reason":"Found 29/30 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":8,"reason":"10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'security-events' permission set to 'write': .github/workflows/cleanup.yml:25","Info: jobLevel 'packages' permission set to 'read': .github/workflows/cleanup.yml:28","Info: jobLevel 'actions' permission set to 'read': .github/workflows/cleanup.yml:31","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/cleanup.yml:32","Info: jobLevel 'packages' permission set to 'read': .github/workflows/codeql.yml:20","Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:23","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:24","Warn: no topLevel permission defined: .github/workflows/bson-ruby.yml:1","Warn: no topLevel permission defined: .github/workflows/cleanup.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: topLevel 'security-events' permission set to 'write': .github/workflows/release.yml:26","Info: topLevel 'packages' permission set to 'read': .github/workflows/release.yml:29","Info: topLevel 'actions' permission set to 'read': .github/workflows/release.yml:32","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/release.yml:33","Warn: topLevel 'contents' permission set to 'write': .github/workflows/release.yml:34"],"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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bson-ruby.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/bson-ruby.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cleanup.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/cleanup.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/codeql.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/codeql.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:50: update your workflow using https://app.stepsecurity.io/secureworkflow/mongodb/bson-ruby/release.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":8,"reason":"4 out of the last 4 releases have a total of 4 signed artifacts.","details":["Info: signed release artifact: bson-5.1.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.1","Info: signed release artifact: bson-5.1.0-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.1.0","Info: signed release artifact: bson-5.0.2-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.2","Info: signed release artifact: bson-5.0.1-java.gem.sig: https://github.com/mongodb/bson-ruby/releases/tag/v5.0.1","Warn: release artifact v5.1.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/226296954","Warn: release artifact v5.1.0 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/225640725","Warn: release artifact v5.0.2 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/186144816","Warn: release artifact v5.0.1 does not have provenance: https://api.github.com/repos/mongodb/bson-ruby/releases/166719707"],"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":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Info: codeowner review is required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Warn: 'up-to-date branches' is disabled on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":9,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 23 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-21T15:21:58.874Z","repository_id":7985601,"created_at":"2025-08-21T15:21:58.874Z","updated_at":"2025-08-21T15:21:58.874Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"mongodb","name":"mongodb","uuid":"45120","kind":"organization","description":"","email":"iteng@mongodb.com","website":"http://www.mongodb.com/","location":"United States of America","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/45120?v=4","repositories_count":273,"last_synced_at":"2025-04-05T00:02:27.902Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/mongodb","funding_links":[],"total_stars":93009,"followers":3588,"following":0,"created_at":"2022-11-02T16:21:32.383Z","updated_at":"2025-04-05T00:02:27.902Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mongodb/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-04-30T02:31:26.572Z","dependent_packages_count":0,"downloads":114472007,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.2260094729329325,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":0.07533649097764417},"purl":"pkg:gem/bson?repository_url=https://gem.coop","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/rubygems/bson","docker_dependents_count":371,"docker_downloads_count":98330610,"usage_url":"https://repos.ecosyste.ms/usage/rubygems/bson","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/rubygems/bson/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-14T09:02:25.731Z","issues_count":0,"pull_requests_count":188,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1168934.4367816092,"issues_closed_count":0,"pull_requests_closed_count":174,"pull_request_authors_count":24,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.7712765957446809,"merged_pull_requests_count":157,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":318773.60869565216,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":23,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":23,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/issues","maintainers":[{"login":"comandeo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/comandeo"},{"login":"alexbevi","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbevi"},{"login":"alcaeus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alcaeus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/bson/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/bson/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/bson/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/bson/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/packages/bson/codemeta","maintainers":[{"uuid":"64562","login":"comandeo","name":null,"email":null,"url":null,"packages_count":6,"html_url":"https://gem.coop/profiles/comandeo","role":null,"created_at":"2025-10-07T13:13:18.271Z","updated_at":"2025-10-07T13:13:18.271Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/comandeo/packages"},{"uuid":"2653","login":"minam","name":null,"email":null,"url":null,"packages_count":41,"html_url":"https://gem.coop/profiles/minam","role":null,"created_at":"2025-10-07T13:13:18.353Z","updated_at":"2025-10-07T13:13:18.353Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/gem.coop/maintainers/minam/packages"}],"registry":{"name":"gem.coop","url":"https://gem.coop","ecosystem":"rubygems","default":false,"packages_count":190413,"maintainers_count":67488,"namespaces_count":0,"keywords_count":0,"github":"gem-coop","metadata":{"funded_packages_count":6507},"icon_url":"https://github.com/gem-coop.png","created_at":"2025-10-06T17:24:20.932Z","updated_at":"2026-04-03T06:45:05.763Z","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"}}],"commits":{"id":19004,"full_name":"mongodb/bson-ruby","default_branch":"master","total_commits":1258,"total_committers":80,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":15.725,"dds":0.5317965023847377,"past_year_total_commits":19,"past_year_total_committers":8,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":2.375,"past_year_dds":0.5263157894736843,"last_synced_at":"2026-04-29T18:10:09.256Z","last_synced_commit":"eb05cb3b4617066943d74f5eca28bf093b1c3b20","created_at":"2023-03-07T11:39:34.308Z","updated_at":"2026-04-29T18:07:17.636Z","committers":[{"name":"Durran Jordan","email":"durran@gmail.com","login":"durran","count":589},{"name":"Emily","email":"emily@mongodb.com","login":"estolfo","count":131},{"name":"Oleg Pudeyev","email":"39304720+p-mongo","login":"p-mongo","count":113},{"name":"Tyler Brock","email":"tyler.brock@gmail.com","login":"TylerBrock","count":67},{"name":"Frederick Cheung","email":"frederick.cheung@gmail.com","login":"fcheung","count":42},{"name":"Jamis Buck","email":"jamisbuck@gmail.com","login":"jamis","count":32},{"name":"Oleg Pudeyev","email":"oleg@bsdpower.com","login":"p","count":32},{"name":"Gary Murakami","email":"gary.murakami@10gen.com","login":"gjmurakami-10gen","count":30},{"name":"Neil Shweky","email":"neilshweky@gmail.com","login":"Neilshweky","count":28},{"name":"Sam Kleinman","email":"samk@10gen.com","login":null,"count":22},{"name":"Bob Grabar","email":"bob.grabar@10gen.com","login":null,"count":21},{"name":"Brandon Black","email":"brandonmblack@gmail.com","login":null,"count":16},{"name":"Dmitry Rybakov","email":"160598371+comandeo-mongo","login":"comandeo-mongo","count":12},{"name":"Johnny Shields","email":"johnny.shields@gmail.com","login":"johnnyshields","count":9},{"name":"Emily Giurleo","email":"e.m.giurleo@gmail.com","login":null,"count":8},{"name":"tycho garen","email":"garen@tychoish.com","login":"tychoish","count":6},{"name":"Alex Bevilacqua","email":"alex@alexbevi.com","login":"alexbevi","count":6},{"name":"kay","email":"kay.kim@10gen.com","login":"kay-kim","count":6},{"name":"Mario Alvarez","email":"mario.alvarez@10gen.com","login":null,"count":4},{"name":"Jun Aruga","email":"junaruga","login":"junaruga","count":3},{"name":"Saghm Rossi","email":"saghmrossi@gmail.com","login":"saghm","count":3},{"name":"Pavel Rosický","email":"pdahorek@seznam.cz","login":"ahorek","count":3},{"name":"Michael Sell","email":"mdsell@gmail.com","login":"mdsell","count":3},{"name":"Jorge Puente Sarrín","email":"puentesarrin@gmail.com","login":"puentesarrin","count":3},{"name":"Brian Samek","email":"brian.samek@mongodb.com","login":"bsamek","count":2},{"name":"Krzysztof Knapik","email":"knapo@knapo.net","login":"knapo","count":2},{"name":"MSP-Greg","email":"MSP-Greg","login":"MSP-Greg","count":2},{"name":"Mario Uher","email":"uher.mario@gmail.com","login":"ream88","count":2},{"name":"Michał Begejowicz","email":"michal.begejowicz@gmail.com","login":"fanfilmu","count":2},{"name":"Agis Anastasopoulos","email":"agis@skroutz.gr","login":"agis","count":2},{"name":"Tony Ta","email":"tonyta.tt@gmail.com","login":"tonyta","count":2},{"name":"Yuri S","email":"fudoshiki.ari@gmail.com","login":"Fudoshiki","count":2},{"name":"Arthur Neves","email":"arthurnn@gmail.com","login":"arthurnn","count":2},{"name":"Andreas Braun","email":"andreas.braun@mongodb.com","login":"alcaeus","count":2},{"name":"Jérémy Carlier","email":"jeremy.carlier@dimelo.com","login":null,"count":2},{"name":"Matt Towers","email":"matt@realself.com","login":null,"count":2},{"name":"Tom Scott","email":"tscott@weblinc.com","login":null,"count":2},{"name":"EC2 Default User","email":"ec2-user@ip-10-32-87-233.ec2.internal","login":null,"count":1},{"name":"Reed G. Law","email":"reed@smashingboxes.com","login":null,"count":1},{"name":"Ivan Denisov","email":"johnny.denisov@gmail.com","login":null,"count":1},{"name":"Ed Costello","email":"epc@10gen.com","login":null,"count":1},{"name":"Matt Boehlig","email":"thetamind@gmail.com","login":"thetamind","count":1},{"name":"Nathan","email":"nathan.leniz@10gen.com","login":"terakilobyte","count":1},{"name":"Niels Ganser","email":"niels@herimedia.com","login":"niels","count":1},{"name":"Nobuyoshi Nakada","email":"nobu@ruby-lang.org","login":"nobu","count":1},{"name":"Olle Jonsson","email":"olle.jonsson@gmail.com","login":"olleolleolle","count":1},{"name":"Paul Trippett","email":"paul@trippett.org","login":"721p","count":1},{"name":"Radu Cugut","email":"rcugut@gmail.com","login":"rcugut","count":1},{"name":"René Föhring","email":"rf@bamaru.de","login":"rrrene","count":1},{"name":"Sal Scotto","email":"sal.scotto@gmail.com","login":"washu","count":1},{"name":"Sarun Rattanasiri","email":"7634596+midnight-wonderer","login":"midnight-wonderer","count":1},{"name":"Sergio Tulentsev","email":"sergei.tulentsev@gmail.com","login":"stulentsev","count":1},{"name":"TakiuchiGenki","email":"genki@s21g.com","login":"genki","count":1},{"name":"Thijs Cadier","email":"thijs@80beans.com","login":"thijsc","count":1},{"name":"Will Chen","email":"241208185@qq.com","login":"cw881014","count":1},{"name":"Zach McCormick","email":"zachary.tyler.mccormick@gmail.com","login":"zachmccormick","count":1},{"name":"Zachery Hostens","email":"zacheryph@gmail.com","login":"zacheryph","count":1},{"name":"gjchong25","email":"gjchong@seas.upenn.edu","login":"gjchong25","count":1},{"name":"ksadoff","email":"katie.sadoff@mongodb.com","login":"ksadoff","count":1},{"name":"oss92","email":"mohamed.o.alnagdy@gmail.com","login":"oss92","count":1},{"name":"Adam Wróbel","email":"adam@adamwrobel.com","login":"amw","count":1},{"name":"Alejandro Juárez","email":"karmatr0n@protonmail.ch","login":"karmatr0n","count":1},{"name":"Alethea Rose","email":"alethea@alethearose.com","login":"alethea","count":1},{"name":"Alexander Dimitrov","email":"dimitrov@loggator.com","login":"adimitrov","count":1},{"name":"Ami Berger","email":"aberger019@gmail.com","login":"amiberger","count":1},{"name":"Cas Donoghue","email":"cas.donoghue@gmail.com","login":"donoghuc","count":1},{"name":"Conrad Irwin","email":"conrad.irwin@gmail.com","login":"ConradIrwin","count":1},{"name":"Erich Quintero","email":"qbantek@gmail.com","login":"qbantek","count":1},{"name":"Francois Bernier","email":"frankbernier@gmail.com","login":"fbernier","count":1},{"name":"Heli Aldridge","email":"heli@heli.pet","login":"i80and","count":1},{"name":"Ivan Takarlikov","email":"ivan.takarlikov@sensortower.com","login":"IvanTakarlikov-st","count":1},{"name":"James Hudon","email":"jameshudon@gmail.com","login":"hudon","count":1},{"name":"Jeff Blight","email":"jblight@uk.ibm.com","login":"jblight","count":1},{"name":"Jon Ekdahl","email":"jon.ekdahl@gmail.com","login":"jonekdahl","count":1},{"name":"Kenichi Kamiya","email":"kachick1@gmail.com","login":"kachick","count":1},{"name":"Lars Kanis","email":"lars@greiz-reinsdorf.de","login":"larskanis","count":1},{"name":"Mamoru TASAKA","email":"mtasaka@fedoraproject.org","login":"mtasaka","count":1},{"name":"Masafumi Koba","email":"473530+ybiquitous","login":"ybiquitous","count":1},{"name":"Masato Ikeda","email":"masato.ikeda@gmail.com","login":"a2ikm","count":1},{"name":"|7eter l-|. l3oling","email":"peter.boling@gmail.com","login":"pboling","count":1}],"past_year_committers":[{"name":"Jamis Buck","email":"jamis.buck@mongodb.com","login":"jamis","count":9},{"name":"Dmitry Rybakov","email":"160598371+comandeo-mongo","login":"comandeo-mongo","count":4},{"name":"|7eter l-|. l3oling","email":"peter.boling@gmail.com","login":"pboling","count":1},{"name":"Masato Ikeda","email":"masato.ikeda@gmail.com","login":"a2ikm","count":1},{"name":"MSP-Greg","email":"MSP-Greg","login":"MSP-Greg","count":1},{"name":"Johnny Shields","email":"27655+johnnyshields","login":"johnnyshields","count":1},{"name":"Ivan Takarlikov","email":"ivan.takarlikov@sensortower.com","login":"IvanTakarlikov-st","count":1},{"name":"Cas Donoghue","email":"cas.donoghue@gmail.com","login":"donoghuc","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-30T00:00:07.427Z","repositories_count":6223650,"commits_count":899978483,"contributors_count":34901312,"owners_count":1147619,"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_stats":{"full_name":"mongodb/bson-ruby","html_url":"https://github.com/mongodb/bson-ruby","last_synced_at":"2026-04-22T14:26:20.125Z","status":"error","issues_count":0,"pull_requests_count":188,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":1168934.4367816092,"issues_closed_count":0,"pull_requests_closed_count":174,"pull_request_authors_count":24,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.7712765957446809,"merged_pull_requests_count":157,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":33,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":318773.60869565216,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":23,"past_year_pull_request_authors_count":8,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":23,"created_at":"2023-05-12T08:32:17.762Z","updated_at":"2026-04-22T14:26:20.125Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/mongodb%2Fbson-ruby/issues","issue_labels_count":{},"pull_request_labels_count":{"release-candidate":6,"bug":5,"oleg-responded":2,"feature":2,"oleg-check":1,"oleg-done":1,"tracked-in-jira":1},"issue_author_associations_count":{},"pull_request_author_associations_count":{"CONTRIBUTOR":171,"COLLABORATOR":9,"NONE":6,"MEMBER":2},"issue_authors":{},"pull_request_authors":{"jamis":49,"p-mongo":33,"Neilshweky":32,"johnnyshields":24,"comandeo-mongo":9,"alexbevi":8,"comandeo":5,"ahorek":3,"MSP-Greg":3,"alcaeus":2,"mtasaka":2,"donoghuc":2,"junaruga":2,"zacheryph":2,"IvanTakarlikov-st":2,"midnight-wonderer":2,"pboling":1,"egiurleo":1,"721p":1,"i80and":1,"ksadoff":1,"fcheung":1,"a2ikm":1,"gjchong25":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-04-24T00:00:07.455Z","repositories_count":14385265,"issues_count":34475928,"pull_requests_count":112856692,"authors_count":11244211,"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":{},"past_year_pull_request_labels_count":{"release-candidate":6,"bug":4},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"CONTRIBUTOR":29,"NONE":2},"past_year_issue_authors":{},"past_year_pull_request_authors":{"jamis":12,"johnnyshields":8,"comandeo-mongo":5,"donoghuc":2,"MSP-Greg":2,"a2ikm":1,"pboling":1},"maintainers":[{"login":"comandeo","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/comandeo"},{"login":"alexbevi","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alexbevi"},{"login":"alcaeus","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/alcaeus"}],"active_maintainers":[]},"events":{"total":{"CreateEvent":4,"CommitCommentEvent":1,"ReleaseEvent":3,"DeleteEvent":1,"PullRequestEvent":31,"ForkEvent":7,"WatchEvent":3,"IssueCommentEvent":21,"PushEvent":17,"PullRequestReviewCommentEvent":2,"PullRequestReviewEvent":27},"last_year":{"CreateEvent":2,"CommitCommentEvent":1,"ReleaseEvent":2,"PullRequestEvent":20,"ForkEvent":3,"WatchEvent":2,"IssueCommentEvent":14,"PushEvent":11,"PullRequestReviewEvent":16}},"keywords":["mongodb","ruby"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/bson-ruby.yml","sha":null,"kind":"manifest","created_at":"2023-11-30T23:39:04.674Z","updated_at":"2023-11-30T23:39:04.674Z","repository_link":"https://github.com/mongodb/bson-ruby/blob/master/.github/workflows/bson-ruby.yml","dependencies":[{"id":14828950586,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":14828950587,"package_name":"ruby/setup-ruby","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"docker","filepath":"release/jruby/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-11-30T23:39:04.833Z","updated_at":"2023-11-30T23:39:04.833Z","repository_link":"https://github.com/mongodb/bson-ruby/blob/master/release/jruby/Dockerfile","dependencies":[{"id":14828950890,"package_name":"debian","ecosystem":"docker","requirements":"9","direct":true,"kind":"build","optional":false}]},{"ecosystem":"docker","filepath":"release/mri/Dockerfile","sha":null,"kind":"manifest","created_at":"2023-11-30T23:39:04.894Z","updated_at":"2023-11-30T23:39:04.894Z","repository_link":"https://github.com/mongodb/bson-ruby/blob/master/release/mri/Dockerfile","dependencies":[{"id":14828951353,"package_name":"debian","ecosystem":"docker","requirements":"10","direct":true,"kind":"build","optional":false}]},{"ecosystem":"rubygems","filepath":"Gemfile","sha":null,"kind":"manifest","created_at":"2023-11-30T23:39:05.032Z","updated_at":"2023-11-30T23:39:05.032Z","repository_link":"https://github.com/mongodb/bson-ruby/blob/master/Gemfile","dependencies":[{"id":14828952059,"package_name":"rake","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952060,"package_name":"rake-compiler","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952122,"package_name":"yard","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952451,"package_name":"rspec","ecosystem":"rubygems","requirements":"~\u003e 3","direct":true,"kind":"development","optional":false},{"id":14828952452,"package_name":"json","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952453,"package_name":"activesupport","ecosystem":"rubygems","requirements":"\u003c 7.1","direct":true,"kind":"development","optional":false},{"id":14828952454,"package_name":"ruby-prof","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952660,"package_name":"byebug","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952661,"package_name":"ruby-debug","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828952842,"package_name":"rubocop","ecosystem":"rubygems","requirements":"~\u003e 1.45.1","direct":true,"kind":"development","optional":false},{"id":14828952848,"package_name":"rubocop-performance","ecosystem":"rubygems","requirements":"~\u003e 1.16.0","direct":true,"kind":"development","optional":false},{"id":14828952852,"package_name":"rubocop-rake","ecosystem":"rubygems","requirements":"~\u003e 0.6.0","direct":true,"kind":"development","optional":false},{"id":14828953506,"package_name":"rubocop-rspec","ecosystem":"rubygems","requirements":"~\u003e 2.18.1","direct":true,"kind":"development","optional":false},{"id":14828954229,"package_name":"fuubar","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false},{"id":14828954508,"package_name":"rfc","ecosystem":"rubygems","requirements":"\u003e= 0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"rubygems","filepath":"bson.gemspec","sha":null,"kind":"manifest","created_at":"2023-11-30T23:39:05.695Z","updated_at":"2023-11-30T23:39:05.695Z","repository_link":"https://github.com/mongodb/bson-ruby/blob/master/bson.gemspec","dependencies":[]}],"score":28.676314323772846,"created_at":"2024-12-15T21:38:06.962Z","updated_at":"2026-04-30T17:00:40.877Z","avatar_url":"https://github.com/mongodb.png","language":"Ruby","monthly_downloads":0,"readme":"BSON\n[![Gem Version][rubygems-img]][rubygems-url]\n[![Build Status][ghactions-img]][ghactions-url]\n====\n\nAn implementation of the BSON specification in Ruby.\n\nInstallation\n------------\n\nBSON can be installed via RubyGems:\n\n```\n\u003e gem install bson\n```\n\nOr by adding it to your project's Gemfile:\n\n```ruby\ngem 'bson'\n```\n\n### Release Integrity\n\nEach release of the BSON library for Ruby after version 5.0.0 has been automatically built and signed using the team's GPG key.\n\nTo verify the bson gem file:\n\n1. [Download the GPG key](https://pgp.mongodb.com/ruby-driver.asc).\n2. Import the key into your GPG keyring with `gpg --import ruby-driver.asc`.\n3. Download the gem file (if you don't already have it). You can download it from RubyGems with `gem fetch bson`, or you can download it from the [releases page](https://github.com/mongodb/bson-ruby/releases) on GitHub.\n4. Download the corresponding detached signature file from the [same release](https://github.com/mongodb/bson-ruby/releases). Look at the bottom of the release that corresponds to the gem file, under the 'Assets' list, for a `.sig` file with the same version number as the gem you wish to install.\n5. Verify the gem with `gpg --verify bson-X.Y.Z.gem.sig bson-X.Y.Z.gem` (replacing `X.Y.Z` with the actual version number).\n\nYou are looking for text like \"Good signature from \"MongoDB Ruby Driver Release Signing Key \u003cpackaging@mongodb.com\u003e\" in the output. If you see that, the signature was found to correspond to the given gem file.\n\n(Note that other output, like \"This key is not certified with a trusted signature!\", is related to *web of trust* and depends on how strongly you, personally, trust the `ruby-driver.asc` key that you downloaded from us. To learn more, see https://www.gnupg.org/gph/en/manual/x334.html)\n\n### Why not use RubyGems' gem-signing functionality?\n\nRubyGems' own gem signing is problematic, most significantly because there is no established chain of trust related to the keys used to sign gems. RubyGems' own documentation admits that \"this method of signing gems is not widely used\" (see https://guides.rubygems.org/security/). Discussions about this in the RubyGems community have been off-and-on for more than a decade, and while a solution will eventually arrive, we have settled on using GPG instead for the following reasons:\n\n1. Many of the other driver teams at MongoDB are using GPG to sign their product releases. Consistency with the other teams means that we can reuse existing tooling for our own product releases.\n2. GPG is widely available and has existing tools and procedures for dealing with web of trust (though they are admittedly quite arcane and intimidating to the uninitiated, unfortunately).\n\nUltimately, most users do not bother to verify gems, and will not be impacted by our choice of GPG over RubyGems' native method.\n\nCompatibility\n-------------\n\nBSON is tested against MRI (2.7+) and JRuby (9.3+).\n\nDocumentation\n-------------\n\nCurrent documentation can be found\n[here](https://www.mongodb.com/docs/ruby-driver/current/bson-tutorials/).\n\nAPI Documentation\n-----------------\n\nThe [API Documentation](https://www.mongodb.com/docs/ruby-driver/master/api/) is\nlocated at mongodb.com/docs.\n\nBSON Specification\n------------------\n\nThe [BSON specification](http://bsonspec.org) is at bsonspec.org.\n\n## Bugs \u0026 Feature Requests\n\nTo report a bug in the `bson` gem or request a feature:\n\n1. Visit [our issue tracker](https://jira.mongodb.org/) and login\n   (or create an account if you do not have one already).\n2. Navigate to the [RUBY project](https://jira.mongodb.org/browse/RUBY).\n3. Click 'Create Issue' and fill out all of the applicable form fields, making\nsure to select `BSON` in the _Component/s_ field.\n\nWhen creating an issue, please keep in mind that all information in JIRA\nfor the RUBY project, as well as the core server (the SERVER project),\nis publicly visible.\n\n**PLEASE DO:**\n\n- Provide as much information as possible about the issue.\n- Provide detailed steps for reproducing the issue.\n- Provide any applicable code snippets, stack traces and log data.\n- Specify version numbers of the `bson` gem and/or Ruby driver and MongoDB \nserver.\n\n**PLEASE DO NOT:**\n\n- Provide any sensitive data or server logs.\n- Report potential security issues publicly (see 'Security Issues' below).\n\n## Security Issues\n\nIf you have identified a potential security-related issue in the `bson` gem\n(or any other MongoDB product), please report it by following the\n[instructions here](https://www.mongodb.com/docs/manual/tutorial/create-a-vulnerability-report).\n\n## Product Feature Requests\n\nTo request a feature which is not specific to the `bson` gem, or which\naffects more than the `bson` gem and/or Ruby driver alone (for example, a \nfeature which requires MongoDB server support), please submit your idea through \nthe [MongoDB Feedback Forum](https://feedback.mongodb.com/forums/924286-drivers).\n\n## Maintenance and Bug Fix Policy\n\nNew library functionality is generally added in a backwards-compatible manner\nand results in new minor releases. Bug fixes are generally made on\nmaster first and are backported to the current minor library release. Exceptions\nmay be made on a case-by-case basis, for example security fixes may be\nbackported to older stable branches. Only the most recent minor release\nis officially supported. Customers should use the most recent release in\ntheir applications.\n\nVersioning\n----------\n\nAs of 2.0.0, this project adheres to the\n[Semantic Versioning Specification](http://semver.org/).\n\nLicense\n-------\n\nCopyright (C) 2009-2020 MongoDB Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n[rubygems-img]: https://badge.fury.io/rb/bson.svg\n[rubygems-url]: http://badge.fury.io/rb/bson\n[ghactions-img]: https://github.com/mongodb/bson-ruby/actions/workflows/bson-ruby.yml/badge.svg?query=branch%3Amaster\n[ghactions-url]: https://github.com/mongodb/bson-ruby/actions/workflows/bson-ruby.yml?query=branch%3Amaster\n","funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["mongodb-driver","orm-framework","activerecord","nosql","mvc","activejob","rubygems","rspec","rack","crash-reporting"],"project_url":"https://ruby.ecosyste.ms/api/v1/projects/89","html_url":"https://ruby.ecosyste.ms/projects/89"}