{"id":24761164,"url":"https://github.com/myseq/cisa_kev_utils","last_synced_at":"2026-04-28T21:05:58.162Z","repository":{"id":264656304,"uuid":"893108975","full_name":"myseq/cisa_kev_utils","owner":"myseq","description":"Utils for CISA KEV","archived":false,"fork":false,"pushed_at":"2026-03-27T17:02:41.000Z","size":3742,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T01:36:29.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myseq.png","metadata":{"files":{"readme":"README.md","changelog":"changes.md","contributing":null,"funding":null,"license":null,"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":"2024-11-23T15:00:38.000Z","updated_at":"2026-03-27T17:02:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"48f58da9-9a20-4f8a-8f80-5f65dc6a569a","html_url":"https://github.com/myseq/cisa_kev_utils","commit_stats":null,"previous_names":["myseq/cisa_kev_utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/myseq/cisa_kev_utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fcisa_kev_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fcisa_kev_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fcisa_kev_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fcisa_kev_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myseq","download_url":"https://codeload.github.com/myseq/cisa_kev_utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myseq%2Fcisa_kev_utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-28T18:30:10.639Z","updated_at":"2026-04-28T21:05:58.150Z","avatar_url":"https://github.com/myseq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CISA KEV \u0026 Utils\n\n\nThis repo hosts a daily GH action to scrape CISA's KEV catalogs.\n\n\n## New Exploited Vulnerabilities\n\n\nBelow are the new KEV ():\n\n| Date | Vendor | Product | CVE |\n|------|--------|---------|-----|\n| 2026-03-30 | Citrix | NetScaler | CVE-2026-3055 |\n\n## Utils\n\nSome utilities for CISA KEV.\n\n|   | File | Description |\n| - | ---- | ----------- |\n| 1 | cisa_kev.json | Latest JSON |\n| 2 | cisa_kev-old.json | Last-1 JSON |\n| 3 | [changes.md](/changes.md) | Diffs between `cisa_kev.json` and `cisa_kev-old.json` | \n| 4 | utils/kev-dashboard.py | See below |\n| 5 | utils/kev-catalog.py | See below |\n| 6 | json_diff.py | Util: to diff the two(2) JSON files and updates `changes.md` | \n\n\n## Archived Repos\n\nThis repos has consolidated from the following repos previously.\n\n\u003cdl\u003e\n  \u003cdt\u003eKEV-Dashboard\u003c/dt\u003e\n  \u003cdd\u003eThis is a simple util that generates a dashboard for CISA's KEV.\u003c/dd\u003e\n\n  \u003cdt\u003eKEV-Catalog\u003c/dt\u003e\n  \u003cdd\u003eThis util shows some catalogs, such as top-N vendors and top-N vulnerabile products, found in the CISA's KEV.\u003c/dd\u003e\n\n  \u003cdt\u003eCISA-Known-Exploited-Vulns\u003c/dt\u003e\n  \u003cdd\u003eThis repo will run daily GH action to scrape CISA's KEV catalog and store in `docs/`.\u003c/dd\u003e\n\n\u003c/dl\u003e\n\n\n## Blog Posts\n\n - \u003chttps://myseq.blogspot.com/2022/03/cisa-known-exploited-vuln-catalog.html\u003e\n - \u003chttps://myseq.blogspot.com/2022/04/publish-kev-catalog-on-github.html\u003e\n - \u003chttps://myseq.blogspot.com/2022/04/kev-dashboard.html\u003e\n\n\n## Links\n\n - [KEV-data](https://github.com/cisagov/kev-data) - Home to the KEV data files.\n - [Termgraph](https://github.com/mkaz/termgraph) - Great utility to draw basic charts (Bar chart, Historgram, heatmap, etc) in the terminal.\n - [kev-dashboard](https://github.com/myseq/kev-dashboard) *[archived]*\n - [kev-catalog](https://github.com/myseq/kev-catalog) *[archived]*\n - [cisa-known-exploited-vulns](https://github.com/myseq/cisa-known-exploited-vulns) *[archived]*\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fcisa_kev_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyseq%2Fcisa_kev_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyseq%2Fcisa_kev_utils/lists"}