CJS

Results 22 issues of CJS

I am using a YubiKey 5c with the webauth.io demo app, I am requesting direct attestation, however the AAGUID field is always zero'd out. The expected value is ee882879-721c-4913-9775-3dfcce97072a per...

I'm currently using an external program for validation and have found the server gets fork bombed when many clients try to authenticate at once. My authentication isn't very sophisticated, the...

**Question** There was brief mention of using co-sign to ensure an authorized base image was used, can anyone give some detail? I used to have content trust enabled but when...

question
no-issue-activity

I noticed a couple issues in the test cases for slugify - してください -- should transliterate as shitekudasai instead of sitekudasai control:\x07notcontrol:\xB5 -- the code point \xB5 is invalid, should...

bug
good first issue

Thank you very much for the wonderful library, I am glad it is here! I did come across one transliteration issue - I believe してください should be shitekudasai instead of...

question

One question - in the generated code I see many instances of i+0. I'm pretty sure that the compiler will optimize those out, but I'm curious why they are there.

I downloaded two test torrents - worked flawlessly - but once they completed it looked like all activity dropped off. The torrents are not stopped, I'm allowing all incoming TCP...

bug

It looks like docker-registry made a breaking change on Oct 19th, 2023: https://github.com/distribution/distribution/pull/4096 As a result the kid field of the JWT token is no longer valid - the code...

### Description I'm testing updating to a recent build of docker-registry but I'm getting stuck on the authorization part. The error in the file is: INFO[0101] failed to verify token:...

I believe I've found a duplication definition issue when doing hourly log rotation: /etc/cron.hourly/logrotate is defined in both base.pp and hourly.pp, so if you include logrotate::base and logrotate::hourly, then the...