SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
import { GetFirewallConfigSqli } from "@vercel/sdk/models/getfirewallconfigop.js";
let value: GetFirewallConfigSqli = {
active: false,
action: "deny",
};
Field | Type | Required | Description |
---|---|---|---|
active |
boolean | ✔️ | N/A |
action |
models.GetFirewallConfigSecurityResponse200ApplicationJSONResponseBodyCrsSqliAction | ✔️ | N/A |