{"id":26138389,"url":"https://github.com/stacklok/codegate-data","last_synced_at":"2026-02-03T17:04:38.311Z","repository":{"id":267673241,"uuid":"901910815","full_name":"stacklok/codegate-data","owner":"stacklok","description":"Directory to store the internal data used for Codegate","archived":false,"fork":false,"pushed_at":"2025-01-08T10:35:42.000Z","size":1232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-20T06:07:50.991Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/stacklok.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-12-11T14:45:44.000Z","updated_at":"2025-01-15T13:50:21.000Z","dependencies_parsed_at":"2024-12-11T19:21:00.602Z","dependency_job_id":"d63006a8-bb6f-493b-8029-955ee433f4aa","html_url":"https://github.com/stacklok/codegate-data","commit_stats":null,"previous_names":["stacklok/codegate-data"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stacklok/codegate-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacklok%2Fcodegate-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacklok%2Fcodegate-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacklok%2Fcodegate-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacklok%2Fcodegate-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacklok","download_url":"https://codeload.github.com/stacklok/codegate-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacklok%2Fcodegate-data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29050134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"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-03-11T01:58:01.832Z","updated_at":"2026-02-03T17:04:38.294Z","avatar_url":"https://github.com/stacklok.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Malicious\n```sql\nSELECT \n    name, \n    type, \n    CASE \n        WHEN description = 'security holding package' THEN NULL\n        ELSE description \n    END as description\nFROM package\nINNER JOIN malicious_packages mp ON mp.package_id = package.id\nORDER BY type, name;\n```\n\n# Deprecated\n```sql\nSELECT \n    name, \n    type, \n    CASE \n        WHEN description = 'security holding package' THEN NULL\n        ELSE description \n    END as description\nFROM package WHERE is_deprecated\nORDER BY type, name;\n```\n\n# Archived\n```sql\nSELECT \n    package.name, \n    type, \n    CASE \n        WHEN package.description = 'security holding package' THEN NULL\n        ELSE package.description \n    END as description\nFROM package INNER JOIN repository ON package.repository_id=repository.id AND repository.archived=TRUE\nORDER BY type, name;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacklok%2Fcodegate-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacklok%2Fcodegate-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacklok%2Fcodegate-data/lists"}