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

@ -0,0 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cia</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.owasp.webgoat.lesson</groupId>
<artifactId>webgoat-lessons-parent</artifactId>
<version>v8.0.0.SNAPSHOT</version>
</parent>
</project>