-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added security part resources for app security
- Loading branch information
1 parent
8319208
commit ea405b7
Showing
8 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# Anwendungssicherheit | ||
|
||
![Übersicht](../99_assets/images/appsec_overview.png) | ||
|
||
## Planung | ||
|
||
### Methoden zum Planen sicherer Anwendungen: | ||
|
||
* Threat Modeling | ||
1. Anwendung zerlegen | ||
2. Bestimmen Sie Vermögenswerte und Sicherheitsziele | ||
3. Ermitteln Sie Bedrohungen | ||
4. Bedrohungen einstufen | ||
5. Bestimmen Sie Gegenmaßnahmen und Schadensbegrenzung | ||
|
||
## Coden | ||
|
||
### Sichres Design: Die wichtigsten Sicherheitsprinzipien | ||
* Geringstes Privileg | ||
* Aufgabentrennung | ||
* Verteidigung in der Tiefe | ||
* Sicher scheitern | ||
* Offenes Design | ||
* Sicherheit durch Dunkelheit vermeiden | ||
* Minimierung der Angriffsfläche | ||
|
||
### Nützliche Ressourcen für Entwickler | ||
[OWASP Web Security Top 10](https://owasp.org/www-project-top-ten/) | ||
|
||
[OWASP API Security Top 10](https://owasp.org/API-Security/editions/2023/en/0x00-header/) | ||
|
||
## Bauen & Testen | ||
|
||
![Testing Pyramide](../99_assets/images/testing_pyramide.png) | ||
|
||
### ToDo's für jeden Layer der Pyramide | ||
|
||
* Static Application Security Testing (SAST) | ||
![SAST](../99_assets/images/SAST.png) | ||
|
||
|
||
* Dynamic Application Security Testing (DAST) | ||
![DAST](../99_assets/images/DAST.png) | ||
|
||
|
||
* Security Tools für die CI-/CD-Pipeline | ||
![CICD Tooling](../99_assets/images/CICD_tools.png) | ||
|
||
|
||
* Code Reviews | ||
|
||
|
||
* Pentests | ||
![Pentestflow](../99_assets/images/pentest_schritte.png) | ||
|
||
|
||
* Software Composition Analysis (SCA) | ||
![SCA](../99_assets/images/SCA.png) | ||
|
||
### Nützliche Ressourcen für Entwickler | ||
[OWASP Websecurity Testing Guide](https://owasp.org/www-project-web-security-testing-guide) | ||
|
||
[OWASP Security-C4PO Anwendung](https://owasp.org/www-project-security-c4po/) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.