Crs

April 28, 2025 ยท View on GitHub

Custom Ruleset

Example Usage

import { Crs } from "@vercel/sdk/models/putfirewallconfigop.js";

let value: Crs = {};

Fields

FieldTypeRequiredDescription
sdmodels.Sd:heavy_minus_sign:Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.
mamodels.Ma:heavy_minus_sign:Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding.
lfimodels.Lfi:heavy_minus_sign:Local File Inclusion Attack - Prevent unauthorized access to local files through web applications.
rfimodels.Rfi:heavy_minus_sign:Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.
rcemodels.Rce:heavy_minus_sign:Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.
phpmodels.Php:heavy_minus_sign:PHP Attack - Safeguard against vulnerability exploits in PHP-based applications.
genmodels.Gen:heavy_minus_sign:Generic Attack - Provide broad protection from various undefined or novel attack vectors.
xssmodels.Xss:heavy_minus_sign:XSS Attack - Prevent injection of malicious scripts into trusted webpages.
sqlimodels.Sqli:heavy_minus_sign:SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.
sfmodels.Sf:heavy_minus_sign:Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs.
javamodels.Java:heavy_minus_sign:Java Attack - Mitigate risks of exploitation targeting Java-based applications or components.