- May 19, 2016
-
-
Jon C. Robertson authored
Final changes before public release
-
Jon C. Robertson authored
The database fields for the advisories, and how they mapped from each data source, grew up organically and so had consistency problems. Went through to look at each data source and help reconcile them into something better. * synopsis is removed * title is the short description * description is the long description * fields for cve and upstream id added
-
- May 17, 2016
-
-
Jon C. Robertson authored
Added a command to print out a file containing lines for each mcollective package update, and individual files for each package with the servers to upgrade that package on.
-
Jon C. Robertson authored
Limit reporting to only recent hosts
-
- May 06, 2016
-
-
Jon C. Robertson authored
We're currently not expiring any servers, so are showing vulnerabilities for servers that are no longer in service. For now, fix this by ignoring any servers with a last checkin greater than a week ago.
-
- Apr 20, 2016
-
-
Jon C. Robertson authored
-
- Apr 19, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
Pull over first version of working app to master
-
Jon C. Robertson authored
The CVRF source for RHEL wasn't the best for our use. It only reported on the source packages affected by an advisory, which caused problems when a source package built multiple packages (ex: bind building bind and bind-lib and others). Moved to use the OVAL sources instead, which do contain package information directly.
-
- Apr 11, 2016
-
-
Jon C. Robertson authored
Separated out and renamed the existing classes for our importing functions. This is meant to standardize on the interface names to make it easier to add new package and advisory types.
-
Jon C. Robertson authored
-
- Mar 31, 2016
-
-
Jon C. Robertson authored
-
- Mar 30, 2016
-
-
Jon C. Robertson authored
-
- Mar 27, 2016
-
-
Jon C. Robertson authored
Along with this I needed to do an ugly fix to make sure the advisories aren't just pointers to another record when exported as yaml.
-
- Mar 24, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
- Mar 23, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
Add in an os_family field (rhel or centos currently) to the packages table. This is calculated from the server that has the packages, and is used to separate out advisories based on whether the advisory is for rhel or centos.
-
- Mar 22, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
- Mar 11, 2016
-
-
Jon C. Robertson authored
-
- Mar 08, 2016
-
-
Jon C. Robertson authored
Added caching of package to advisories to cut out a lot of the repeat calculations and queries.
-
- Mar 06, 2016
-
-
Jon C. Robertson authored
-
- Mar 03, 2016
-
-
Jon C. Robertson authored
Add a report for vulnerabilities by package, and also let the vulnerabilities by hosts take package to limit by.
-
- Mar 01, 2016
-
-
Jon C. Robertson authored
-
- Feb 29, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
- Feb 26, 2016
-
-
Jon C. Robertson authored
-
- Feb 25, 2016
-
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
- Feb 23, 2016
-
-
Jon C. Robertson authored
The application will clone the repo if it's not yet there, or do a git pull on each run otherwise.
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
-
Jon C. Robertson authored
Keep track of all changes we're making, so that we can debug in case of strange cases.
-