Skip to content

Commit e18a456

Browse files
committed
docs: Provide examples of out-of-scope vulns
1 parent 07a0d63 commit e18a456

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

SECURITY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ time described above.
5555

5656
## Scope
5757

58+
Here is the current list of items that are in scope:
59+
5860
- Privileged clients may request credentials via this service[^1] for any origin.
5961
- The list of privileged clients cannot change without:
6062
- `root` privileges, or
@@ -63,6 +65,15 @@ time described above.
6365
- `root` privileges, or
6466
- user consent[^2]
6567

68+
We implicitly trust the kernel and D-Bus, so any attacks that exploit those are
69+
out of scope for this project.
70+
71+
Some other attacks that are explicitly out of scope are those that require:
72+
73+
- physical access
74+
- direct access to authenticators
75+
- root privilege escalation
76+
6677
[^1]:
6778
Various systems may allow users to interact with authenticators directly
6879
(e.g. allowing unrestricted permission to USB devices or Bluetooth service

0 commit comments

Comments
 (0)