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