Skip to content

Commit 2871c0f

Browse files
committed
annotation.txt: Basic information needed when we create the annotation papers for FMI
homeworks.txt: Homework subjects and information Signed-off-by: Marian Marinov <[email protected]>
1 parent 04fd997 commit 2871c0f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

annotation.txt

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Целта на курса е да запознае студентите с различните концепции за сигурно програмиране.
2+
Ще бъдат разгледани и демонстрирани атаки върху несигурен код, както и широк клас защити от такива атаки.
3+
Курсът е естествено продължение на "Мрежова сигурност I" и е ориентиран основно към разработчиците на софтуер.
4+
5+
Програмата на курса можете да видите тук:
6+
https://github.com/hackman/netsec2/blob/master/course-plan.txt
7+
8+
Оценяването става с едно или две контролнои и курсов проект.
9+
10+
Точки Оценка
11+
60-69 3
12+
70-79 4
13+
80-89 5
14+
90-100 6
15+
16+
Темите за курсовите проекти могат да бъдат намерени тук:
17+
https://github.com/hackman/netsec2/tree/master/projects
18+
19+
С цел добиване на допълнителни точки(извън тези които ще получите от контролните и курсовият проект) можете да се опитате да направите и някоя от задачите за домашна работа:
20+
https://github.com/hackman/netsec2/blob/master/homeworks.txt
21+
22+
23+
Интересни материали по темите обсъждани в този курс можете да намерите в допълнителната литература:
24+
https://github.com/hackman/netsec2/blob/master/books.txt
25+

homeworks.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Homeworks for this course are ongoing...
2+
You can submit PoC(Proof-of-Concept) exploits as soon as you have them.
3+
4+
The task is simple, find security issues within the following software:
5+
- Moodle
6+
- Joomla
7+
- WordPress
8+
- FFmpeg/AVconv (they are pretty close)
9+
- Linux Kernel
10+
11+
Every proven security issue is elidgable for 1 to 3 points.
12+
13+
If you have worked on any other opensource software and have reported a software security issue to them or want to work on auditing that code, please first consult with the teachers of the course.

0 commit comments

Comments
 (0)