philomathic_life
philomathic_life
I should also add that fixing the second issue doesn't require a patch to the web-vault or upgrading `webauthn-rs`. That can be achieved most easily by creating a `webauthn` table...
Yes, only the last used is stored/retrieved as an `i32`; however that is enough to invalidate the entire thing. > i think we have time to fix this and convert...
> Why re-open it? The kid can fix it and create a PR ;) The "kid" would use my fork which has it fixed, but they would use WebAuthn anyway...
> Maybe we want to put a limit on the size or at least check the size? Or maybe even allow a different key type? ECDSA for example? That is...
Not sure why I didn't think of this before, but can't we just remove the file altogether? What's the point of storing the key? It does not take long to...
> In theory that makes sense, but I see a case where you'd run into an issue. > > You start vw and the key is generated and used. You...
Please don't implement this, or at least go with your original idea of relying on a non-default config option. IP address obfuscation is security theater at best. If one insists...
Maybe I misunderstood this request. If the change _only_ affects `NetworkManager`, then whatever. I don't want `dhcpcd` to not log this information universally though as I don't hold the same...
The rules in `pf.conf(5)` seem overly restrictive which may cause issues with your ISP. ICMPv6 is quite important, so I think trying to limit it to just a couple types...
Also, why is `2a01:cfc6:xxx:yyy::/64` not a "working" address? Unless the interface identifier belongs [here](https://www.iana.org/assignments/ipv6-interface-ids/ipv6-interface-ids.xhtml), the IP address should be a perfectly fine GUA according to [IANA](https://www.iana.org/assignments/ipv6-unicast-address-assignments/ipv6-unicast-address-assignments.xhtml) which has `2a00::/12` as...