{"id":206787,"url":"https://github.com/nodejs/changelog-maker","last_synced_at":"2026-05-27T00:20:27.570Z","repository":{"id":27476367,"uuid":"30955994","full_name":"nodejs/changelog-maker","owner":"nodejs","description":"A git log to CHANGELOG.md tool","archived":false,"fork":false,"pushed_at":"2025-09-05T04:49:50.000Z","size":550,"stargazers_count":235,"open_issues_count":11,"forks_count":41,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-09-05T06:24:57.330Z","etag":null,"topics":["node","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"nodejs","open_collective":"nodejs"}},"created_at":"2015-02-18T07:21:53.000Z","updated_at":"2025-09-05T04:49:51.000Z","dependencies_parsed_at":"2023-01-14T06:50:32.132Z","dependency_job_id":"62d26337-ea27-4447-a129-4dc00f80701f","html_url":"https://github.com/nodejs/changelog-maker","commit_stats":{"total_commits":205,"total_committers":22,"mean_commits":9.318181818181818,"dds":0.4390243902439024,"last_synced_commit":"35b762c78ae5beb7dbe0cacca41717ddb29a3484"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/nodejs/changelog-maker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fchangelog-maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fchangelog-maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fchangelog-maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fchangelog-maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","download_url":"https://codeload.github.com/nodejs/changelog-maker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fchangelog-maker/sbom","scorecard":{"id":692605,"data":{"date":"2025-08-11","repo":{"name":"github.com/nodejs/changelog-maker","commit":"6830742332b547989432309bf6a23e4c6d3fd4a1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"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":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":2,"reason":"Found 5/19 approved changesets -- score normalized to 2","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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test-and-release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/nodejs/changelog-maker/test-and-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-release.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/nodejs/changelog-maker/test-and-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-release.yml:55: update your workflow using https://app.stepsecurity.io/secureworkflow/nodejs/changelog-maker/test-and-release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test-and-release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/nodejs/changelog-maker/test-and-release.yml/main?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/test-and-release.yml:41","Warn: npmCommand not pinned by hash: .github/workflows/test-and-release.yml:64","Warn: npmCommand not pinned by hash: .github/workflows/test-and-release.yml:70","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 npmCommand 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":"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.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/nodejs/.github/SECURITY.md:1","Info: Found linked content: github.com/nodejs/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/nodejs/.github/SECURITY.md:1","Info: Found text in security policy: github.com/nodejs/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/test-and-release.yml:46"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 16 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-22T02:39:43.654Z","repository_id":27476367,"created_at":"2025-08-22T02:39:43.654Z","updated_at":"2025-08-22T02:39:43.654Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276747903,"owners_count":25697725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-24T02:00:09.776Z","response_time":97,"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"}},"keywords":["node","nodejs"],"created_at":"2024-04-01T02:15:38.846Z","updated_at":"2025-09-24T12:22:52.691Z","avatar_url":"https://github.com/nodejs.png","language":"JavaScript","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/206787","html_url":"https://opencollective.ecosyste.ms/projects/206787","collective":{"id":209831,"uuid":"3kzxy4v0-7wlr6mk5-zykqmj9n-o8agdbe5","slug":"nodejs-google-summer-of-code","name":"Node.js Google Summer of Code","description":"This collective is intended to support the Node.js project's participation in Google's Summer Of Code program.","website":"","github":"nodejs","twitter":null,"repository_url":null,"social_links":[],"currency":"USD","projects_count":227,"last_synced_at":"2026-06-08T12:15:15.106Z","created_at":"2024-03-30T00:00:16.533Z","updated_at":"2026-06-08T12:15:15.325Z","transactions_count":null,"balance":0.0,"account_type":"COLLECTIVE","owner":{"login":"nodejs","name":"Node.js","uuid":"9950313","kind":"organization","description":"","email":null,"website":"https://nodejs.org","location":null,"twitter":"nodejs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/9950313?v=4","repositories_count":218,"last_synced_at":"2024-10-30T02:43:16.937Z","metadata":{"has_sponsors_listing":false,"funding":{"github":"nodejs","open_collective":"nodejs"}},"html_url":"https://github.com/nodejs","funding_links":["https://github.com/sponsors/nodejs","https://opencollective.com/nodejs"],"total_stars":224101,"followers":12650,"following":0,"created_at":"2022-11-02T16:20:00.045Z","updated_at":"2024-10-30T02:43:16.938Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs/repositories"},"last_project_activity_at":"2026-05-18T09:47:13.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2024-03-26T19:12:44.478Z","collective_updated_at":"2024-03-29T23:17:48.997Z","html_url":"https://opencollective.com/nodejs-google-summer-of-code","icon_url":"https://images.opencollective.com/nodejs-google-summer-of-code/logo/40.png","total_donations":0.0,"total_expenses":0.0,"current_balance":0.0,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/nodejs-google-summer-of-code","url":"https://opencollective.ecosyste.ms/collectives/nodejs-google-summer-of-code","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/nodejs-google-summer-of-code/projects"}}