aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-12-03 16:55:08 +0100
committerGitHub <noreply@github.com>2019-12-03 16:55:08 +0100
commit6d75685110d2ceb5d24bce7e6e0217c85c8a7bcb (patch)
treead61b885e8aa188763409126d80bca099a1371b7 /docs
parent24aea37041b8f778292d0b38a92cf70eddffa870 (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/external_fuzzing_usb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 18f46e37b..04bf9018a 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -1,7 +1,7 @@
External USB fuzzing for Linux kernel
=====================================
-Syzkaller support fuzzing the Linux kernel USB subsystem externally
+Syzkaller supports fuzzing the Linux kernel USB subsystem externally
(as it would be done by plugging in a physical USB device with e.g. [Facedancer](https://github.com/usb-tools/Facedancer)).
This allowed to find over [100 bugs](/docs/linux/found_bugs_usb.md) in the Linux kernel USB stack so far.
This is still in development and things might change.