{"id":194890,"url":"https://github.com/joshclose/CsvHelper","last_synced_at":"2026-05-22T12:20:36.363Z","repository":{"id":769228,"uuid":"453037","full_name":"JoshClose/CsvHelper","owner":"JoshClose","description":"Library to help reading and writing CSV files","archived":false,"fork":false,"pushed_at":"2025-06-27T19:49:36.000Z","size":55973,"stargazers_count":5029,"open_issues_count":329,"forks_count":1096,"subscribers_count":133,"default_branch":"master","last_synced_at":"2025-09-20T01:02:47.941Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"http://joshclose.github.io/CsvHelper/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoshClose.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["JoshClose"],"open_collective":["csvhelper"]}},"created_at":"2009-12-30T04:27:46.000Z","updated_at":"2025-09-19T10:49:51.000Z","dependencies_parsed_at":"2024-03-17T04:39:01.034Z","dependency_job_id":"a839582b-724e-42b5-b8d5-b3e259672611","html_url":"https://github.com/JoshClose/CsvHelper","commit_stats":{"total_commits":1252,"total_committers":119,"mean_commits":"10.521008403361344","dds":"0.28674121405750796","last_synced_commit":"852bd465e0d460eb60013abdc07fff8f68f68a59"},"previous_names":[],"tags_count":231,"template":false,"template_full_name":null,"purl":"pkg:github/JoshClose/CsvHelper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshClose","download_url":"https://codeload.github.com/JoshClose/CsvHelper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshClose%2FCsvHelper/sbom","scorecard":{"id":74746,"data":{"date":"2025-08-11","repo":{"name":"github.com/JoshClose/CsvHelper","commit":"33970e5183383bdac1fbce3b3fbcdf46b318ca52"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5,"checks":[{"name":"Code-Review","score":4,"reason":"Found 12/29 approved changesets -- score normalized to 4","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":"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.yaml:1","Warn: no topLevel permission defined: .github/workflows/git-version.yaml:1","Warn: no topLevel permission defined: .github/workflows/publish.yaml: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":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:8: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/ci.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/ci.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/git-version.yaml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/git-version.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/git-version.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/git-version.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/publish.yaml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yaml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/publish.yaml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yaml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/JoshClose/CsvHelper/publish.yaml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt: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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yaml:5"],"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 13 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-15T04:35:14.067Z","repository_id":769228,"created_at":"2025-08-15T04:35:14.067Z","updated_at":"2025-08-15T04:35:14.067Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279260452,"owners_count":26136117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"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":["hacktoberfest"],"created_at":"2024-03-04T16:24:50.027Z","updated_at":"2025-10-17T00:30:42.428Z","avatar_url":"https://github.com/JoshClose.png","language":"C#","project_url":"https://opencollective.ecosyste.ms/api/v1/projects/194890","html_url":"https://opencollective.ecosyste.ms/projects/194890","collective":{"id":2850,"uuid":"dgm9bnk8-0437xqry-zvmpvzeo-ljdayw5r","slug":"csvhelper","name":"CsvHelper","description":"A .NET library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.","website":"https://joshclose.github.io/CsvHelper","github":"JoshClose/CsvHelper","twitter":"joshclose","repository_url":null,"social_links":[{"type":"WEBSITE","url":"https://joshclose.github.io/CsvHelper"},{"type":"TWITTER","url":"https://twitter.com/joshclose"},{"type":"GITHUB","url":"https://github.com/JoshClose/CsvHelper"}],"currency":"USD","projects_count":1,"last_synced_at":"2026-06-12T00:15:11.303Z","created_at":"2024-01-10T13:17:53.050Z","updated_at":"2026-06-12T00:15:11.444Z","transactions_count":316,"balance":999.0299999999982,"account_type":"COLLECTIVE","owner":{"login":"JoshClose","name":"Josh Close","uuid":"114971","kind":"user","description":"","email":"","website":null,"location":"Minneapolis, MN","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/114971?u=1bca7794c3566c000ea527b59b81fe41e05c55c6\u0026v=4","repositories_count":35,"last_synced_at":"2024-05-20T14:05:43.948Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/JoshClose","funding_links":["https://github.com/sponsors/JoshClose"],"total_stars":4689,"followers":243,"following":31,"created_at":"2022-11-02T18:56:56.685Z","updated_at":"2024-05-20T14:05:45.369Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshClose","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshClose/repositories"},"last_project_activity_at":"2025-06-27T19:49:36.000Z","archived":false,"no_funding":false,"no_license":false,"host":"opensource","collective_created_at":"2018-12-20T16:17:16.057Z","collective_updated_at":"2020-04-02T05:40:22.659Z","html_url":"https://opencollective.com/csvhelper","icon_url":"https://images.opencollective.com/csvhelper/logo/40.png","total_donations":6414.599999999997,"total_expenses":-6216.84999999998,"current_balance":999.0299999999982,"api_url":"https://opencollective.ecosyste.ms/api/v1/collectives/csvhelper","url":"https://opencollective.ecosyste.ms/collectives/csvhelper","projects_url":"https://opencollective.ecosyste.ms/api/v1/collectives/csvhelper/projects"}}