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

Issue 2448603002: Add simple HPKP and HSTS header parser fuzzers. (Closed)

Created:
4 years, 1 month ago by martijnc
Modified:
4 years, 1 month ago
Reviewers:
davidben, aizatsky
CC:
cbentzel+watch_chromium.org, chromium-reviews, fuzzing_chromium.org, mmenke
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add simple HPKP and HSTS header parser fuzzers. BUG=599523 Committed: https://crrev.com/db9ad4ff5423c8c8633cc71c1e6647af7bcf08c7 Cr-Commit-Position: refs/heads/master@{#427754}

Patch Set 1 : Add HPKP and HSTS header parser fuzzers. #

Total comments: 6

Patch Set 2 : deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -0 lines) Patch
M net/BUILD.gn View 1 1 chunk +35 lines, -0 lines 0 comments Download
A net/data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict View 1 chunk +24 lines, -0 lines 0 comments Download
A net/http/http_security_headers_hpkp_fuzzer.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A net/http/http_security_headers_hpkp_report_only_fuzzer.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A net/http/http_security_headers_hsts_fuzzer.cc View 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (13 generated)
martijnc
Hi, can you review this patch? Thanks!
4 years, 1 month ago (2016-10-25 17:09:46 UTC) #4
mmenke
[+davidben]: Mind reviewing this, or would sleevi or estark be better? Not exactly a huge ...
4 years, 1 month ago (2016-10-25 17:14:15 UTC) #6
aizatsky
https://codereview.chromium.org/2448603002/diff/40001/net/http/http_security_headers_hpkp_fuzzer.cc File net/http/http_security_headers_hpkp_fuzzer.cc (right): https://codereview.chromium.org/2448603002/diff/40001/net/http/http_security_headers_hpkp_fuzzer.cc#newcode23 net/http/http_security_headers_hpkp_fuzzer.cc:23: hash.FromString("sha256/1111111111111111111111111111111111111111111="); does this need to be a valid hash ...
4 years, 1 month ago (2016-10-25 19:11:20 UTC) #8
martijnc
https://codereview.chromium.org/2448603002/diff/40001/net/http/http_security_headers_hpkp_fuzzer.cc File net/http/http_security_headers_hpkp_fuzzer.cc (right): https://codereview.chromium.org/2448603002/diff/40001/net/http/http_security_headers_hpkp_fuzzer.cc#newcode23 net/http/http_security_headers_hpkp_fuzzer.cc:23: hash.FromString("sha256/1111111111111111111111111111111111111111111="); On 2016/10/25 at 19:11:20, aizatsky wrote: > does ...
4 years, 1 month ago (2016-10-25 19:40:52 UTC) #9
aizatsky
We'll have to see how well it penetrates the target in reality. E.g. in libpng ...
4 years, 1 month ago (2016-10-25 20:50:17 UTC) #10
aizatsky
lgtm
4 years, 1 month ago (2016-10-25 20:50:19 UTC) #11
davidben
lgtm https://codereview.chromium.org/2448603002/diff/40001/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/2448603002/diff/40001/net/BUILD.gn#newcode2065 net/BUILD.gn:2065: "//net", Nit: for the sake of completeness, since ...
4 years, 1 month ago (2016-10-25 21:32:04 UTC) #12
martijnc
Thank you! https://codereview.chromium.org/2448603002/diff/40001/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/2448603002/diff/40001/net/BUILD.gn#newcode2065 net/BUILD.gn:2065: "//net", On 2016/10/25 at 21:32:04, davidben wrote: ...
4 years, 1 month ago (2016-10-26 17:10:28 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2448603002/60001
4 years, 1 month ago (2016-10-26 17:11:06 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/94239)
4 years, 1 month ago (2016-10-26 17:20:48 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2448603002/60001
4 years, 1 month ago (2016-10-26 17:51:52 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 1 month ago (2016-10-26 18:34:36 UTC) #24
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/db9ad4ff5423c8c8633cc71c1e6647af7bcf08c7 Cr-Commit-Position: refs/heads/master@{#427754}
4 years, 1 month ago (2016-10-26 18:53:24 UTC) #26
Avi (use Gerrit)
4 years, 1 month ago (2016-10-27 19:32:50 UTC) #27
Message was sent while issue was closed.
On 2016/10/26 18:53:24, commit-bot: I haz the power wrote:
> Patchset 2 (id:??) landed as
> https://crrev.com/db9ad4ff5423c8c8633cc71c1e6647af7bcf08c7
> Cr-Commit-Position: refs/heads/master@{#427754}

FYI this fuzzer doesn't work correctly. See the report at
http://crbug.com/659878 .

Powered by Google App Engine
This is Rietveld 408576698