commit | e73997b63846e3905f59351f0c36a491ebcf86ca | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Jul 19 18:58:55 2022 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Tue Jul 19 19:18:44 2022 +0200 |
tree | 824e6a9a663cb929eb47b42ee0d6a42a3a959be4 | |
parent | 84f14bfe6df1450bc4f3abcab6068f989792031a [diff] |
First prototype Change-Id: I66ebdd65b0323df4d96576c71916f19f0d03ea02
A bot which is responsible for managing the vulnerability reports published at https://iavm.xyz/b/vulnz.
The bot performs the following tasks:
The bot will search private (restricted) vulnerability reports and will do the following:
In all the calculations above, a grace period of 1 day is added (so in reality it's 31 days instead of 30, and Deadline + 1 day
instead of Deadline
).
The bot will add a comment to a vulnerability report 5 days before it is automatically disclosed as explained in the previous section.
//secret/
and download the service accounts credentials JSON file to //secret/credentials.json
.make docker-prod
and docker-compose up -d
.