diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-05-10 18:28:10 +0200 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-05-10 18:28:10 +0200 |
commit | 0a2fca6be2655ee9f5abd4d3f970c7a288b3c4fc (patch) | |
tree | eba382d6648056af27079af3ac45a311c4f51b84 /synopsis.tex | |
parent | 182a22ef46c26a1bedb271e646c8d8b427a4cf68 (diff) |
Added introduction, problem definition and created synopsis structure
Diffstat (limited to 'synopsis.tex')
-rw-r--r-- | synopsis.tex | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/synopsis.tex b/synopsis.tex new file mode 100644 index 0000000..080023f --- /dev/null +++ b/synopsis.tex @@ -0,0 +1,51 @@ +\documentclass[a4paper]{article} +\usepackage[utf8]{inputenc} + +\title{Application Security} +\author{Marcin Zelent} +\date{May 2018} + +\begin{document} + +\maketitle +\newpage + +\tableofcontents +\newpage + +\section{Introduction} + +One of the mandatory activities in Computer Science course at Erhvervsakademi Sjælland is an individual specialization project. In this project, student has to choose a subject, which was not presented during the lectures, research it and describe it in the synopsis. + +I have chosen application security as the topic that I want to learn more about. Application security is an umbrella term for all of the measures that need to taken in order to make a secure application. That means finding, fixing and preventing security vulnerabilities. + +I decided to work on this subject, because in previous semesters we have learned how to make programs, services and web applications, but we did not learn how to make them safe from exploitation. It is important, since a potential attacker could use it to gain access to the system without authorization, retrieve some sensitive data, abuse or even break the system. This could lead to some serious consequences. + +\section{Problem definition} +During my research I am going to delve deeper into the subject of application security, its meaning, principles, importance in the modern software development, as well as practical implementation. +The main question which I would like to answer is: + +\medskip +{\large How to make a secure application?} +\medskip + +In order to give an answer to it, I will first need to find solutions to the following problems: +\begin{itemize} + \item What is application security? + \item What are the most common application security flaws and attack techniques? + \item How software developers can prevent them? +\end{itemize} + +\section{Method} + +\section{Plan} + +\section{Work} + +\section{Conclusion} + +\section{Reflection} + +\section{References} + +\end{document} |