{"id":67045,"name":"cpplint","description":"Static code checker for C++","url":"https://github.com/cpplint/cpplint","last_synced_at":"2025-09-08T13:49:09.658Z","repository":{"id":3861444,"uuid":"47154941","full_name":"cpplint/cpplint","owner":"cpplint","description":"Static code checker for C++","archived":false,"fork":false,"pushed_at":"2025-09-07T05:47:24.000Z","size":4585,"stargazers_count":1735,"open_issues_count":69,"forks_count":294,"subscribers_count":35,"default_branch":"develop","last_synced_at":"2025-09-07T07:18:12.173Z","etag":null,"topics":["cpp","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/styleguide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-12-01T00:33:44.000Z","updated_at":"2025-09-07T05:47:28.000Z","dependencies_parsed_at":"2025-04-06T16:27:44.917Z","dependency_job_id":"bc73012f-b427-4d81-ba5f-233c062872a7","html_url":"https://github.com/cpplint/cpplint","commit_stats":{"total_commits":684,"total_committers":149,"mean_commits":4.590604026845638,"dds":0.8055555555555556,"last_synced_commit":"7b88b68187e3516540fab3caa900988d2179ed24"},"previous_names":["theandrewdavis/cpplint"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/sbom","scorecard":{"id":306720,"data":{"date":"2025-08-11","repo":{"name":"github.com/cpplint/cpplint","commit":"6734a6df6c4791b58518357da313084bf092430b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:63","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:20","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:32"],"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 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-17T22:14:26.767Z","repository_id":3861444,"created_at":"2025-08-17T22:14:26.768Z","updated_at":"2025-08-17T22:14:26.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"cpplint","name":"cpplint","uuid":"23239423","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/23239423?v=4","repositories_count":2,"last_synced_at":"2024-03-26T15:06:56.275Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cpplint","funding_links":[],"total_stars":1451,"followers":7,"following":0,"created_at":"2022-11-03T23:18:36.281Z","updated_at":"2024-03-26T15:06:56.287Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint/repositories"},"packages":[{"id":6064668,"name":"cpplint","ecosystem":"alpine","description":"Static code checker for C++","homepage":"https://github.com/cpplint/cpplint","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cpplint/cpplint","keywords_array":[],"namespace":"testing","versions_count":7,"first_release_published_at":"2023-01-10T22:51:13.000Z","latest_release_published_at":"2025-04-13T22:56:41.000Z","latest_release_number":"2.0.2-r0","last_synced_at":"2025-08-14T03:01:53.124Z","created_at":"2023-01-31T19:15:25.648Z","updated_at":"2025-09-07T20:10:50.573Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/cpplint","install_command":"apk add cpplint","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":3861444,"uuid":"47154941","full_name":"cpplint/cpplint","owner":"cpplint","description":"Static code checker for C++","archived":false,"fork":false,"pushed_at":"2025-09-07T05:47:24.000Z","size":4585,"stargazers_count":1735,"open_issues_count":69,"forks_count":294,"subscribers_count":35,"default_branch":"develop","last_synced_at":"2025-09-07T07:18:12.173Z","etag":null,"topics":["cpp","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/styleguide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-12-01T00:33:44.000Z","updated_at":"2025-09-07T05:47:28.000Z","dependencies_parsed_at":"2025-04-06T16:27:44.917Z","dependency_job_id":"bc73012f-b427-4d81-ba5f-233c062872a7","html_url":"https://github.com/cpplint/cpplint","commit_stats":{"total_commits":684,"total_committers":149,"mean_commits":4.590604026845638,"dds":0.8055555555555556,"last_synced_commit":"7b88b68187e3516540fab3caa900988d2179ed24"},"previous_names":["theandrewdavis/cpplint"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/sbom","scorecard":{"id":306720,"data":{"date":"2025-08-11","repo":{"name":"github.com/cpplint/cpplint","commit":"6734a6df6c4791b58518357da313084bf092430b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:63","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:20","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:32"],"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 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-17T22:14:26.767Z","repository_id":3861444,"created_at":"2025-08-17T22:14:26.768Z","updated_at":"2025-08-17T22:14:26.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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-07T02:00:09.463Z","response_time":67,"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":"cpplint","name":"cpplint","uuid":"23239423","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/23239423?v=4","repositories_count":2,"last_synced_at":"2024-03-26T15:06:56.275Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cpplint","funding_links":[],"total_stars":1451,"followers":7,"following":0,"created_at":"2022-11-03T23:18:36.281Z","updated_at":"2024-03-26T15:06:56.287Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint/repositories"},"tags":[{"name":"2.0.2","sha":"350702a4d39395571bd118c9a3cff0a573488d61","kind":"commit","published_at":"2025-04-08T01:16:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"b8d33cfc04854d57e067a4e9d258bf9145717729","kind":"commit","published_at":"2025-04-02T12:20:45.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"f4363d7fc0d5f38c4fd41b658e069e96583da0d5","kind":"commit","published_at":"2024-10-06T19:56:15.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0/manifests"},{"name":"1.6.1","sha":"adfa11cf7584ae3c57cb77489b5af1681002f47d","kind":"commit","published_at":"2022-08-20T14:10:33.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1/manifests"},{"name":"1.6.0","sha":"46b8c79f92d39518878da395afacb8c288fbbada","kind":"commit","published_at":"2022-02-19T06:06:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0/manifests"},{"name":"1.5.5","sha":"6b1d29874dc5d7c3c9201b70e760b3eb9468a60d","kind":"commit","published_at":"2021-05-20T10:29:07.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5/manifests"},{"name":"fixed","sha":"65f9433563edc1066b2a3109707037c8c0cfb109","kind":"commit","published_at":"2021-04-11T09:17:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/fixed","html_url":"https://github.com/cpplint/cpplint/releases/tag/fixed","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@fixed","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed/manifests"},{"name":"1.5.4","sha":"5b4259ef4c94d34e98192f53466c8af5e9d1c259","kind":"commit","published_at":"2020-08-18T00:55:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"4c3dedb4f9447fda531d31853da15193c6e4b005","kind":"commit","published_at":"2020-07-20T04:28:09.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"010d807dfe4da782150a86817c60c73ecb7f1752","kind":"commit","published_at":"2020-06-24T01:07:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"93c87ce428fddcda0d2130fe0065557b6194d726","kind":"commit","published_at":"2020-06-05T08:45:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"154a8478a1c21bb1401663a8742b122234c35e04","kind":"commit","published_at":"2020-05-31T12:45:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0/manifests"},{"name":"1.4.6","sha":"d312259e07593a2931c5b9c8d5245218ffa53114","kind":"commit","published_at":"2020-05-31T12:23:17.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d0465e6b7b52335d21c45b5769e9eb0d648a7ea5","kind":"commit","published_at":"2020-01-13T07:38:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"4f2119f3402b91c9a97dc247191129b14d246b8a","kind":"commit","published_at":"2019-02-25T00:56:26.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"6c1291035eb08f08709f234fe174798660738cbd","kind":"commit","published_at":"2019-02-17T23:05:14.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"8c788112249444263b9cde6e23da4127e7dc39c1","kind":"commit","published_at":"2019-02-17T14:36:18.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"743b0c2d2dde364382f3cd5eaa4143e18d00e249","kind":"commit","published_at":"2019-02-17T08:00:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"2676b8abaa00063729a033660870bcf66cc5ac26","kind":"commit","published_at":"2019-02-17T04:11:50.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"2a22afe32b7bf4a1ebd7832e203fe8e97c89ee85","kind":"commit","published_at":"2016-07-12T13:39:22.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.3.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0/manifests"},{"name":"1.2.2","sha":"e9560b8d566255e0b54db911d5c739b79428aaa8","kind":"commit","published_at":"2016-04-07T11:32:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"f9da49a9934721f025a5b5e418309513b14af69f","kind":"commit","published_at":"2016-03-19T12:25:25.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"d15580312f9bdca696fcce0d484a1b0614c3a246","kind":"commit","published_at":"2016-03-19T12:17:56.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"2551012408cb2c03aa16cc800628112b9f8e8b64","kind":"commit","published_at":"2016-02-23T15:07:41.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.1.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"f3559ecf846868cc581e31cf485cc42c56748090","kind":"commit","published_at":"2016-02-12T02:08:32.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"34ac92320652d5431b9918d58bd510da2a7cb7ec","kind":"commit","published_at":"2016-02-03T00:31:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0/manifests"},{"name":"0.0.9","sha":"4842b74dbfa3f989618d43f42df47f67becbb40f","kind":"commit","published_at":"2016-01-22T21:34:20.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.9","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"f432c966e7e7fe4cdcc036bcecfc43c972099862","kind":"commit","published_at":"2016-01-17T17:56:48.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.8","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"ab8bc61fccc09af11b764f656f8eddf4a70fc19a","kind":"commit","published_at":"2016-01-06T23:53:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.7","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"946559f3c54cafd5656047e4b137f37e43ee5126","kind":"commit","published_at":"2015-12-14T20:29:39.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6/manifests"}]},"repo_metadata_updated_at":"2025-09-07T20:10:50.573Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":14.64073262366938,"stargazers_count":8.476831559173451,"forks_count":6.938791484032561,"average":7.5140889167188485},"purl":"pkg:apk/alpine/cpplint?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/cpplint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/cpplint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/cpplint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:29:05.688Z","issues_count":99,"pull_requests_count":248,"avg_time_to_close_issue":44342650.47058824,"avg_time_to_close_pull_request":8717779.965065502,"issues_closed_count":51,"pull_requests_closed_count":229,"pull_request_authors_count":57,"issue_authors_count":72,"avg_comments_per_issue":2.8282828282828283,"avg_comments_per_pull_request":1.8669354838709677,"merged_pull_requests_count":165,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":21,"past_year_pull_requests_count":147,"past_year_avg_time_to_close_issue":3952106.25,"past_year_avg_time_to_close_pull_request":825864.4609375,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":128,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.0476190476190477,"past_year_avg_comments_per_pull_request":1.6870748299319729,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":11,"past_year_merged_pull_requests_count":99,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/issues","maintainers":[{"login":"cclauss","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"mattyclarkson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattyclarkson"}],"active_maintainers":[{"login":"cclauss","count":78,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint/related_packages","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"team/rust","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","packages_count":738,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","role":null,"created_at":"2023-02-01T01:24:50.343Z","updated_at":"2023-02-01T01:24:50.343Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37130,"maintainers_count":822,"namespaces_count":3,"keywords_count":6489,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2647},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-08T05:01:36.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}},{"id":2682021,"name":"cpplint","ecosystem":"pypi","description":"Check C++ files configurably against Google's style guide","homepage":"https://github.com/cpplint/cpplint","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cpplint/cpplint","keywords_array":["c++","cpp","google style","lint"],"namespace":null,"versions_count":33,"first_release_published_at":"2012-10-12T18:41:44.000Z","latest_release_published_at":"2025-04-08T01:22:24.000Z","latest_release_number":"2.0.2","last_synced_at":"2025-04-08T01:32:22.648Z","created_at":"2022-04-10T10:28:13.289Z","updated_at":"2025-09-07T20:10:50.741Z","registry_url":"https://pypi.org/project/cpplint/","install_command":"pip install cpplint --index-url https://pypi.org/simple","documentation_url":"https://cpplint.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Environment :: Console","Intended Audience :: End Users/Desktop","License :: Freely Distributable","License :: OSI Approved :: BSD License","Natural Language :: English","Programming Language :: C++","Programming Language :: Python :: 3 :: Only","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.9","Topic :: Software Development :: Quality Assurance"],"normalized_name":"cpplint"},"repo_metadata":{"id":3861444,"uuid":"47154941","full_name":"cpplint/cpplint","owner":"cpplint","description":"Static code checker for C++","archived":false,"fork":false,"pushed_at":"2025-09-07T05:47:24.000Z","size":4585,"stargazers_count":1735,"open_issues_count":69,"forks_count":294,"subscribers_count":35,"default_branch":"develop","last_synced_at":"2025-09-07T07:18:12.173Z","etag":null,"topics":["cpp","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/styleguide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-12-01T00:33:44.000Z","updated_at":"2025-09-07T05:47:28.000Z","dependencies_parsed_at":"2025-04-06T16:27:44.917Z","dependency_job_id":"bc73012f-b427-4d81-ba5f-233c062872a7","html_url":"https://github.com/cpplint/cpplint","commit_stats":{"total_commits":684,"total_committers":149,"mean_commits":4.590604026845638,"dds":0.8055555555555556,"last_synced_commit":"7b88b68187e3516540fab3caa900988d2179ed24"},"previous_names":["theandrewdavis/cpplint"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/sbom","scorecard":{"id":306720,"data":{"date":"2025-08-11","repo":{"name":"github.com/cpplint/cpplint","commit":"6734a6df6c4791b58518357da313084bf092430b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:63","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:20","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:32"],"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 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-17T22:14:26.767Z","repository_id":3861444,"created_at":"2025-08-17T22:14:26.768Z","updated_at":"2025-08-17T22:14:26.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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-07T02:00:09.463Z","response_time":67,"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":"cpplint","name":"cpplint","uuid":"23239423","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/23239423?v=4","repositories_count":2,"last_synced_at":"2024-03-26T15:06:56.275Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cpplint","funding_links":[],"total_stars":1451,"followers":7,"following":0,"created_at":"2022-11-03T23:18:36.281Z","updated_at":"2024-03-26T15:06:56.287Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint/repositories"},"tags":[{"name":"2.0.2","sha":"350702a4d39395571bd118c9a3cff0a573488d61","kind":"commit","published_at":"2025-04-08T01:16:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"b8d33cfc04854d57e067a4e9d258bf9145717729","kind":"commit","published_at":"2025-04-02T12:20:45.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"f4363d7fc0d5f38c4fd41b658e069e96583da0d5","kind":"commit","published_at":"2024-10-06T19:56:15.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0/manifests"},{"name":"1.6.1","sha":"adfa11cf7584ae3c57cb77489b5af1681002f47d","kind":"commit","published_at":"2022-08-20T14:10:33.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1/manifests"},{"name":"1.6.0","sha":"46b8c79f92d39518878da395afacb8c288fbbada","kind":"commit","published_at":"2022-02-19T06:06:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0/manifests"},{"name":"1.5.5","sha":"6b1d29874dc5d7c3c9201b70e760b3eb9468a60d","kind":"commit","published_at":"2021-05-20T10:29:07.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5/manifests"},{"name":"fixed","sha":"65f9433563edc1066b2a3109707037c8c0cfb109","kind":"commit","published_at":"2021-04-11T09:17:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/fixed","html_url":"https://github.com/cpplint/cpplint/releases/tag/fixed","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@fixed","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed/manifests"},{"name":"1.5.4","sha":"5b4259ef4c94d34e98192f53466c8af5e9d1c259","kind":"commit","published_at":"2020-08-18T00:55:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"4c3dedb4f9447fda531d31853da15193c6e4b005","kind":"commit","published_at":"2020-07-20T04:28:09.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"010d807dfe4da782150a86817c60c73ecb7f1752","kind":"commit","published_at":"2020-06-24T01:07:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"93c87ce428fddcda0d2130fe0065557b6194d726","kind":"commit","published_at":"2020-06-05T08:45:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"154a8478a1c21bb1401663a8742b122234c35e04","kind":"commit","published_at":"2020-05-31T12:45:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0/manifests"},{"name":"1.4.6","sha":"d312259e07593a2931c5b9c8d5245218ffa53114","kind":"commit","published_at":"2020-05-31T12:23:17.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d0465e6b7b52335d21c45b5769e9eb0d648a7ea5","kind":"commit","published_at":"2020-01-13T07:38:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"4f2119f3402b91c9a97dc247191129b14d246b8a","kind":"commit","published_at":"2019-02-25T00:56:26.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"6c1291035eb08f08709f234fe174798660738cbd","kind":"commit","published_at":"2019-02-17T23:05:14.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"8c788112249444263b9cde6e23da4127e7dc39c1","kind":"commit","published_at":"2019-02-17T14:36:18.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"743b0c2d2dde364382f3cd5eaa4143e18d00e249","kind":"commit","published_at":"2019-02-17T08:00:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"2676b8abaa00063729a033660870bcf66cc5ac26","kind":"commit","published_at":"2019-02-17T04:11:50.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"2a22afe32b7bf4a1ebd7832e203fe8e97c89ee85","kind":"commit","published_at":"2016-07-12T13:39:22.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.3.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0/manifests"},{"name":"1.2.2","sha":"e9560b8d566255e0b54db911d5c739b79428aaa8","kind":"commit","published_at":"2016-04-07T11:32:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"f9da49a9934721f025a5b5e418309513b14af69f","kind":"commit","published_at":"2016-03-19T12:25:25.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"d15580312f9bdca696fcce0d484a1b0614c3a246","kind":"commit","published_at":"2016-03-19T12:17:56.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"2551012408cb2c03aa16cc800628112b9f8e8b64","kind":"commit","published_at":"2016-02-23T15:07:41.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.1.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"f3559ecf846868cc581e31cf485cc42c56748090","kind":"commit","published_at":"2016-02-12T02:08:32.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"34ac92320652d5431b9918d58bd510da2a7cb7ec","kind":"commit","published_at":"2016-02-03T00:31:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0/manifests"},{"name":"0.0.9","sha":"4842b74dbfa3f989618d43f42df47f67becbb40f","kind":"commit","published_at":"2016-01-22T21:34:20.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.9","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"f432c966e7e7fe4cdcc036bcecfc43c972099862","kind":"commit","published_at":"2016-01-17T17:56:48.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.8","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"ab8bc61fccc09af11b764f656f8eddf4a70fc19a","kind":"commit","published_at":"2016-01-06T23:53:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.7","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"946559f3c54cafd5656047e4b137f37e43ee5126","kind":"commit","published_at":"2015-12-14T20:29:39.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6/manifests"}]},"repo_metadata_updated_at":"2025-09-07T20:10:50.741Z","dependent_packages_count":23,"downloads":320393,"downloads_period":"last-month","dependent_repos_count":341,"rankings":{"downloads":0.7396607307035162,"dependent_repos_count":0.793068056213485,"dependent_packages_count":0.5556706625228158,"stargazers_count":1.8097663034896576,"forks_count":3.225876483172944,"docker_downloads_count":0.6454287067740407,"average":1.2949118238127433},"purl":"pkg:pypi/cpplint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/cpplint","docker_dependents_count":70,"docker_downloads_count":950723,"usage_url":"https://repos.ecosyste.ms/usage/pypi/cpplint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/cpplint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:29:05.688Z","issues_count":99,"pull_requests_count":248,"avg_time_to_close_issue":44342650.47058824,"avg_time_to_close_pull_request":8717779.965065502,"issues_closed_count":51,"pull_requests_closed_count":229,"pull_request_authors_count":57,"issue_authors_count":72,"avg_comments_per_issue":2.8282828282828283,"avg_comments_per_pull_request":1.8669354838709677,"merged_pull_requests_count":165,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":21,"past_year_pull_requests_count":147,"past_year_avg_time_to_close_issue":3952106.25,"past_year_avg_time_to_close_pull_request":825864.4609375,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":128,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.0476190476190477,"past_year_avg_comments_per_pull_request":1.6870748299319729,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":11,"past_year_merged_pull_requests_count":99,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/issues","maintainers":[{"login":"cclauss","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"mattyclarkson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattyclarkson"}],"active_maintainers":[{"login":"cclauss","count":78,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cpplint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cpplint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cpplint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/cpplint/related_packages","maintainers":[{"uuid":"ThibaultKruse","login":"ThibaultKruse","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://pypi.org/user/ThibaultKruse/","role":null,"created_at":"2023-01-29T17:12:10.736Z","updated_at":"2023-01-29T17:12:10.736Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ThibaultKruse/packages"},{"uuid":"John.Mark.Vandenberg","login":"John.Mark.Vandenberg","name":null,"email":null,"url":null,"packages_count":27,"html_url":"https://pypi.org/user/John.Mark.Vandenberg/","role":"Maintainer","created_at":"2024-02-18T21:30:29.279Z","updated_at":"2024-02-18T21:30:29.279Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/John.Mark.Vandenberg/packages"},{"uuid":"mattyclarkson","login":"mattyclarkson","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/mattyclarkson/","role":null,"created_at":"2023-01-29T17:12:10.720Z","updated_at":"2023-01-29T17:12:10.720Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/mattyclarkson/packages"},{"uuid":"theandrewdavis","login":"theandrewdavis","name":null,"email":null,"url":null,"packages_count":1,"html_url":"https://pypi.org/user/theandrewdavis/","role":null,"created_at":"2023-01-29T17:12:10.728Z","updated_at":"2023-01-29T17:12:10.728Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/theandrewdavis/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726151,"maintainers_count":308800,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":5296156,"name":"cpplint","ecosystem":"conda","description":"Cpplint is a command-line tool to check C/C++ files for style issues following Google's C++ style guide. Cpplint is developed and maintained by Google Inc. at google/styleguide, also see see the wikipedia entry.  While Google maintains cpplint, Google is not (very) responsive to issues and pull requests, this fork aims to be (somewhat) more open to add fixes to cpplint to enable fixes, when those fixes make cpplint usable in wider contexts.","homepage":"https://github.com/cpplint/cpplint","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cpplint/cpplint","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-03-05T16:36:18.000Z","latest_release_published_at":"2022-02-21T11:30:56.000Z","latest_release_number":"1.6.0","last_synced_at":"2025-09-07T07:24:41.494Z","created_at":"2022-10-03T16:00:01.976Z","updated_at":"2025-09-07T20:10:50.741Z","registry_url":"https://anaconda.org/conda-forge/cpplint","install_command":"conda install -c conda-forge cpplint","documentation_url":null,"metadata":{},"repo_metadata":{"id":3861444,"uuid":"47154941","full_name":"cpplint/cpplint","owner":"cpplint","description":"Static code checker for C++","archived":false,"fork":false,"pushed_at":"2025-09-07T05:47:24.000Z","size":4585,"stargazers_count":1735,"open_issues_count":69,"forks_count":294,"subscribers_count":35,"default_branch":"develop","last_synced_at":"2025-09-07T07:18:12.173Z","etag":null,"topics":["cpp","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/styleguide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-12-01T00:33:44.000Z","updated_at":"2025-09-07T05:47:28.000Z","dependencies_parsed_at":"2025-04-06T16:27:44.917Z","dependency_job_id":"bc73012f-b427-4d81-ba5f-233c062872a7","html_url":"https://github.com/cpplint/cpplint","commit_stats":{"total_commits":684,"total_committers":149,"mean_commits":4.590604026845638,"dds":0.8055555555555556,"last_synced_commit":"7b88b68187e3516540fab3caa900988d2179ed24"},"previous_names":["theandrewdavis/cpplint"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/sbom","scorecard":{"id":306720,"data":{"date":"2025-08-11","repo":{"name":"github.com/cpplint/cpplint","commit":"6734a6df6c4791b58518357da313084bf092430b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:63","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:20","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:32"],"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 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-17T22:14:26.767Z","repository_id":3861444,"created_at":"2025-08-17T22:14:26.768Z","updated_at":"2025-08-17T22:14:26.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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-07T02:00:09.463Z","response_time":67,"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":"cpplint","name":"cpplint","uuid":"23239423","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/23239423?v=4","repositories_count":2,"last_synced_at":"2024-03-26T15:06:56.275Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cpplint","funding_links":[],"total_stars":1451,"followers":7,"following":0,"created_at":"2022-11-03T23:18:36.281Z","updated_at":"2024-03-26T15:06:56.287Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint/repositories"},"tags":[{"name":"2.0.2","sha":"350702a4d39395571bd118c9a3cff0a573488d61","kind":"commit","published_at":"2025-04-08T01:16:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"b8d33cfc04854d57e067a4e9d258bf9145717729","kind":"commit","published_at":"2025-04-02T12:20:45.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"f4363d7fc0d5f38c4fd41b658e069e96583da0d5","kind":"commit","published_at":"2024-10-06T19:56:15.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0/manifests"},{"name":"1.6.1","sha":"adfa11cf7584ae3c57cb77489b5af1681002f47d","kind":"commit","published_at":"2022-08-20T14:10:33.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1/manifests"},{"name":"1.6.0","sha":"46b8c79f92d39518878da395afacb8c288fbbada","kind":"commit","published_at":"2022-02-19T06:06:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0/manifests"},{"name":"1.5.5","sha":"6b1d29874dc5d7c3c9201b70e760b3eb9468a60d","kind":"commit","published_at":"2021-05-20T10:29:07.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5/manifests"},{"name":"fixed","sha":"65f9433563edc1066b2a3109707037c8c0cfb109","kind":"commit","published_at":"2021-04-11T09:17:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/fixed","html_url":"https://github.com/cpplint/cpplint/releases/tag/fixed","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@fixed","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed/manifests"},{"name":"1.5.4","sha":"5b4259ef4c94d34e98192f53466c8af5e9d1c259","kind":"commit","published_at":"2020-08-18T00:55:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"4c3dedb4f9447fda531d31853da15193c6e4b005","kind":"commit","published_at":"2020-07-20T04:28:09.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"010d807dfe4da782150a86817c60c73ecb7f1752","kind":"commit","published_at":"2020-06-24T01:07:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"93c87ce428fddcda0d2130fe0065557b6194d726","kind":"commit","published_at":"2020-06-05T08:45:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"154a8478a1c21bb1401663a8742b122234c35e04","kind":"commit","published_at":"2020-05-31T12:45:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0/manifests"},{"name":"1.4.6","sha":"d312259e07593a2931c5b9c8d5245218ffa53114","kind":"commit","published_at":"2020-05-31T12:23:17.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d0465e6b7b52335d21c45b5769e9eb0d648a7ea5","kind":"commit","published_at":"2020-01-13T07:38:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"4f2119f3402b91c9a97dc247191129b14d246b8a","kind":"commit","published_at":"2019-02-25T00:56:26.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"6c1291035eb08f08709f234fe174798660738cbd","kind":"commit","published_at":"2019-02-17T23:05:14.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"8c788112249444263b9cde6e23da4127e7dc39c1","kind":"commit","published_at":"2019-02-17T14:36:18.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"743b0c2d2dde364382f3cd5eaa4143e18d00e249","kind":"commit","published_at":"2019-02-17T08:00:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"2676b8abaa00063729a033660870bcf66cc5ac26","kind":"commit","published_at":"2019-02-17T04:11:50.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"2a22afe32b7bf4a1ebd7832e203fe8e97c89ee85","kind":"commit","published_at":"2016-07-12T13:39:22.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.3.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0/manifests"},{"name":"1.2.2","sha":"e9560b8d566255e0b54db911d5c739b79428aaa8","kind":"commit","published_at":"2016-04-07T11:32:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"f9da49a9934721f025a5b5e418309513b14af69f","kind":"commit","published_at":"2016-03-19T12:25:25.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"d15580312f9bdca696fcce0d484a1b0614c3a246","kind":"commit","published_at":"2016-03-19T12:17:56.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"2551012408cb2c03aa16cc800628112b9f8e8b64","kind":"commit","published_at":"2016-02-23T15:07:41.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.1.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"f3559ecf846868cc581e31cf485cc42c56748090","kind":"commit","published_at":"2016-02-12T02:08:32.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"34ac92320652d5431b9918d58bd510da2a7cb7ec","kind":"commit","published_at":"2016-02-03T00:31:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0/manifests"},{"name":"0.0.9","sha":"4842b74dbfa3f989618d43f42df47f67becbb40f","kind":"commit","published_at":"2016-01-22T21:34:20.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.9","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"f432c966e7e7fe4cdcc036bcecfc43c972099862","kind":"commit","published_at":"2016-01-17T17:56:48.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.8","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"ab8bc61fccc09af11b764f656f8eddf4a70fc19a","kind":"commit","published_at":"2016-01-06T23:53:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.7","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"946559f3c54cafd5656047e4b137f37e43ee5126","kind":"commit","published_at":"2015-12-14T20:29:39.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6/manifests"}]},"repo_metadata_updated_at":"2025-09-07T20:10:50.740Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":18,"rankings":{"downloads":null,"dependent_repos_count":8.418583761664754,"dependent_packages_count":51.59439093767154,"stargazers_count":11.268027346673986,"forks_count":11.253056539747492,"docker_downloads_count":null,"average":20.633514646439444},"purl":"pkg:conda/cpplint","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/cpplint","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/cpplint","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/cpplint/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:29:05.688Z","issues_count":99,"pull_requests_count":248,"avg_time_to_close_issue":44342650.47058824,"avg_time_to_close_pull_request":8717779.965065502,"issues_closed_count":51,"pull_requests_closed_count":229,"pull_request_authors_count":57,"issue_authors_count":72,"avg_comments_per_issue":2.8282828282828283,"avg_comments_per_pull_request":1.8669354838709677,"merged_pull_requests_count":165,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":21,"past_year_pull_requests_count":147,"past_year_avg_time_to_close_issue":3952106.25,"past_year_avg_time_to_close_pull_request":825864.4609375,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":128,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.0476190476190477,"past_year_avg_comments_per_pull_request":1.6870748299319729,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":11,"past_year_merged_pull_requests_count":99,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/issues","maintainers":[{"login":"cclauss","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"mattyclarkson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattyclarkson"}],"active_maintainers":[{"login":"cclauss","count":78,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cpplint/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cpplint/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cpplint/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/cpplint/related_packages","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13414,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2190},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2025-09-08T06:53:21.618Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":7636558,"name":"cpplint-pyc","ecosystem":"alpine","description":"Precompiled Python bytecode for cpplint","homepage":"https://github.com/cpplint/cpplint","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/cpplint/cpplint","keywords_array":[],"namespace":"testing","versions_count":6,"first_release_published_at":"2023-04-23T18:21:27.000Z","latest_release_published_at":"2025-04-13T22:56:41.000Z","latest_release_number":"2.0.2-r0","last_synced_at":"2025-09-07T07:24:39.784Z","created_at":"2023-04-24T01:26:05.737Z","updated_at":"2025-09-07T20:10:50.574Z","registry_url":"https://pkgs.alpinelinux.org/package/edge/testing/x86_64/cpplint-pyc","install_command":"apk add cpplint-pyc","documentation_url":null,"metadata":{"repository":"testing","architecture":"x86_64"},"repo_metadata":{"id":3861444,"uuid":"47154941","full_name":"cpplint/cpplint","owner":"cpplint","description":"Static code checker for C++","archived":false,"fork":false,"pushed_at":"2025-09-07T05:47:24.000Z","size":4585,"stargazers_count":1735,"open_issues_count":69,"forks_count":294,"subscribers_count":35,"default_branch":"develop","last_synced_at":"2025-09-07T07:18:12.173Z","etag":null,"topics":["cpp","lint","linter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"google/styleguide","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cpplint.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-12-01T00:33:44.000Z","updated_at":"2025-09-07T05:47:28.000Z","dependencies_parsed_at":"2025-04-06T16:27:44.917Z","dependency_job_id":"bc73012f-b427-4d81-ba5f-233c062872a7","html_url":"https://github.com/cpplint/cpplint","commit_stats":{"total_commits":684,"total_committers":149,"mean_commits":4.590604026845638,"dds":0.8055555555555556,"last_synced_commit":"7b88b68187e3516540fab3caa900988d2179ed24"},"previous_names":["theandrewdavis/cpplint"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/cpplint/cpplint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/sbom","scorecard":{"id":306720,"data":{"date":"2025-08-11","repo":{"name":"github.com/cpplint/cpplint","commit":"6734a6df6c4791b58518357da313084bf092430b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":5,"reason":"5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/release.yml:63","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:112: update your workflow using https://app.stepsecurity.io/secureworkflow/cpplint/cpplint/release.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:20","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand 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":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:32"],"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 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-17T22:14:26.767Z","repository_id":3861444,"created_at":"2025-08-17T22:14:26.768Z","updated_at":"2025-08-17T22:14:26.768Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088625,"owners_count":25220260,"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-07T02:00:09.463Z","response_time":67,"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":"cpplint","name":"cpplint","uuid":"23239423","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/23239423?v=4","repositories_count":2,"last_synced_at":"2024-03-26T15:06:56.275Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/cpplint","funding_links":[],"total_stars":1451,"followers":7,"following":0,"created_at":"2022-11-03T23:18:36.281Z","updated_at":"2024-03-26T15:06:56.287Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cpplint/repositories"},"tags":[{"name":"2.0.2","sha":"350702a4d39395571bd118c9a3cff0a573488d61","kind":"commit","published_at":"2025-04-08T01:16:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"b8d33cfc04854d57e067a4e9d258bf9145717729","kind":"commit","published_at":"2025-04-02T12:20:45.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"f4363d7fc0d5f38c4fd41b658e069e96583da0d5","kind":"commit","published_at":"2024-10-06T19:56:15.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/2.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/2.0.0/manifests"},{"name":"1.6.1","sha":"adfa11cf7584ae3c57cb77489b5af1681002f47d","kind":"commit","published_at":"2022-08-20T14:10:33.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.1/manifests"},{"name":"1.6.0","sha":"46b8c79f92d39518878da395afacb8c288fbbada","kind":"commit","published_at":"2022-02-19T06:06:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.6.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.6.0/manifests"},{"name":"1.5.5","sha":"6b1d29874dc5d7c3c9201b70e760b3eb9468a60d","kind":"commit","published_at":"2021-05-20T10:29:07.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.5/manifests"},{"name":"fixed","sha":"65f9433563edc1066b2a3109707037c8c0cfb109","kind":"commit","published_at":"2021-04-11T09:17:55.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/fixed","html_url":"https://github.com/cpplint/cpplint/releases/tag/fixed","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@fixed","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/fixed/manifests"},{"name":"1.5.4","sha":"5b4259ef4c94d34e98192f53466c8af5e9d1c259","kind":"commit","published_at":"2020-08-18T00:55:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.4/manifests"},{"name":"1.5.3","sha":"4c3dedb4f9447fda531d31853da15193c6e4b005","kind":"commit","published_at":"2020-07-20T04:28:09.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.3/manifests"},{"name":"1.5.2","sha":"010d807dfe4da782150a86817c60c73ecb7f1752","kind":"commit","published_at":"2020-06-24T01:07:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.2/manifests"},{"name":"1.5.1","sha":"93c87ce428fddcda0d2130fe0065557b6194d726","kind":"commit","published_at":"2020-06-05T08:45:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.1/manifests"},{"name":"1.5.0","sha":"154a8478a1c21bb1401663a8742b122234c35e04","kind":"commit","published_at":"2020-05-31T12:45:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.5.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.5.0/manifests"},{"name":"1.4.6","sha":"d312259e07593a2931c5b9c8d5245218ffa53114","kind":"commit","published_at":"2020-05-31T12:23:17.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.6/manifests"},{"name":"1.4.5","sha":"d0465e6b7b52335d21c45b5769e9eb0d648a7ea5","kind":"commit","published_at":"2020-01-13T07:38:58.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.5","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.5/manifests"},{"name":"1.4.4","sha":"4f2119f3402b91c9a97dc247191129b14d246b8a","kind":"commit","published_at":"2019-02-25T00:56:26.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.4","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.4/manifests"},{"name":"1.4.3","sha":"6c1291035eb08f08709f234fe174798660738cbd","kind":"commit","published_at":"2019-02-17T23:05:14.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.3","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.3/manifests"},{"name":"1.4.2","sha":"8c788112249444263b9cde6e23da4127e7dc39c1","kind":"commit","published_at":"2019-02-17T14:36:18.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.2/manifests"},{"name":"1.4.1","sha":"743b0c2d2dde364382f3cd5eaa4143e18d00e249","kind":"commit","published_at":"2019-02-17T08:00:34.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"2676b8abaa00063729a033660870bcf66cc5ac26","kind":"commit","published_at":"2019-02-17T04:11:50.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.4.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.4.0/manifests"},{"name":"1.3.0","sha":"2a22afe32b7bf4a1ebd7832e203fe8e97c89ee85","kind":"commit","published_at":"2016-07-12T13:39:22.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.3.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.3.0/manifests"},{"name":"1.2.2","sha":"e9560b8d566255e0b54db911d5c739b79428aaa8","kind":"commit","published_at":"2016-04-07T11:32:51.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.2","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.2/manifests"},{"name":"1.2.1","sha":"f9da49a9934721f025a5b5e418309513b14af69f","kind":"commit","published_at":"2016-03-19T12:25:25.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.1/manifests"},{"name":"1.2.0","sha":"d15580312f9bdca696fcce0d484a1b0614c3a246","kind":"commit","published_at":"2016-03-19T12:17:56.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.2.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.2.0/manifests"},{"name":"1.1.0","sha":"2551012408cb2c03aa16cc800628112b9f8e8b64","kind":"commit","published_at":"2016-02-23T15:07:41.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.1.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.1.0/manifests"},{"name":"1.0.1","sha":"f3559ecf846868cc581e31cf485cc42c56748090","kind":"commit","published_at":"2016-02-12T02:08:32.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.1","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"34ac92320652d5431b9918d58bd510da2a7cb7ec","kind":"commit","published_at":"2016-02-03T00:31:11.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/1.0.0","html_url":"https://github.com/cpplint/cpplint/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/1.0.0/manifests"},{"name":"0.0.9","sha":"4842b74dbfa3f989618d43f42df47f67becbb40f","kind":"commit","published_at":"2016-01-22T21:34:20.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.9","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.9/manifests"},{"name":"0.0.8","sha":"f432c966e7e7fe4cdcc036bcecfc43c972099862","kind":"commit","published_at":"2016-01-17T17:56:48.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.8","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.8/manifests"},{"name":"0.0.7","sha":"ab8bc61fccc09af11b764f656f8eddf4a70fc19a","kind":"commit","published_at":"2016-01-06T23:53:03.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.7","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.7/manifests"},{"name":"0.0.6","sha":"946559f3c54cafd5656047e4b137f37e43ee5126","kind":"commit","published_at":"2015-12-14T20:29:39.000Z","download_url":"https://codeload.github.com/cpplint/cpplint/tar.gz/0.0.6","html_url":"https://github.com/cpplint/cpplint/releases/tag/0.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cpplint/cpplint@0.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/tags/0.0.6/manifests"}]},"repo_metadata_updated_at":"2025-09-07T20:10:50.574Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":13.87315339331334,"stargazers_count":8.69185411661935,"forks_count":7.199534104971973,"average":7.441135403726165},"purl":"pkg:apk/alpine/cpplint-pyc?arch=x86_64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/alpine/cpplint-pyc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/alpine/cpplint-pyc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/alpine/cpplint-pyc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T14:29:05.688Z","issues_count":99,"pull_requests_count":248,"avg_time_to_close_issue":44342650.47058824,"avg_time_to_close_pull_request":8717779.965065502,"issues_closed_count":51,"pull_requests_closed_count":229,"pull_request_authors_count":57,"issue_authors_count":72,"avg_comments_per_issue":2.8282828282828283,"avg_comments_per_pull_request":1.8669354838709677,"merged_pull_requests_count":165,"bot_issues_count":0,"bot_pull_requests_count":11,"past_year_issues_count":21,"past_year_pull_requests_count":147,"past_year_avg_time_to_close_issue":3952106.25,"past_year_avg_time_to_close_pull_request":825864.4609375,"past_year_issues_closed_count":8,"past_year_pull_requests_closed_count":128,"past_year_pull_request_authors_count":14,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.0476190476190477,"past_year_avg_comments_per_pull_request":1.6870748299319729,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":11,"past_year_merged_pull_requests_count":99,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/issues","maintainers":[{"login":"cclauss","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":70,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"mattyclarkson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattyclarkson"}],"active_maintainers":[{"login":"cclauss","count":78,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint-pyc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint-pyc/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint-pyc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages/cpplint-pyc/related_packages","maintainers":[{"uuid":"alpine@ptrcnull.me","login":null,"name":"team/rust","email":null,"url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","packages_count":738,"html_url":"https://pkgs.alpinelinux.org/packages?maintainer=team/rust","role":null,"created_at":"2023-04-24T01:50:18.075Z","updated_at":"2023-04-24T01:50:18.075Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers/alpine@ptrcnull.me/packages"}],"registry":{"name":"alpine-edge","url":"https://pkgs.alpinelinux.org/packages?branch=edge","ecosystem":"alpine","default":false,"packages_count":37130,"maintainers_count":822,"namespaces_count":3,"keywords_count":6489,"github":"alpinelinux","metadata":{"repos":["main","community","testing"],"funded_packages_count":2647},"icon_url":"https://github.com/alpinelinux.png","created_at":"2023-01-31T17:27:50.616Z","updated_at":"2025-09-08T05:01:36.044Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/alpine-edge/namespaces"}}],"commits":{"id":15815,"full_name":"cpplint/cpplint","default_branch":"develop","committers":[{"name":"Thibault Kruse","email":"thibault.kruse@gmx.de","login":"tkruse","count":140},{"name":"Andrew Davis","email":"theandrewdavis@gmail.com","login":"theandrewdavis","count":75},{"name":"Aaron Liu","email":"aaronliu0130@gmail.com","login":"aaronliu0130","count":73},{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":38},{"name":"Google Python team","email":"noreply@google.com","login":"a-googler","count":37},{"name":"erg@google.com","email":"erg@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":37},{"name":"Matt Clarkson","email":"mattyclarkson@gmail.com","login":"mattyclarkson","count":25},{"name":"mmentovai","email":"mmentovai@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":22},{"name":"Tony Ruscoe","email":"tonyruscoe@gmail.com","login":"tonyruscoe","count":20},{"name":"Isaac Good","email":"goodi@google.com","login":null,"count":15},{"name":"tunes@google.com","email":"tunes@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":11},{"name":"Igor Murashkin","email":"iam@google.com","login":"iam","count":10},{"name":"mark@chromium.org","email":"mark@chromium.org@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":9},{"name":"Daniel Cheng","email":"dcheng@chromium.org","login":"zetafunction","count":9},{"name":"samantharachelcook","email":"samantharachelcook@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":8},{"name":"cclauss","email":"cclauss@bluewin.ch","login":null,"count":8},{"name":"John Vandenberg","email":"jayvdb@gmail.com","login":"jayvdb","count":7},{"name":"Gaal Yahas","email":"gaal@google.com","login":"gaal","count":6},{"name":"LukeCz","email":"lukasz.czajczyk@gmail.com","login":"LukeCz","count":6},{"name":"Elliot Glaysher","email":"glaysher@umich.edu","login":"eglaysher","count":6},{"name":"Geoffrey Viola","email":"geoffviola","login":"geoffviola","count":6},{"name":"James Lamb","email":"jaylamb20@gmail.com","login":"jameslamb","count":6},{"name":"Liam Miller-Cushon","email":"cushon@google.com","login":"cushon","count":6},{"name":"Victor Costan","email":"pwnall@chromium.org","login":"pwnall","count":5},{"name":"Mark Mentovai","email":"mark@chromium.org","login":"markmentovai","count":5},{"name":"Piotr Semenov","email":"piotr.k.semenov@gmail.com","login":"piotr-semenov","count":5},{"name":"Stephane Moore","email":"stephane.moore@gmail.com","login":"stephanemoore","count":5},{"name":"naomib@google.com","email":"naomib@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":5},{"name":"mshields@google.com","email":"mshields@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":5},{"name":"avakulenko@google.com","email":"avakulenko@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":5},{"name":"Elliotte Rusty Harold","email":"elharo@google.com","login":null,"count":5},{"name":"norab0130","email":"55304520+norab0130","login":"norab0130","count":4},{"name":"pinkerton","email":"pinkerton@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":4},{"name":"monsur","email":"monsur@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":4},{"name":"jensmeiert@google.com","email":"jensmeiert@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":4},{"name":"eh@google.com","email":"eh@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":4},{"name":"apicard@google.com","email":"apicard@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":4},{"name":"lhchavez","email":"lhchavez@google.com","login":"lhchavez","count":4},{"name":"Jonathan B Coe","email":"jbcoe@google.com","login":"jbcoe","count":4},{"name":"Dana Jansens","email":"danakj@orodu.net","login":"danakj","count":4},{"name":"Stephen Hicks","email":"sdh@google.com","login":"shicks","count":4},{"name":"Alan Yee","email":"alyee@ucsd.edu","login":"alanyee","count":4},{"name":"Clemens Hammacher","email":"clemensh@chromium.org","login":"backes","count":3},{"name":"Elliotte Rusty Harold","email":"elharo","login":"elharo","count":3},{"name":"Alex Light","email":"allight@google.com","login":"allight","count":3},{"name":"Ackermann Yuriy","email":"ackermann.yuriy@gmail.com","login":"yackermann","count":3},{"name":"Gregory P. Smith [Google]","email":"greg@krypto.org","login":"gpshead","count":3},{"name":"Nate Clark","email":"nate@neworld.us","login":"n3world","count":3},{"name":"Tobin Davis","email":"gruemaster@gmail.com","login":"GrueMaster","count":3},{"name":"Migelo","email":"miha@filetki.si","login":"Migelo","count":3},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":3},{"name":"Kathy Walrath","email":"kathyw@google.com","login":"kwalrath","count":3},{"name":"Mike Frysinger","email":"vapier@google.com","login":"vapier","count":3},{"name":"Rommel Martinez","email":"ebzzry@ebzzry.io","login":null,"count":3},{"name":"Johan Dahlberg","email":"johan.dahlberg@electrumab.se","login":null,"count":3},{"name":"284km","email":"k.furuhashi10@gmail.com","login":"284km","count":2},{"name":"Lorenz Bucher","email":"lorenz.bucher@gmail.com","login":"Sidelobe","count":2},{"name":"Michael Diamond","email":"diamondm@google.com","login":"dimo414","count":2},{"name":"Michael Zhou","email":"zhoumotongxue008@gmail.com","login":"Dominator008","count":2},{"name":"Nicolas Vuillamy","email":"nicolas.vuillamy@gmail.com","login":"nvuillam","count":2},{"name":"Armandas","email":"jarusauskas@gmail.com","login":"armandas","count":2},{"name":"Sergey Sharybin","email":"sergey.vfx@gmail.com","login":"sergeyvfx","count":2},{"name":"Titus Winters","email":"titus@google.com","login":"tituswinters","count":2},{"name":"Wan Liuyang","email":"tsfdye@gmail.com","login":"sfdye","count":2},{"name":"amanvell","email":"32349094+amanvell","login":"amanvell","count":2},{"name":"Nodir Turakulov","email":"nodir@chromium.org","login":"nodirt","count":2},{"name":"Oleh","email":"oleh.kozynets@outlook.com","login":"OlehKSS","count":2},{"name":"Alex Okrushko","email":"alex.okrushko@gmail.com","login":"alex-okrushko","count":2},{"name":"Philipp Hasper","email":"vcs@hasper.info","login":"PhilLab","count":2},{"name":"Vladislav Vinogradov","email":"vlad.vinogradov@intel.com","login":null,"count":2},{"name":"dbarnett@google.com","email":"dbarnett@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":2},{"name":"robbyw@google.com","email":"robbyw@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":2},{"name":"Alexandre Rames","email":"alexandre.rames@gmail.com","login":null,"count":2},{"name":"Mmanu Chaturvedi","email":"mmanu.chaturvedi@kitware.com","login":null,"count":2},{"name":"ember91","email":"31469580+ember91","login":"ember91","count":2},{"name":"rakhimov","email":"ol.rakhimov@gmail.com","login":"rakhimov","count":2},{"name":"schoetbi","email":"schoetbi","login":"schoetbi","count":2},{"name":"roooooooot","email":"suvtab@gmail.com","login":"ring00","count":1},{"name":"leVirve","email":"gae.m.project@gmail.com","login":"leVirve","count":1},{"name":"thic3006","email":"christian.thibaudeau@usherbrooke.ca","login":null,"count":1},{"name":"Łukasz Wieczorek","email":"lwieczorek@apptension.com","login":null,"count":1},{"name":"Rommel M. Martinez","email":"ebzzry@gmail.com","login":null,"count":1},{"name":"Thibault Kruse","email":"kruset@in.tum.de","login":null,"count":1},{"name":"Alex Vakulenko","email":"avakulenko@google.com","login":null,"count":1},{"name":"Karel Coudijzer","email":"karel.coudijzer@honeywell.com","login":null,"count":1},{"name":"Eric Leung","email":"leunge@ohsu.edu","login":null,"count":1},{"name":"Georg Piewald","email":"gpi@mission-embedded.com","login":null,"count":1},{"name":"davidnixon","email":"davidnixon@unknown.com","login":null,"count":1},{"name":"erg+personal@google.com","email":"erg+personal@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":1},{"name":"jcowan@google.com","email":"jcowan@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":1},{"name":"lgulich","email":"lgulich@ethz.ch","login":null,"count":1},{"name":"ralphj@google.com","email":"ralphj@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":1},{"name":"simonstewart@google.com","email":"simonstewart@google.com@955884f1-7149-0410-9467-59e7ac3f4d80","login":null,"count":1},{"name":"elrinor","email":"ru.elric@gmail.com","login":"elrinor","count":1},{"name":"algonell","email":"algonell@gmail.com","login":"algonell","count":1},{"name":"Yujin","email":"78896558+Yujinmon","login":"Yujinmon","count":1},{"name":"William Woodall","email":"william@osrfoundation.org","login":"wjwwood","count":1},{"name":"Vyas Ramasubramani","email":"vyas.ramasubramani@gmail.com","login":"vyasr","count":1},{"name":"Geoff Romer","email":"gromer@google.com","login":"geoffromer","count":1},{"name":"FaresSalem","email":"faressalem98@gmail.com","login":"FaresSalem","count":1},{"name":"Fabian Guera","email":"fabian.guera@gmail.com","login":"gueraf","count":1},{"name":"Eric Leung","email":"eric@erictleung.com","login":"erictleung","count":1},{"name":"Donatas Kučinskas","email":"donce.lt@gmail.com","login":"donce","count":1},{"name":"Dirk Thomas","email":"dthomas@osrfoundation.org","login":"dirk-thomas","count":1},{"name":"Dimitris Apostolou","email":"dimitris.apostolou@icloud.com","login":"rex4539","count":1},{"name":"David Mandelberg","email":"dseomn@google.com","login":"dseomn","count":1},{"name":"Darkhonbek","email":"11254619+darhonbek","login":"darhonbek","count":1},{"name":"Dan Beam","email":"dbeam@chromium.org","login":"danbeam","count":1},{"name":"Christopher Tubbs","email":"ctubbsii@apache.org","login":"ctubbsii","count":1},{"name":"Christian Oliff","email":"christianoliff@yahoo.com","login":"coliff","count":1},{"name":"Milan Lempera","email":"milanlempera@gmail.com","login":"MilanLempera","count":1},{"name":"Michał \"phoe\" Herda","email":"phoe@disroot.org","login":"phoe","count":1},{"name":"Michael Richters","email":"gedankenexperimenter@gmail.com","login":"gedankenexperimenter","count":1},{"name":"Michael Quinn","email":"msquinn@google.com","login":"michaelquinn32","count":1},{"name":"Michael Plump","email":"plumpy@google.com","login":"plumpy","count":1},{"name":"Alexander Artemenko","email":"svetlyak.40wt@gmail.com","login":"svetlyak40wt","count":1},{"name":"Neal Richardson","email":"neal.p.richardson@gmail.com","login":"nealrichardson","count":1},{"name":"xatier","email":"xatierlike@gmail.com","login":"xatier","count":1},{"name":"ujihisa","email":"ujihisa","login":"ujihisa","count":1},{"name":"Jesse Ruderman","email":"jruderman@gmail.com","login":"jruderman","count":1},{"name":"Jeong YunWon","email":"jeong@youknowone.org","login":"youknowone","count":1},{"name":"Chris Lalancette","email":"clalancette@openrobotics.org","login":"clalancette","count":1},{"name":"Ted Osborne","email":"tedo@google.com","login":"eccentricon","count":1},{"name":"vincent","email":"wenxiangxu1994@gmail.com","login":"Cabbageboy","count":1},{"name":"Alexander F Rødseth","email":"rodseth@gmail.com","login":"xyproto","count":1},{"name":"Antoine du Hamel","email":"duhamelantoine1995@gmail.com","login":"aduh95","count":1},{"name":"Arun Olappamanna Vasudevan","email":"arun.vasudev@nutanix.com","login":"arun-vasudev","count":1},{"name":"Bruno Henriques","email":"zettca@gmail.com","login":"zettca","count":1},{"name":"Tom Manshreck","email":"shreck@google.com","login":"manshreck","count":1},{"name":"Steven Peters","email":"scpeters@openrobotics.org","login":"scpeters","count":1},{"name":"Steve Van Opstal","email":"stevevanopstal@gmail.com","login":"SteveVanOpstal","count":1},{"name":"Shachar Langbeheim","email":"shachar@lightricks.com","login":"Shachlan","count":1},{"name":"Scott K Logan","email":"logans@cottsay.net","login":"cottsay","count":1},{"name":"Sangmo Kang","email":"sangmo.kang@lge.com","login":"sangmo-kang","count":1},{"name":"Samuel Freilich","email":"sfreilich@google.com","login":"sfreilich","count":1},{"name":"Sam Kleinman","email":"garen@tychoish.com","login":"tychoish","count":1},{"name":"Roman Franchuk","email":"franchukrom@gmail.com","login":"frp","count":1},{"name":"Robert (Jamie) Munro","email":"jamie@diffblue.com","login":"rjmunro","count":1},{"name":"Philip Kirkbride","email":"kirkins@gmail.com","login":"kirkins","count":1},{"name":"Philip Chimento","email":"philip.chimento@gmail.com","login":"ptomato","count":1},{"name":"Vojtěch Pejša","email":"vojtechpejsa7@gmail.com","login":"vojta7","count":1},{"name":"Nate Gallaher","email":"nate@thirdwave.ai","login":"nate-thirdwave","count":1},{"name":"Jacob Perron","email":"jacob@openrobotics.org","login":"jacobperron","count":1},{"name":"Itamar Ostricher","email":"itamarost@gmail.com","login":"itamaro","count":1},{"name":"Hs293Go","email":"hellston20a@gmail.com","login":"Hs293Go","count":1},{"name":"Georg Piewald","email":"32906232+groegeorg","login":"groegeorg","count":1},{"name":"rebekahpotter","email":"rebekah.b.potter@gmail.com","login":"rebekahpotter","count":1},{"name":"darvid7","email":"bvdarvid@gmail.com","login":"gammmaf","count":1},{"name":"Greger","email":"greger@cronquist.org","login":"crogre","count":1},{"name":"Eric Clinger","email":"cling.eric@gmail.com","login":"clingeric","count":1},{"name":"Michael Rose","email":"michael.rose@figure.ai","login":"michael-projectx","count":1},{"name":"Mark Winterrowd","email":"markwinterrowd4@gmail.com","login":"markww","count":1},{"name":"Jasper Orschulko","email":"Jasper.Orschulko@irisgmbh.de","login":"Jasper-Ben","count":1},{"name":"James Robinson II","email":"jrob286@gmail.com","login":"jrobinson2","count":1},{"name":"Matthew Woehlke","email":"matthew.woehlke@kitware.com","login":"mwoehlke-kitware","count":1},{"name":"Matthew Paul Gross","email":"MatthewGross","login":"MatthewGross","count":1},{"name":"Lambdac0re","email":"Lambdac0re","login":"Lambdac0re","count":1},{"name":"Kevin Lindkvist","email":"kevin.lindkvist@gmail.com","login":"kevinlindkvist","count":1},{"name":"Kevin Chowski","email":"kevin@chowski.com","login":"Carrotman42","count":1},{"name":"Karthikeyan Singaravelan","email":"tir.karthi@gmail.com","login":"tirkarthi","count":1},{"name":"Jochen Sprickerhof","email":"github@jochen.sprickerhof.de","login":"jspricke","count":1}],"total_commits":831,"total_committers":161,"total_bot_commits":3,"total_bot_committers":1,"mean_commits":5.161490683229814,"dds":0.8315282791817088,"past_year_committers":[{"name":"Christian Clauss","email":"cclauss@me.com","login":"cclauss","count":32},{"name":"Aaron Liu","email":"aaronliu0130@gmail.com","login":"aaronliu0130","count":27},{"name":"pre-commit-ci[bot]","email":"66853113+pre-commit-ci[bot]","login":"pre-commit-ci[bot]","count":3},{"name":"norab0130","email":"55304520+norab0130","login":"norab0130","count":2},{"name":"ember91","email":"31469580+ember91","login":"ember91","count":2},{"name":"Thibault Kruse","email":"tibokruse@googlemail.com","login":"tkruse","count":1},{"name":"Nate Gallaher","email":"nate@thirdwave.ai","login":"nate-thirdwave","count":1},{"name":"Mike Frysinger","email":"vapier@google.com","login":"vapier","count":1},{"name":"John Vandenberg","email":"jayvdb@gmail.com","login":"jayvdb","count":1},{"name":"Hs293Go","email":"hellston20a@gmail.com","login":"Hs293Go","count":1},{"name":"Geoffrey Viola","email":"geoffviola","login":"geoffviola","count":1},{"name":"Armandas Jarušauskas","email":"jarusauskas@gmail.com","login":"armandas","count":1},{"name":"Antoine du Hamel","email":"duhamelantoine1995@gmail.com","login":"aduh95","count":1}],"past_year_total_commits":74,"past_year_total_committers":13,"past_year_total_bot_commits":3,"past_year_total_bot_committers":1,"past_year_mean_commits":5.6923076923076925,"past_year_dds":0.5675675675675675,"last_synced_at":"2025-05-24T14:14:30.713Z","last_synced_commit":"b6ada002ca39c8b55ed08b278e0135c8a940db89","created_at":"2023-03-07T11:31:07.685Z","updated_at":"2025-05-24T14:18:06.737Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-29T00:00:19.078Z","repositories_count":5479765,"commits_count":853309695,"contributors_count":31095220,"owners_count":906558,"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":"cpplint/cpplint","html_url":"https://github.com/cpplint/cpplint","last_synced_at":"2025-09-08T07:53:28.358Z","status":null,"issues_count":100,"pull_requests_count":300,"avg_time_to_close_issue":54164982.22727273,"avg_time_to_close_pull_request":11072593.487272726,"issues_closed_count":44,"pull_requests_closed_count":275,"pull_request_authors_count":57,"issue_authors_count":72,"avg_comments_per_issue":2.67,"avg_comments_per_pull_request":1.7566666666666666,"merged_pull_requests_count":204,"bot_issues_count":0,"bot_pull_requests_count":12,"past_year_issues_count":21,"past_year_pull_requests_count":150,"past_year_avg_time_to_close_issue":991924.2,"past_year_avg_time_to_close_pull_request":667336.6538461539,"past_year_issues_closed_count":5,"past_year_pull_requests_closed_count":130,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":17,"past_year_avg_comments_per_issue":0.6190476190476191,"past_year_avg_comments_per_pull_request":1.6466666666666667,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":12,"past_year_merged_pull_requests_count":103,"created_at":"2023-05-10T21:26:13.608Z","updated_at":"2025-09-08T07:53:28.360Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cpplint%2Fcpplint/issues","issue_labels_count":{"bug":10,"enhancement":8,"question":1},"pull_request_labels_count":{"tests":6,"enhancement":2,"docs":2,"dependencies":2,"github_actions":2},"issue_author_associations_count":{"NONE":86,"COLLABORATOR":9,"MEMBER":3,"CONTRIBUTOR":2},"pull_request_author_associations_count":{"NONE":132,"COLLABORATOR":89,"MEMBER":65,"CONTRIBUTOR":14},"issue_authors":{"geoffviola":6,"aaronliu0130":6,"alejandro-colomar":5,"cclauss":4,"nickhuangxinyu":3,"mcandre":3,"Bouncner":2,"mattyclarkson":2,"crogre":2,"ptomato":2,"Yujinmon":2,"MoFHeka":2,"matyalatte":2,"jblueberry":1,"jayvdb":1,"spacey-sooty":1,"thierry-FreeBSD":1,"tkruse":1,"dvirtz":1,"PhilLab":1,"jeissonh":1,"stur86":1,"malakKassemm":1,"ngolin":1,"Robadob":1,"mdeweerd":1,"melroy89":1,"cvvergara":1,"XadillaX":1,"TLS566ba":1,"didebughu":1,"wjwwood":1,"jayoh-dev":1,"hongbo-miao":1,"Kyle-Thompson":1,"XuehaiPan":1,"rakhimov":1,"jalcine":1,"felixf4xu":1,"shankartnj":1,"dkfellows":1,"marinedayo":1,"CareF":1,"WasabiFan":1,"OfekShochat":1,"curoky":1,"Drapegnik":1,"pkern":1,"takenori-y":1,"chen3feng":1,"aehabdelouadoud":1,"sashao":1,"m3m0ryh0l3":1,"liu-hantong":1,"xiumingzhang":1,"armandas":1,"trivialfis":1,"Mirasire":1,"michael-projectx":1,"ketozhang":1,"yukkit":1,"OlehKSS":1,"ccvca":1,"michael-novitsky":1,"NINI1988":1,"snirlugassy-imagry":1,"stepancheg":1,"peternewman":1,"achanana":1,"zoezhoux":1,"hbhkx":1,"jameslamb":1},"pull_request_authors":{"cclauss":77,"aaronliu0130":65,"tkruse":22,"norab0130":20,"geoffviola":12,"jayvdb":12,"pre-commit-ci[bot]":10,"ember91":4,"armandas":3,"n3world":3,"nvuillam":3,"vapier":2,"Hs293Go":2,"thibaudeau-irt":2,"nate-thirdwave":2,"markww":2,"NathanBaulch":2,"wyatterp365":2,"jordancharest":2,"xatier":2,"PhilLab":2,"dependabot[bot]":2,"GrueMaster":2,"vyasr":2,"aduh95":2,"groegeorg":2,"scrouthtv":2,"tirkarthi":2,"jameslamb":2,"jspricke":2,"Abbyyan":2,"gedankenexperimenter":2,"sarnold":2,"Yujinmon":2,"backes":1,"indirectlylit":1,"sangmo-kang":1,"MarcoGorelli":1,"rjmunro":1,"elrinor":1,"winking324":1,"craxy2010":1,"OlehKSS":1,"Sidelobe":1,"Migelo":1,"yanj403":1,"ptomato":1,"cristiklein":1,"crogre":1,"jacobperron":1,"aleksander1982":1,"wjwwood":1,"DeuxVis":1,"Jasper-Ben":1,"miker2":1,"dwvisser":1,"priv-kweihmann":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-08T00:00:17.013Z","repositories_count":10165784,"issues_count":31999265,"pull_requests_count":100269215,"authors_count":10729006,"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":{"bug":4,"enhancement":1},"past_year_pull_request_labels_count":{"tests":6,"enhancement":2,"docs":2,"dependencies":2,"github_actions":2},"past_year_issue_author_associations_count":{"NONE":16,"COLLABORATOR":3,"CONTRIBUTOR":1,"MEMBER":1},"past_year_pull_request_author_associations_count":{"MEMBER":64,"COLLABORATOR":50,"NONE":22,"CONTRIBUTOR":14},"past_year_issue_authors":{"cclauss":3,"Bouncner":2,"MoFHeka":2,"yukkit":1,"trivialfis":1,"takenori-y":1,"stur86":1,"spacey-sooty":1,"snirlugassy-imagry":1,"ptomato":1,"pkern":1,"marinedayo":1,"jeissonh":1,"hongbo-miao":1,"dvirtz":1,"aehabdelouadoud":1,"aaronliu0130":1},"past_year_pull_request_authors":{"cclauss":75,"aaronliu0130":37,"norab0130":12,"pre-commit-ci[bot]":10,"sarnold":2,"NathanBaulch":2,"armandas":2,"geoffviola":2,"vapier":2,"Hs293Go":2,"dependabot[bot]":2,"jayvdb":2},"maintainers":[{"login":"cclauss","count":81,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":71,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"},{"login":"mattyclarkson","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattyclarkson"}],"active_maintainers":[{"login":"cclauss","count":78,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cclauss"},{"login":"aaronliu0130","count":38,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aaronliu0130"},{"login":"jayvdb","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jayvdb"}]},"events":{"total":{"CreateEvent":52,"ReleaseEvent":2,"IssuesEvent":40,"WatchEvent":160,"DeleteEvent":50,"IssueCommentEvent":185,"PushEvent":187,"PullRequestReviewCommentEvent":150,"PullRequestEvent":136,"PullRequestReviewEvent":211,"ForkEvent":22},"last_year":{"CreateEvent":52,"ReleaseEvent":2,"IssuesEvent":40,"WatchEvent":160,"DeleteEvent":50,"IssueCommentEvent":185,"PushEvent":187,"PullRequestReviewCommentEvent":150,"PullRequestEvent":136,"PullRequestReviewEvent":211,"ForkEvent":22}},"keywords":["cpp","lint","linter"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/ci.yml","sha":null,"kind":"manifest","created_at":"2023-01-16T21:15:47.774Z","updated_at":"2023-01-16T21:15:47.774Z","repository_link":"https://github.com/cpplint/cpplint/blob/develop/.github/workflows/ci.yml","dependencies":[{"id":6958978570,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":6958978573,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/release.yml","sha":null,"kind":"manifest","created_at":"2025-04-06T16:27:43.932Z","updated_at":"2025-04-06T16:27:43.932Z","repository_link":"https://github.com/cpplint/cpplint/blob/develop/.github/workflows/release.yml","dependencies":[{"id":22571263024,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":22571263025,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v5","direct":true,"kind":"composite","optional":false},{"id":22571263026,"package_name":"actions/upload-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":22571263027,"package_name":"actions/download-artifact","ecosystem":"actions","requirements":"v4","direct":true,"kind":"composite","optional":false},{"id":22571263028,"package_name":"pypa/gh-action-pypi-publish","ecosystem":"actions","requirements":"release/v1","direct":true,"kind":"composite","optional":false},{"id":22571263029,"package_name":"sigstore/gh-action-sigstore-python","ecosystem":"actions","requirements":"v3.0.0","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2025-04-06T16:27:44.769Z","updated_at":"2025-04-06T16:27:44.769Z","repository_link":"https://github.com/cpplint/cpplint/blob/develop/pyproject.toml","dependencies":[]}],"score":26.634931340308224,"created_at":"2025-09-08T11:18:45.381Z","updated_at":"2025-10-07T08:25:18.858Z","avatar_url":"https://github.com/cpplint.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":320393,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["distributed","flexible","alignment","unit-testing","arrow","closember","qt","deep-neural-networks","python2","reproducibility"],"project_url":"https://science.ecosyste.ms/api/v1/projects/67045","html_url":"https://science.ecosyste.ms/projects/67045"}