Open
Description
When the manager is loaded (displayed) for the first time, it shall do a version check:
make a connection to https://intelmq.org/version.json and pull in the following json file:
{
"intelmq-manager": "1.0",
"intelmq": "1.0.1"
}
After fetching the file, the manager shall compare it's own version and intelmq's version against the given versions in the file.
Please present the own version on the upper right side of the screen in small letters like:
intelmq: installed ver. 0.9, latest: 1.0.1
manager: installed ver. 0.6, latest: 1.0
And add a link to the corresponding github repos where the newest version may be downloaded.
Thanks!