-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
enhancementNew feature or requestNew feature or requestroadmap 2021securityA security enhancement or public security issue (do not use for reporting security vuln)A security enhancement or public security issue (do not use for reporting security vuln)
Description
Adding a threat model should be pretty straight forward for this repository, and should follow the KVM threat model (is there such a thing generally available? ping @bonzini).
Since this is just a proxy repository that forwards calls to KVM, we should talk about:
- who is calling the ioctls (is it trusted/untrusted)
- ioctls input
- ioctls output
Another interesting thing is to call out the unsafe function and use of raw pointers as these might lead to undefined behaviors.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestroadmap 2021securityA security enhancement or public security issue (do not use for reporting security vuln)A security enhancement or public security issue (do not use for reporting security vuln)