From 38e580e49dcf43b2eca3b361d47c21de8056115d Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 24 Jan 2018 13:40:17 -0800 Subject: [PATCH] Add Bishop Fox interview media --- CHANGELOG.md | 1 + README.md | 4 ++++ doc/qbk/01_intro.qbk | 9 +++++++++ 3 files changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59db8209..da35554b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Version 153: * Avoid string_view::clear * Fix iterator version of basic_fields::erase * Fix use-after-move in example request handlers +* Add Bishop Fox interview media -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index b4a9980a..cbbcb187 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ This library is designed for: ## Appearances +| Bishop Fox 2018 | +| ------------ | +| Beast Security Review | + | CppCon 2017 | CppCast 2017 | CppCon 2016 | | ------------ | ------------ | ----------- | | Beast | Vinnie Falco | Beast | diff --git a/doc/qbk/01_intro.qbk b/doc/qbk/01_intro.qbk index 5a9771cb..e4aec444 100644 --- a/doc/qbk/01_intro.qbk +++ b/doc/qbk/01_intro.qbk @@ -152,6 +152,15 @@ manual exploitation and review of these issues to validate the findings. [@https://vinniefalco.github.io/BeastAssets/Beast%20-%20Hybrid%20Application%20Assessment%202017%20-%20Assessment%20Report%20-%2020171114.pdf [*Beast - Hybrid Application Assessment 2017]] +[block''' + + + + + +'''] + [endsect] [section WebSocket (Autobahn|Testsuite)]