{"id":40763268,"url":"https://github.com/co-cddo/gc3-vuln-reporting-iac","last_synced_at":"2026-01-21T17:10:17.317Z","repository":{"id":39514436,"uuid":"468448180","full_name":"co-cddo/gc3-vuln-reporting-iac","owner":"co-cddo","description":"Government Cyber Coordination Centre - Vulnerability Reporting Service - Infrastructure as Code","archived":false,"fork":false,"pushed_at":"2025-10-23T16:27:35.000Z","size":353,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T18:26:04.330Z","etag":null,"topics":["aws","cyber-security","security-researchers","securitytxt","terraform","ukgovernmentsecurity","vulnerability-reports"],"latest_commit_sha":null,"homepage":"https://vulnerability-reporting.service.security.gov.uk/","language":"HCL","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/co-cddo.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-10T17:37:20.000Z","updated_at":"2025-10-23T16:21:38.000Z","dependencies_parsed_at":"2025-10-23T18:13:39.348Z","dependency_job_id":"bb73b766-435f-4606-955e-70e56caa5f42","html_url":"https://github.com/co-cddo/gc3-vuln-reporting-iac","commit_stats":null,"previous_names":["co-cddo/gc3-vuln-reporting-iac"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/co-cddo/gc3-vuln-reporting-iac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cddo%2Fgc3-vuln-reporting-iac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cddo%2Fgc3-vuln-reporting-iac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cddo%2Fgc3-vuln-reporting-iac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cddo%2Fgc3-vuln-reporting-iac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/co-cddo","download_url":"https://codeload.github.com/co-cddo/gc3-vuln-reporting-iac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/co-cddo%2Fgc3-vuln-reporting-iac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28636815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aws","cyber-security","security-researchers","securitytxt","terraform","ukgovernmentsecurity","vulnerability-reports"],"created_at":"2026-01-21T17:10:17.258Z","updated_at":"2026-01-21T17:10:17.307Z","avatar_url":"https://github.com/co-cddo.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gc3-vuln-reporting-iac\n\nGovernment Cyber Coordination Centre - Vulnerability Reporting - Infrastructure as Code\n\n![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge\u0026logo=amazon-aws\u0026logoColor=white)\n![Terraform Version v1.0.11](https://img.shields.io/badge/Terraform-v1.0.11-blueviolet?style=for-the-badge\u0026logo=terraform)\n![Last commit image](https://img.shields.io/github/last-commit/co-cddo/gc3-vuln-reporting-iac?style=for-the-badge\u0026logo=github)\n\nInfrastructure as code (Terraform) for VRS running on AWS.\n\n- Pre-production/staging: \u003chttps://vulnerability-reporting.nonprod-service.security.gov.uk\u003e\n- Production: \u003chttps://vulnerability-reporting.service.security.gov.uk\u003e\n\n## security.txt\n\nThe `security.txt` file is generated from [security.txt.tmpl](https://github.com/co-cddo/gccc-vrs-iac/blob/main/cdn/s3_bucket/.well-known/security.txt.tmpl) and takes variables from [cdn/s3.tf](https://github.com/co-cddo/gccc-vrs-iac/blob/main/cdn/s3.tf#L38) - it is updated on every change and deploy or every Wednesday at 9am.\n\n## Acknowledgements\n\nAcknowledgements can be added in the [cdn/variables.tf](https://github.com/co-cddo/gccc-vrs-iac/blob/main/cdn/variables.tf#L2) file.\n\n## Infrastructure\n\n### CloudFront CDN\n\n[cdn](cdn/) is for CloudFront where S3 is the backend origin, [Functions](https://aws.amazon.com/blogs/aws/introducing-cloudfront-functions-run-your-code-at-the-edge-with-low-latency-at-any-scale/) are used to handle traffic dynamically and in a scalable way.\n\nThe [router JavaScript function](cdn/functions/router/router.js) has several endpoints.\n\nThe router function has a test suite that can be ran by doing:\n``` bash\ncd cdn/functions/router/\nnpm install\nnpm test\n```\n\n### Route53 DNS\n\n[dns](dns/) is the management of the Route53 zone and records.\n\nUtilises the [aws-route53-parked-govuk-domain](https://github.com/co-cddo/aws-route53-parked-govuk-domain) Terraform module for _parking_ the email records.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-cddo%2Fgc3-vuln-reporting-iac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fco-cddo%2Fgc3-vuln-reporting-iac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fco-cddo%2Fgc3-vuln-reporting-iac/lists"}