clarified the note regarding social engineering attacks

This commit is contained in:
Gani Georgiev
2026-05-26 10:32:13 +03:00
parent 095b0aca51
commit 40c631db32
+1 -1
View File
@@ -87,7 +87,7 @@ If you think that there is a place where we can improve the handling without hur
<details> <details>
<summary><strong>Attack-vectors relying on social engineering</strong></summary> <summary><strong>Attack-vectors relying on social engineering</strong></summary>
Reports for attacks relying on various social engineering tactics _(e.g. tricking someone to click on a link)_ are valid concerns but usually out of the security scope of the project as there are a lot of cases where this behavior is deliberate for better UX. Reports for attacks relying on various social engineering tactics _(e.g. tricking someone to click on a link)_ are valid concerns but usually out of the security scope of the project as there are a lot of cases where the APIs are deliberately designed for minimal friction.
If you have concerns for such attack, feel free to open a regular public issue and we can eventually try to reconsider adding extra guards when feasible _(or at least properly document the existing behavior)_. If you have concerns for such attack, feel free to open a regular public issue and we can eventually try to reconsider adding extra guards when feasible _(or at least properly document the existing behavior)_.
</details> </details>