Skip to content

Commit 13e22bb

Browse files
committed
Fix styling of code examples, added new code examples Flask thanks to @h33raj
1 parent d42fad5 commit 13e22bb

File tree

336 files changed

+39931
-13326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

336 files changed

+39931
-13326
lines changed

Angular/src/app/dashboard/dashboard.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Security Knowledge Framework is an expert system application
33
that uses OWASP Application Security Verification Standard, code examples,
44
helps developers in pre-development and post-development.
5-
Copyright (C) 207 Glenn ten Cate, Riccardo ten Cate
5+
Copyright (C) 2017 Glenn ten Cate, Riccardo ten Cate
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU Affero General Public License as

Angular/src/app/header/header.component.html

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
<button (click)="selectLang('php')" class="dropdown-item">PHP</button>
4242
<button (click)="selectLang('asp')" class="dropdown-item">C#/.net</button>
4343
<button (click)="selectLang('java')" class="dropdown-item">JAVA</button>
44+
<button (click)="selectLang('flask')" class="dropdown-item">Py-Flask</button>
45+
<button (click)="selectLang('django')" class="dropdown-item">Py-Django</button>
4446
</div>
4547
</div>
4648
</div>

0 commit comments

Comments
 (0)