1a_bishop_fox.qbk 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [/
  2. Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. Official repository: https://github.com/boostorg/beast
  6. ]
  7. [section:security_review_bishop_fox Security Review (Bishop Fox) __video__]
  8. Since 2005, [@https://www.bishopfox.com/ Bishop Fox] has provided
  9. security consulting services to the Fortune 1000, high-tech startups,
  10. and financial institutions worldwide.
  11. Beast engaged Bishop Fox to assess the security of the Boost C++ Beast HTTP/S
  12. networking library. The following report details the findings identified during
  13. the course of the engagement, which started on September 11, 2017.
  14. The assessment team conducted a hybrid application assessment of the Beast
  15. library. Bishop Fox’s hybrid application assessment methodology leverages
  16. the real-world attack techniques of application penetration testing in
  17. combination with targeted source code review to thoroughly identify
  18. application security vulnerabilities. These fullknowledge assessments
  19. begin with automated scans of the deployed application and source code.
  20. Next, analyses of the scan results are combined with manual review to
  21. thoroughly identify potential application security vulnerabilities. In
  22. addition, the team performs a review of the application architecture and
  23. business logic to locate any design-level issues. Finally, the team performs
  24. manual exploitation and review of these issues to validate the findings.
  25. [@https://vinniefalco.github.io/BeastAssets/Beast%20-%20Hybrid%20Application%20Assessment%202017%20-%20Assessment%20Report%20-%2020171114.pdf [*Beast - Hybrid Application Assessment 2017]]
  26. [/ "Securing Boost.Beast: A Non-Traditional Source Code Review"]
  27. '''
  28. <mediaobject>
  29. <videoobject>
  30. <videodata fileref="https://www.youtube.com/embed/4TtyYbGDAj0?rel=0"
  31. align="center" contentwidth="560" contentdepth="315"/>
  32. </videoobject>
  33. </mediaobject>
  34. '''
  35. [endsect]