rspec/rules/S2819/summary.adoc
Sebastien Andrivet 9155d3ac55
Modify rule S2819: Change text to education framework format (APPSEC-1208) (#3339)
## Review

A dedicated reviewer checked the rule description successfully for:

- [ ] logical errors and incorrect information
- [ ] information gaps and missing content
- [ ] text style and tone
- [ ] PR summary and labels follow [the
guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule)
2023-10-24 09:05:18 +02:00

2 lines
306 B
Plaintext

Cross-origin communication allows different websites to interact with each other. This interaction is typically achieved through mechanisms like AJAX requests, WebSockets, or postMessage API. However, a vulnerability can arise when these communications are not properly secured by verifying their origins.