PutFirewallConfigLfi
June 11, 2025 ยท View on GitHub
Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
Example Usage
import { PutFirewallConfigLfi } from "@vercel/sdk/models/putfirewallconfigop.js";
let value: PutFirewallConfigLfi = {
active: false,
action: "log",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | :heavy_check_mark: | N/A |
action | models.PutFirewallConfigSecurityResponse200ApplicationJSONAction | :heavy_check_mark: | N/A |