Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msg-systems/web-security-workbook
The workbook for secure web-applications
https://github.com/msg-systems/web-security-workbook
creative-commons owasp-top-10 security webtechnologies webtechnology
Last synced: 2 months ago
JSON representation
The workbook for secure web-applications
- Host: GitHub
- URL: https://github.com/msg-systems/web-security-workbook
- Owner: msg-systems
- Created: 2022-06-15T06:03:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T10:40:41.000Z (about 2 years ago)
- Last Synced: 2023-03-21T11:54:08.164Z (almost 2 years ago)
- Topics: creative-commons, owasp-top-10, security, webtechnologies, webtechnology
- Language: JavaScript
- Homepage: https://websecurityworkbook.com
- Size: 6.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# msg Web Security Workbook
The workbook for secure web-applications
## Preface
This [workbook](https://websecurityworkbook.com) is based on intensive research and evaluated by a master's thesis created at the Technical University of Munich in cooperation with msg Research.
It describes common vulnerabilities in developing and operating web-based software. Each security risk contains a short overview over its theoretical background and also insights into concrete implementations using frameworks and libraries. Based on literature, the OWASP Foundation, NIST and the BSI the solutions for these security risks implemented through frameworks and/or libraries are evaluated.
The security risks follow two the categories OWASP 2021 and General:
* Under [OWASP 2021](https://websecurityworkbook.com/owasp2021/), a breakdown of OWASP's top 10 web application security risks of 2021 can be found.
* [General](https://websecurityworkbook.com/general/) contains different tips and tricks to deal with security in web applications that exceed OWASP's list.
* [Code Examples](https://websecurityworkbook.com/codeExamples) provides real examples of the security risks.The **Web Security Workbook** is copyrighted by msg and distributed under a [Creative Commons BY-NC-ND 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/). You may freely share this content for non-commercial purposes, with a source credited to [https://websecurityworkbook.com](https://websecurityworkbook.com).
### Disclaimer
The information in this book is provided without warranty. The authors and publishers have neither liability nor responsibility to any person or entity related to any loss or damages arising from the informationen contained in this book.