aboutsummaryrefslogtreecommitdiffstats
path: root/src/sec-updater
Commit message (Collapse)AuthorAgeFilesLines
* sec-updater: Make sure `success` is initializedTobias Brunner2017-09-181-1/+1
|
* sec-updater: Import SWID tags of updated packagesAndreas Steffen2017-09-093-57/+207
| | | | | | | sec-updater downloads the deb package files from security updates from a given linux repository and uses the swid_generator command to derive a SWID tag. The SWID tag is then imported into strongTNC using the manage.py importswid command.
* sec-updater: Write to log only if at least one update is found.Andreas Steffen2017-09-072-19/+98
|
* sec-updater: Checks for security updatesAndreas Steffen2017-09-015-0/+608
sec-updater checks for security updates and backports in Debian/ Ubuntu repositories and sets the security flags in the strongTNC policy database accordingly.