Skip to content

Commit

Permalink
Add abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
kotakanbe committed Dec 26, 2017
1 parent 585fb09 commit ec19661
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/abstract.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
id: abstract
title: Abstract
sidebar_label: Introduction
---

For a system administrator, having to perform security vulnerability analysis and software update on a daily basis can be a burden.
To avoid downtime in production environment, it is common for system administrator to choose not to use the automatic update option provided by package manager and to perform update manually.
This leads to the following problems.
- System administrator will have to constantly watch out for any new vulnerabilities in NVD(National Vulnerability Database) or similar databases.
- It might be impossible for the system administrator to monitor all the software if there are a large number of software installed in server.
- It is expensive to perform analysis to determine the servers affected by new vulnerabilities. The possibility of overlooking a server or two during analysis is there.


Vuls is a tool created to solve the problems listed above. It has the following characteristics.
- Informs users of the vulnerabilities that are related to the system.
- Informs users of the servers that are affected.
- Vulnerability detection is done automatically to prevent any oversight.
- Report is generated on regular basis using CRON or other methods. to manage vulnerability.

![Vuls-Motivation](/img/vuls-motivation.png)

2 changes: 2 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"next": "Next",
"previous": "Previous",
"tagline": "Vulnerability scanner for Linux/FreeBSD, agentless, written in Go",
"abstract": "Abstract",
"Introduction": "Introduction",
"doc1": "Latin-ish",
"Example Page": "Example Page",
"doc2": "document number 2",
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"docs": {
"Introduction": ["abstract", "tutorial-localscan"],
"Tutorial": ["tutorial", "tutorial-localscan"],
"Docusaurus": ["doc1"],
"First Category": ["doc2"],
Expand Down
Binary file added website/static/img/vuls-motivation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec19661

Please sign in to comment.