eslint-plugin-sonarjs
Version:
SonarJS rules for ESLint
19 lines (11 loc) ⢠504 B
Markdown
# sonarjs/content-length
š Allowing requests with excessive content length is security-sensitive.
š¼ This rule is enabled in the ā
`recommended` config.
<!-- end auto-generated rule header -->
## Options
<!-- begin auto-generated rule options list -->
| Name | Type | Default |
| :-------------------- | :------ | :-------- |
| `fileUploadSizeLimit` | Integer | `8000000` |
| `standardSizeLimit` | Integer | `2000000` |
<!-- end auto-generated rule options list -->