Improved README by removing redundant information
This commit is contained in:
parent
2af8122753
commit
5a90f9736b
1 changed files with 5 additions and 9 deletions
14
README.md
14
README.md
|
@ -1,16 +1,8 @@
|
|||
# WID Notifier
|
||||
|
||||
The German [BSI](https://www.bsi.bund.de/) and [LSI Bavaria](https://lsi.bayern.de/) each have a page listing current security notices.
|
||||
|
||||
- BSI: https://wid.cert-bund.de/portal/wid/kurzinformationen
|
||||
- LSI: https://wid.lsi.bayern.de/portal/wid/warnmeldungen
|
||||
|
||||
The German [BSI](https://www.bsi.bund.de/) and [LSI Bavaria](https://lsi.bayern.de/) each have a page listing current security notices.
|
||||
This software queries the APIs of these services for new security notices and sends configurable email notifications.
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
This Software only supports Linux.
|
||||
|
||||
## API Endpoints
|
||||
|
||||
| | ID | Portal URL |
|
||||
|
@ -18,6 +10,10 @@ This Software only supports Linux.
|
|||
| BSI | `bund` | https://wid.cert-bund.de/portal/wid/kurzinformationen |
|
||||
| LSI | `bay` | https://wid.lsi.bayern.de/portal/wid/warnmeldungen |
|
||||
|
||||
## Supported Platforms
|
||||
|
||||
This Software only supports Linux.
|
||||
|
||||
# Usage
|
||||
|
||||
After building the application using `go build`, run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue