Improved README by removing redundant information

This commit is contained in:
ChaoticByte 2023-10-14 09:25:12 +02:00
parent 2af8122753
commit 5a90f9736b

View file

@ -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