lp://staging/~knitzsche/+junk/security-status
- Get this branch:
- bzr branch lp://staging/~knitzsche/+junk/security-status
Branch information
- Owner:
- Kyle Nitzsche
- Status:
- Development
Recent revisions
- 8. By Kyle Nitzsche
-
get_pkgs_
if_in_manifest. sh arg 1: a build manifeset
arg 2: an AVAILPKGS as produced by get_avail_binary_ debs.sh result: a line for each pkg in AVAILPKGS where the binary is found in the manifest
- 7. By Kyle Nitzsche
-
get_avail_
binary_ debs.sh run this in an lxc whose apt points at the two PPAs with dpkg-source installed
SRC_PKGS file lists (whitepace separated) source packages of interest
OUTPUT: AVAILPKGS file
This file lists binary packages created from any of the SRC_PKGS that are
available in the system inf format:
SOURCE:BINARY SOURCE:BINARY - 6. By Kyle Nitzsche
-
on get_and_
process_ cve_status. sh: comment back in the line to wget the
main cve status page - 5. By Kyle Nitzsche
-
Added get_and_
process_ cve_status. sh run this to download the latest ubuntu cve tracker web pages and parse it
into a web page and a list of src packages derived from it for:
* pending
* needed
* needs-triageafter running you will find (autodated) these files:
main-03-08-16.html
needed-03-08-16. html
needed-03-08-16- src-pkgs
needs-triage-03-08-16. html
needs-triage-03-08-16- src-pkgs
pending-03-08-16. html
pending-03-08-16- src-pkgs - 4. By Kyle Nitzsche
-
to get a list of the src pacakges in one of the generated html files,
$ xsltproc --html get-src-pkgs.xslt pending.html | sort -u > pending-src-pkgs - 3. By Kyle Nitzsche
-
now get-ubuntu-
core.xslt produces an html page of ubuntu-core results only
for secified status. This is the security team status where allowed statuses
can be seen in the main html table [1] as valuesi but without any asterix.To run this, download
$ xsltproc --html --stringparam priority "medium" --stringparam status "needed" --stringparam date "1 aug 2016" get-ubuntu-
core.xslt main.html > needed.html That for example shows only ubuntu-core security updates that are "needed"
[1] https:/
/people. canonical. com/~ubuntu- security/ cve/main. html
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)