Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: testing/libfuzzer/fuzzers/dicts/feature_policy.dict

Issue 2420013004: Add a fuzzer for the feature policy string parser. (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/feature_policy_corpus/1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/libfuzzer/fuzzers/dicts/feature_policy.dict
diff --git a/testing/libfuzzer/fuzzers/dicts/feature_policy.dict b/testing/libfuzzer/fuzzers/dicts/feature_policy.dict
new file mode 100644
index 0000000000000000000000000000000000000000..de7638516e368d28fbf54d31f5fd0d0756a4bb46
--- /dev/null
+++ b/testing/libfuzzer/fuzzers/dicts/feature_policy.dict
@@ -0,0 +1,20 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+"\"cookie\""
+"\"domain\""
+"\"docwrite\""
+"\"geolocation\""
+"\"midi\""
+"\"notifications\""
+"\"payment\""
+"\"push\""
+"\"sync-script\""
+"\"sync-xhr\""
+"\"usermedia\""
+"\"vibrate\""
+"\"webrtc\""
+"\"https://example.com/\""
+"*"
+"\"self\""
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/feature_policy_corpus/1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698