{"id":21436756,"url":"https://github.com/modfin/securitytxt","last_synced_at":"2025-10-12T02:52:49.407Z","repository":{"id":106893124,"uuid":"597203560","full_name":"modfin/securitytxt","owner":"modfin","description":"Go service for rendering securitytxt page from environment variables","archived":false,"fork":false,"pushed_at":"2023-10-12T10:46:40.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-01T14:01:24.530Z","etag":null,"topics":["golang","securitytxt"],"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/modfin.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":"securitytxt.go","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-03T21:26:40.000Z","updated_at":"2023-10-12T11:02:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"29d026c6-1337-4054-9732-992511d5b8bc","html_url":"https://github.com/modfin/securitytxt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/modfin/securitytxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fsecuritytxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fsecuritytxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fsecuritytxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fsecuritytxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modfin","download_url":"https://codeload.github.com/modfin/securitytxt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modfin%2Fsecuritytxt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009968,"owners_count":26084671,"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-12T02:00:06.719Z","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":["golang","securitytxt"],"created_at":"2024-11-23T00:15:09.022Z","updated_at":"2025-10-12T02:52:49.377Z","avatar_url":"https://github.com/modfin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Securitytxt service\n\n\u003e Reference:\n\u003e * https://securitytxt.org/\n\u003e * https://github.com/securitytxt/security-txt\n\u003e * https://www.rfc-editor.org/info/rfc9116\n\nThis is a small go service that produces a securitytxt file from environment variables and serving it through a http server\n\nThe purpose for the container is to deploy in a k8s, or similar, context and adding it to the ingress on one of the following paths\n`/.well-known/security.txt` or `/security.txt`\n\n## Example\n\n```bash \ndocker run -i \\\n    --env \"CONTACT_URIS=mailto:security@example.com tel:+012-3456-789\" \\\n    --env \"EXPIRES=$(date --date=\"+1 year\" +%Y-%m-%d)\" \\\n    --publish \"8080:8080\" \\\n    modfin/securitytxt:latest \n```\n\n\n\n## Environment variables\n```\nCOMMENT                (string)\nEXPIRES                (yyyy-mm-dd or RFC3999)\nCONTACT_URIS           ([]string, del \" \")\nACKNOWLEDGMENT_URIS    ([]string, del \" \")\nCANONICAL_URIS         ([]string, del \" \")\nENCRYPTION_URIS        ([]string, del \" \")\nHIRING_URIS            ([]string, del \" \")\nPREFERRED_LANGUAGES    ([]string, del \" \")\nPOLICY_URIS            ([]string, del \" \")\n\nRAW_SECURITY_TXT       (string, overrides all other values)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodfin%2Fsecuritytxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodfin%2Fsecuritytxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodfin%2Fsecuritytxt/lists"}