priorities - list of Ubuntu CVE priorities to trigger on, including:
low
medium
high
critical
unknown when CVE reference gives http error
severities - list of CVSS CVE severities to trigger on, including:
low
medium
high
critical
The resource will trigger if either the configured priorities or severities match a usn.
For example, https://ubuntu.com/security/CVE-2025-9230 has a CVSS severity of high but a
Ubuntu priority of medium.
The following configuration would NOT trigger for CVE-2025-9230:
usn-resource
A read-only (no
put) Concourse resource for tracking Ubuntu Security NoticesSource Configuration
os- os distro to tracktrustyorubuntu-14.04-ltsfor Ubuntu Trustyxenialorubuntu-16.04-ltsfor Ubuntu Xenialbionicorubuntu-18.04-ltsfor Ubuntu Bionicjammyorubuntu-22.04-ltsfor Ubuntu Jammynobleorubuntu-24.04-ltsfor Ubuntu Noblepriorities- list of Ubuntu CVE priorities to trigger on, including:lowmediumhighcriticalunknownwhen CVE reference gives http errorseverities- list of CVSS CVE severities to trigger on, including:lowmediumhighcriticalThe resource will trigger if either the configured priorities or severities match a usn. For example, https://ubuntu.com/security/CVE-2025-9230 has a CVSS severity of
highbut a Ubuntu priority ofmedium.The following configuration would NOT trigger for
CVE-2025-9230:whereas the following configuration WOULD:
checkCheck for new USNs.
Metadata:
guid- URL to USN pageinDownload USN contents.
.resource/usn.json- json file with the USN detailsoutNot a thing for this read-only resource.
License
Apache License 2.0
Development
go run github.com/onsi/ginkgo/v2/ginkgo --keep-going --trace --race -vv -rfrom the root of the repository.