{"id":36697488,"url":"https://github.com/vstanchev/wafty","last_synced_at":"2026-01-12T11:33:55.199Z","repository":{"id":93675283,"uuid":"192067189","full_name":"vstanchev/wafty","owner":"vstanchev","description":"Simple firewall that prevents XSS, SQLi, filters by IP and blocks file uploads","archived":false,"fork":false,"pushed_at":"2020-07-03T14:13:43.000Z","size":3788,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T03:45:22.677Z","etag":null,"topics":["go","golang","libinjection","security","waf"],"latest_commit_sha":null,"homepage":"","language":"C","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/vstanchev.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}},"created_at":"2019-06-15T10:43:58.000Z","updated_at":"2024-05-09T11:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"542be3bc-2886-43d4-b10f-2b7fbc4d2c91","html_url":"https://github.com/vstanchev/wafty","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vstanchev/wafty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vstanchev%2Fwafty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vstanchev%2Fwafty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vstanchev%2Fwafty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vstanchev%2Fwafty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vstanchev","download_url":"https://codeload.github.com/vstanchev/wafty/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vstanchev%2Fwafty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"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":["go","golang","libinjection","security","waf"],"created_at":"2026-01-12T11:33:55.129Z","updated_at":"2026-01-12T11:33:55.193Z","avatar_url":"https://github.com/vstanchev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple Web Application Firewall\n\n## Features\n - XSS and SQL injection detection and blocking\n - Whitelist/blacklist of IP Addresses\n - Block file uploads by file extension\n\n## Configuration\nConfiguration is in `config.toml`\n\n```toml\n# Forward requests to this URL\nUpstream = \"http://127.0.0.1:8000\"\n\n# Listen for requests on this address\nListenAddress = \":8080\"\n\n# Block or allow only these IP addresses, allowed modes are \"whitelist\" and \"blacklist\"\nIpFilterMode = \"whitelist\"\n\n# Array of IP Addresses that are whitelisted/blacklisted\nIpAddresses = [\n    \"127.0.0.1\"\n]\n\n# Block file uploads by extension\nDenyExtensions = [\n    \"php\",\n    \"aspx\",\n    \"sh\",\n    \"html\",\n    \"jsp\"\n]\n```\n\n### To run\n\n```bash\n$ make run\n```\n\n### Execute test scripts with\n```bash\n$ make run-tests\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvstanchev%2Fwafty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvstanchev%2Fwafty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvstanchev%2Fwafty/lists"}