Orgad Shaneh

Results 411 comments of Orgad Shaneh

Is 1.24.1 expected soon? If not, can you maybe *add* images named alpine3.18, and leave the existing "alpine" named images based on 3.17?

Alpine 3.17 is vulnerable to CVE-2022-48174.

Thanks for the reference @MehdiChinoune. Is there a concrete plan/roadmap for these changes?

Claude suggested this: ```c++ unsigned int generate_seed() { unsigned int seed = (unsigned int)time(NULL); seed ^= (unsigned int)clock(); seed ^= (unsigned int)getpid(); struct timespec ts; if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)...

> > Claude suggested this: > > ```c++ > > unsigned int generate_seed() { > > unsigned int seed = (unsigned int)time(NULL); > > seed ^= (unsigned int)clock(); > >...

Any idea why the test fails?