Added a lesson for the CIA-Triad in the general category explaining the three elements of the triad.

This commit is contained in:
Benedikt - Desktop
2018-11-02 13:51:36 +01:00
committed by Nanne Baars
parent 0529289f6d
commit d2a2716a9a
10 changed files with 152 additions and 0 deletions

View File

@ -130,6 +130,11 @@
<artifactId>http-proxies</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>cia</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>idor</artifactId>