commit | e99c92a71870de8548d7ee6aa0da9a0f10c92dc4 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Tue Apr 04 02:55:34 2023 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Tue Apr 04 03:09:20 2023 +0200 |
tree | b7f67a743cb0f5f001d99fd8a8928c966cc440ec | |
parent | 6318eabf951e5c60cfec904bb949cc739fd9dbb9 [diff] |
Add ability to tweet published reports When a report is automatically published, if a Twitter access token is set, a Tweet will be published with the title of the report and a link to the full report. Change-Id: Ife68d49c4d04a40b1a41a964225fd47dd514d819
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
..env.sample
file to .env
and edit it to your liking.make docker-prod
and docker-compose up -d
.