{"id":17164365,"url":"https://github.com/toolgood/toolgood.sqlfirewall","last_synced_at":"2025-04-13T14:43:28.677Z","repository":{"id":245300484,"uuid":"818120962","full_name":"toolgood/ToolGood.SQLFirewall","owner":"toolgood","description":"SQL Firewall, Prevent SQL injection, 防sql注入","archived":false,"fork":false,"pushed_at":"2025-04-03T14:21:20.000Z","size":48,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T15:29:01.830Z","etag":null,"topics":["sql","sql-injection"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toolgood.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}},"created_at":"2024-06-21T06:31:42.000Z","updated_at":"2025-04-03T14:21:27.000Z","dependencies_parsed_at":"2024-06-21T08:25:01.700Z","dependency_job_id":"3b9ee4ac-0ad1-4bd2-b3c5-7774841abd67","html_url":"https://github.com/toolgood/ToolGood.SQLFirewall","commit_stats":null,"previous_names":["toolgood/toolgood.sqlfirewall"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolgood%2FToolGood.SQLFirewall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolgood%2FToolGood.SQLFirewall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolgood%2FToolGood.SQLFirewall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolgood%2FToolGood.SQLFirewall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolgood","download_url":"https://codeload.github.com/toolgood/ToolGood.SQLFirewall/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248731838,"owners_count":21152838,"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","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":["sql","sql-injection"],"created_at":"2024-10-14T22:51:43.879Z","updated_at":"2025-04-13T14:43:28.652Z","avatar_url":"https://github.com/toolgood.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# ToolGood.SQLFirewall\nSQL Firewall：Prevent SQL injection, 防sql注入 \n\n\n## Quick start 快速上手\n``` csharp\nusing ToolGood.SQLFirewall;\n\n    public class Program\n    {\n        public static void Main(string[] args)\n        {\n            var builder = WebApplication.CreateBuilder(args);\n            ...\n\n            var app = builder.Build();\n            app.UseSQLFirewall_ServerHeader(\"ToolGood\");\n            app.UseSQLFirewall(SQLFirewallType.MsSQL);\n            // set ignore Urls 设置忽略网址\n            // app.UseSQLFirewall(SQLFirewallType.MsSQL, \"/Admins/Logs/Ajax/GetLoginList\", \"/Admins/User/Ajax/*\"); \n            \n            ...\n            app.Run();\n        }\n    }\n```\n\n### NOTE 注意\n\nThe last `*` character is a wildcard character\n\n最后`*`符为通配符\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolgood%2Ftoolgood.sqlfirewall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolgood%2Ftoolgood.sqlfirewall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolgood%2Ftoolgood.sqlfirewall/lists"}