-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
21 lines (19 loc) · 906 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>ng-owasp</title>
</head>
<body>
<h1>ng-owasp: OWASP Top 10 for AngularJS Applications</h1>
<p>The OWASP Top 10 provides a list of the 10 most critical web application security risks. How do these relate to AngularJS applications? What security vulnerabilities should developers be aware of beyond XSS and CSRF?</p>
<p>This session will review the OWASP Top 10 with a front-end development focus on HTML and JavaScript. It will look at patterns to implement and others to consider avoiding. We will also explore several built-in features of AngularJS that help secure your application.</p>
<h2>Demos</h2>
<ul>
<li><a href="A1">A1</a></li>
<li><a href="A3">A3</a></li>
<li><a href="A2_A6_A7">A2, A6 & A7</a></li>
<li><a href="A10">A10</a></li>
</ul>
</body>
</html>