{"id":4418,"url":"https://github.com/curl/curl-fuzzer","last_synced_at":"2026-06-09T18:20:20.304Z","repository":{"id":25560434,"uuid":"104416990","full_name":"curl/curl-fuzzer","owner":"curl","description":"Quality assurance testing for the curl project","archived":false,"fork":false,"pushed_at":"2025-08-14T16:40:40.000Z","size":4974,"stargazers_count":92,"open_issues_count":22,"forks_count":36,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-14T18:31:56.866Z","etag":null,"topics":["curl","fuzzer","oss-fuzz","testcase"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-09-22T01:34:20.000Z","updated_at":"2025-08-07T13:56:47.000Z","dependencies_parsed_at":"2023-01-14T07:00:32.176Z","dependency_job_id":"6fb2de07-21c5-4f97-a0dd-3aae0f9103c9","html_url":"https://github.com/curl/curl-fuzzer","commit_stats":{"total_commits":181,"total_committers":10,"mean_commits":18.1,"dds":"0.37569060773480667","last_synced_commit":"24f27bd32b4f51a75256c413c6366a0befbec8ce"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curl/curl-fuzzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curl%2Fcurl-fuzzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curl%2Fcurl-fuzzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curl%2Fcurl-fuzzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curl%2Fcurl-fuzzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curl","download_url":"https://codeload.github.com/curl/curl-fuzzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curl%2Fcurl-fuzzer/sbom","scorecard":{"id":28709,"data":{"date":"2025-08-11","repo":{"name":"github.com/curl/curl-fuzzer","commit":"91b9617a2c76ad17311f8f9891eb9e4edf618e44"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.9,"checks":[{"name":"Code-Review","score":1,"reason":"Found 2/13 approved changesets -- score normalized to 1","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":"Maintained","score":10,"reason":"30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: CppLibFuzzer integration found: curl_fuzzer.cc:34","Info: CppLibFuzzer integration found: fuzz_bufq.cc:333","Info: CppLibFuzzer integration found: fuzz_fnmatch.cc:41","Info: CppLibFuzzer integration found: fuzz_url.cc:33","Info: CppLibFuzzer integration found: standalone_fuzz_target_runner.cc:65","Info: CppLibFuzzer integration found: curl_fuzzer.cc:34","Info: CppLibFuzzer integration found: fuzz_bufq.cc:333","Info: CppLibFuzzer integration found: fuzz_fnmatch.cc:41","Info: CppLibFuzzer integration found: fuzz_url.cc:33","Info: CppLibFuzzer integration found: standalone_fuzz_target_runner.cc:65"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"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":"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":"Pinned-Dependencies","score":4,"reason":"dependency not pinned by hash detected -- score normalized to 4","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/curl/curl-fuzzer/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/curl/curl-fuzzer/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/curl/curl-fuzzer/ci.yml/master?enable=pin","Info:   6 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   4 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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-14T18:31:57.707Z","repository_id":25560434,"created_at":"2025-08-14T18:31:57.708Z","updated_at":"2025-08-14T18:31:57.708Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270533473,"owners_count":24602142,"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-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curl","fuzzer","oss-fuzz","testcase"],"created_at":"2024-01-11T16:53:24.814Z","updated_at":"2025-08-15T06:27:34.675Z","avatar_url":"https://github.com/curl.png","language":"C++","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/4418","html_url":"https://opencollective.ecosyste.ms/projects/4418","collective":{"id":3158,"uuid":"re0adkjr-v8xwm697-7akq7z5n-4l93bgoy","slug":"curl","name":"curl","description":"client-side internet transfers","website":"https://curl.se/","github":"curl","twitter":null,"repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://curl.se/"},{"type":"GITHUB","url":"https://github.com/curl"}],"currency":"USD","projects_count":24,"last_synced_at":"2026-06-12T00:15:13.989Z","created_at":"2024-01-10T13:17:54.505Z","updated_at":"2026-06-12T00:15:14.242Z","transactions_count":4913,"balance":135030.42999999673,"account_type":"COLLECTIVE","owner":{"login":"curl","name":"curl","uuid":"16928085","kind":"organization","description":"groks those URLs","email":null,"website":"https://curl.se/","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/16928085?v=4","repositories_count":19,"last_synced_at":"2024-10-29T22:39:02.898Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/curl","funding_links":["https://github.com/sponsors/curl"],"total_stars":43587,"followers":933,"following":0,"created_at":"2022-11-02T16:30:59.991Z","updated_at":"2024-10-29T22:39:02.898Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curl","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curl/repositories"},"last_project_activity_at":"2026-04-26T14:57:08.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2018-04-04T12:00:43.468Z","collective_updated_at":"2025-02-04T23:30:36.910Z","html_url":"https://opencollective.com/curl","icon_url":"https://images.opencollective.com/curl/logo/40.png","total_donations":419321.31999999576,"total_expenses":-321974.6300000029,"current_balance":135030.42999999542,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/curl","url":"https://opencollective.ecosyste.ms/collectives/curl","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/curl/projects"}}