Crs
April 28, 2025 ยท View on GitHub
Custom Ruleset
Example Usage
import { Crs } from "@vercel/sdk/models/putfirewallconfigop.js";
let value: Crs = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
sd | models.Sd | :heavy_minus_sign: | Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools. |
ma | models.Ma | :heavy_minus_sign: | Multipart Attack - Block attempts to bypass security controls using multipart/form-data encoding. |
lfi | models.Lfi | :heavy_minus_sign: | Local File Inclusion Attack - Prevent unauthorized access to local files through web applications. |
rfi | models.Rfi | :heavy_minus_sign: | Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files. |
rce | models.Rce | :heavy_minus_sign: | Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands. |
php | models.Php | :heavy_minus_sign: | PHP Attack - Safeguard against vulnerability exploits in PHP-based applications. |
gen | models.Gen | :heavy_minus_sign: | Generic Attack - Provide broad protection from various undefined or novel attack vectors. |
xss | models.Xss | :heavy_minus_sign: | XSS Attack - Prevent injection of malicious scripts into trusted webpages. |
sqli | models.Sqli | :heavy_minus_sign: | SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases. |
sf | models.Sf | :heavy_minus_sign: | Session Fixation Attack - Prevent unauthorized takeover of user sessions by enforcing unique session IDs. |
java | models.Java | :heavy_minus_sign: | Java Attack - Mitigate risks of exploitation targeting Java-based applications or components. |