egonk
egonk
**add go.mod** A basic go.mod file with go 1.14 requirement (N-3 at the moment). It could be older or newer if you wish. **allow overriding rand.Reader and time.Now** and **make...
I've been debugging an issue on my test Server 2022 (I got `urn:oasis:names:tc:SAML:2.0:status:Requester`) and figured out the fix in this function (v0.4.13): ``` // Element returns an etree.Element representing the...
**Describe the bug** Querying for a specific commit a06ef4e1a127795606642c55e22d4f2945edc061 for https://github.com/jquery/jquery-mousewheel.git at tag 3.0.6, we get many CVEs for an unrelated project https://github.com/librenms/librenms. I guess this commit is incorrectly tagged...
`osv-scanner scan source -r .` detects lockfiles automatically but does not detect `osv-scanner.json` and so `-L` must be used to list all `osv-scanner.json` files in the tree. It would be...