Marcus Furlong
Marcus Furlong
Can you try commit 0404e57c8fc61ce33a88c3ccd7b672a08cdf1083 in PR #594 ? Hoping this will fix this issue too
Can you check if this issue persists with v3?
Just so I understand correctly - what are the main tools used for installing packages on the various BSDs? Correct me if I'm wrong, but it looks like NetBSD and...
I haven't got the bandwidth for this at the moment, still trying to get the django3 stuff out the door, and updating the cli and adding gentoo support. There was...
Looks like the API is documented here: https://gist.github.com/mstg/16dec9f3f63ce16bce79816575ab9791
N.B. using the existing errata mechanism will also work for Rocky and Alma, as the packages and updates are subject to the same CVEs etc.
For future reference, API urls for security **Red Hat Linux** https://access.redhat.com/hydra/rest/securitydata/cvrf.json https://access.redhat.com/hydra/rest/securitydata/cve.json https://access.redhat.com/hydra/rest/securitydata/oval.json https://access.redhat.com/hydra/rest/securitydata/oval/ovalstreams.json **Rocky Linux** https://apollo.build.resf.org/api/v3/osv/ (see https://github.com/resf/distro-tools/blob/main/apollo/server/server.py ) **Alma Linux** https://errata.almalinux.org/8/errata.full.json https://errata.almalinux.org/9/errata.full.json
This binary is now downloadable from https://docs.broadcom.com/docs/SAS3IRCU_P16.zip
1. Updated the mysql instructions, thanks! 2. The commands are not duplicated if installing from source (or if your DB has been switched from sqlite to something else). Happy to...
Django Rest Frameworks SearchFilter is what we need to use for searching but it's not implemented yet. Doesn't look to difficult if you want to add the functionality and open...