{"id":20361020,"url":"https://github.com/mprpic/cvelint","last_synced_at":"2025-04-12T03:53:56.124Z","repository":{"id":193084698,"uuid":"684551242","full_name":"mprpic/cvelint","owner":"mprpic","description":"CLI tool to validate CVE v5 JSON records.","archived":false,"fork":false,"pushed_at":"2025-04-11T13:37:24.000Z","size":50,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T03:53:51.327Z","etag":null,"topics":["cve","linter","security"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mprpic.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":"2023-08-29T11:19:58.000Z","updated_at":"2025-04-11T13:37:27.000Z","dependencies_parsed_at":"2024-03-29T20:23:44.012Z","dependency_job_id":"5cdb746a-64d6-42a3-aff4-4be054775a1e","html_url":"https://github.com/mprpic/cvelint","commit_stats":null,"previous_names":["mprpic/cvelint"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprpic%2Fcvelint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprpic%2Fcvelint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprpic%2Fcvelint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mprpic%2Fcvelint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mprpic","download_url":"https://codeload.github.com/mprpic/cvelint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514205,"owners_count":21116899,"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","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":["cve","linter","security"],"created_at":"2024-11-14T23:44:22.480Z","updated_at":"2025-04-12T03:53:56.103Z","avatar_url":"https://github.com/mprpic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cvelint\n\nCVE records in the [v5 JSON schema](https://github.com/CVEProject/cve-schema/tree/master/schema/v5.0) may include errors that are neither enforceable by a schema, nor validated on the backend in CVE Services when a CVE record is created/updated.\nThis CLI tool aims to validate CVE records for such errors so they can be fixed, and changes to the CVE schema can be made based on these findings.\n\n## Installation\n\n### Binary Releases\n\nFor Linux, macOS, or Windows, you can download a binary release [here](https://github.com/mprpic/cvelint/releases).\n\n### Build from Source\n\n```bash\n$ git clone https://github.com/mprpic/cvelint; cd cvelint\n$ make build\n$ ./bin/cvelint -h\n```\n\n## Usage\n\n```bash\n$ git clone https://github.com/CVEProject/cvelistV5  # Download all CVE v5 records\n$ ./cvelint -select E005 -cna redhat ./cvelistV5/cves/2023/\nCollected 13501 files; checked 222 files.\n\nCVE-2023-3618 (redhat) -- /home/user/cvelistV5/cves/2023/3xxx/CVE-2023-3618.json\n  E005  Incorrect CVSS v3 severity: \"high\"; should be \"medium\" (at \"containers.cna.metrics.1.cvssV3_1\")\n\nFound 1 error.\n$ ./cvelint -show-rules  # Display available validation rules\n$ ./cvelint -h  # Display help\n```\n\n## GitHub Action\n\n[cvelint-action](https://github.com/jgamblin/cvelint-action) runs daily and produces a CSV and JSON output of all errors in the current CVE v5 data set.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprpic%2Fcvelint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmprpic%2Fcvelint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmprpic%2Fcvelint/lists"}