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

FieldTypeRequiredDescription
activeboolean:heavy_check_mark:N/A
actionmodels.PutFirewallConfigSecurityResponse200ApplicationJSONAction:heavy_check_mark:N/A

Contents

  1. 1Example Usage
  2. 2Fields