mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Add Bishop Fox interview media
This commit is contained in:
@@ -7,6 +7,7 @@ Version 153:
|
|||||||
* Avoid string_view::clear
|
* Avoid string_view::clear
|
||||||
* Fix iterator version of basic_fields::erase
|
* Fix iterator version of basic_fields::erase
|
||||||
* Fix use-after-move in example request handlers
|
* Fix use-after-move in example request handlers
|
||||||
|
* Add Bishop Fox interview media
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -43,6 +43,10 @@ This library is designed for:
|
|||||||
|
|
||||||
## Appearances
|
## Appearances
|
||||||
|
|
||||||
|
| <a href="https://www.bishopfox.com/case_study/securing-beast/">Bishop Fox 2018</a> |
|
||||||
|
| ------------ |
|
||||||
|
| <a href="https://youtu.be/4TtyYbGDAj0"><img width="320" height = "180" alt="Beast Security Review" src="https://raw.githubusercontent.com/vinniefalco/BeastAssets/master/BishopFox2018.png"></a> |
|
||||||
|
|
||||||
| <a href="https://raw.githubusercontent.com/vinniefalco/CppCon2017/master/Make%20Classes%20Great%20Again%20-%20Vinnie%20Falco%20-%20CppCon%202017.pdf">CppCon 2017</a> | <a href="http://cppcast.com/2017/01/vinnie-falco/">CppCast 2017</a> | <a href="https://raw.githubusercontent.com/vinniefalco/BeastAssets/master/CppCon2016.pdf">CppCon 2016</a> |
|
| <a href="https://raw.githubusercontent.com/vinniefalco/CppCon2017/master/Make%20Classes%20Great%20Again%20-%20Vinnie%20Falco%20-%20CppCon%202017.pdf">CppCon 2017</a> | <a href="http://cppcast.com/2017/01/vinnie-falco/">CppCast 2017</a> | <a href="https://raw.githubusercontent.com/vinniefalco/BeastAssets/master/CppCon2016.pdf">CppCon 2016</a> |
|
||||||
| ------------ | ------------ | ----------- |
|
| ------------ | ------------ | ----------- |
|
||||||
| <a href="https://www.youtube.com/watch?v=WsUnnYEKPnI"><img width="320" height = "180" alt="Beast" src="https://raw.githubusercontent.com/vinniefalco/CppCon2017/master/CppCon2017.png"></a> | <a href="http://cppcast.com/2017/01/vinnie-falco/"><img width="180" height="180" alt="Vinnie Falco" src="https://avatars1.githubusercontent.com/u/1503976?v=3&u=76c56d989ef4c09625256662eca2775df78a16ad&s=180"></a> | <a href="https://www.youtube.com/watch?v=uJZgRcvPFwI"><img width="320" height = "180" alt="Beast" src="https://raw.githubusercontent.com/vinniefalco/BeastAssets/master/CppCon2016.png"></a> |
|
| <a href="https://www.youtube.com/watch?v=WsUnnYEKPnI"><img width="320" height = "180" alt="Beast" src="https://raw.githubusercontent.com/vinniefalco/CppCon2017/master/CppCon2017.png"></a> | <a href="http://cppcast.com/2017/01/vinnie-falco/"><img width="180" height="180" alt="Vinnie Falco" src="https://avatars1.githubusercontent.com/u/1503976?v=3&u=76c56d989ef4c09625256662eca2775df78a16ad&s=180"></a> | <a href="https://www.youtube.com/watch?v=uJZgRcvPFwI"><img width="320" height = "180" alt="Beast" src="https://raw.githubusercontent.com/vinniefalco/BeastAssets/master/CppCon2016.png"></a> |
|
||||||
|
@@ -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]]
|
[@https://vinniefalco.github.io/BeastAssets/Beast%20-%20Hybrid%20Application%20Assessment%202017%20-%20Assessment%20Report%20-%2020171114.pdf [*Beast - Hybrid Application Assessment 2017]]
|
||||||
|
|
||||||
|
[block'''
|
||||||
|
<mediaobject>
|
||||||
|
<videoobject>
|
||||||
|
<videodata fileref="https://www.youtube.com/embed/4TtyYbGDAj0?rel=0"
|
||||||
|
align="center" contentwidth="560" contentdepth="315"/>
|
||||||
|
</videoobject>
|
||||||
|
</mediaobject>
|
||||||
|
''']
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
[section WebSocket (Autobahn|Testsuite)]
|
[section WebSocket (Autobahn|Testsuite)]
|
||||||
|
Reference in New Issue
Block a user