-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.