rspec/rules/S6333/description.adoc
Loris S c6dbbd0e0c
Modify S6333: Improve the general text (#2522)
## Review

A dedicated reviewer checked the rule description successfully for:

- [x] logical errors and incorrect information
- [x] information gaps and missing content
- [X] text style and tone
- [x] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)

---------

Co-authored-by: hendrik-buchwald-sonarsource <64110887+hendrik-buchwald-sonarsource@users.noreply.github.com>
2023-07-19 14:03:29 +00:00

9 lines
327 B
Plaintext

Creating APIs without authentication unnecessarily increases the attack surface on
the target infrastructure.
Unless another authentication method is used, attackers have the
opportunity to attempt attacks against the underlying API. +
This means attacks both on the functionality provided by the API and its
infrastructure.