James Park-Watt
James Park-Watt
Hey, first sorry for the sluggish response - i've been busy. What's not clear if you are running this command from a windows or linux cli. On linux if you're...
NTLM like make many other authentication systems are often susceptible to information disclosure or replay attacks. This is not new information. Choosing one authentication system over another is not a...
Is there an update for this? I was planning to use this tool but this bug is a show stopper.
I have gone and re-implemented pkcs11key in to cfssl1.3.2 as a proof of concept in case anyone is interested. See https://github.com/jimmypw/cfssl/tree/1.3.2-pkcs11. I wouldn't recommend using this code in production. It...
I came across this same issue on Friday. Our situation is the same, we would like to be able to verify that the tags requested exist. We would like this...
I tried getting this running on a pi. I'm getting exec format error from the container. uname -a `Linux tp1n1 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux` Output...
The amd64 binary is making it in to the arm image somehow. I've looked at your actions there's nothing i wouldn't do in there. Picking apart `ghcr.io/luzifer/ots:develop@sha256:f47e7e92d92f8db0dd71faf7fbd7f497aaf3a16308d3dc4d66bf57728facfd06` I see: ```...
Digging through the build log i found this https://github.com/Luzifer/ots/actions/runs/11001132707/job/30545104419#step:7:319 Although the context is being run in arm64, x86_64 packages are being pulled by the build container.
The build container is archlinux, arch doesn't support ARM. that's why. I see you're building off your own image so I won't submit a PR in this instance and build...
If you're happy for the build image to change I'll put together a mr now ;)