ComplexSpaces
ComplexSpaces
This is a followup to https://github.com/electron/electron/pull/30740, which makes the hardened runtime entitlements required more clear. With modern Electron versions, `com.apple.security.cs.allow-unsigned-executable-memory` is not required and not adding it brings a number...
This PR allows downstream users to disable the compilation of the C API exposed by `authenticator`. These may not be used by pure Rust projects and the inclusion of them...
Currently, [all](https://docs.microsoft.com/en-us/windows/security/information-protection/tpm/how-windows-uses-the-tpm#windows-hello-for-business) [of](https://docs.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-overview#how-windows-hello-for-business-works-key-points) [the documentation](https://docs.microsoft.com/en-us/windows/security/information-protection/tpm/tpm-recommendations#tpm-and-windows-features) around Windows Hello and use of the platform's TPM simply refers to it as such, that it "uses it." This is less than ideal as...
Currently, it is very ambiguous (and not aligned) which kind of TPM's that the [Windows Hello](https://docs.microsoft.com/en-us/windows/uwp/security/microsoft-passport) [Attestation API](https://docs.microsoft.com/en-us/uwp/api/windows.security.credentials.keycredential.getattestationasync?view=winrt-22000) will accept as "valid." Based on some preliminary testing, it is not...
This PR adds an maintenance warning about the `rust-clipboard` crate. It has not been updated in years and, at this point, two forks of it are the most viable alternatives....
Hello 👋, I'm trying to implement some logic that extracts a zip file using `cap-primitives` and ran into a snag with how `fs::set_permissions` is currently implemented. In the [general UNIX...
This repository hasn't received any updates since February of 2019, nor have any issues or pull requests been replied to since then (that I could see). The [last time this...
We should build out the infrastructure to test the "non-standard" platforms that we support in CI. These include: - [ ] Android - [x] iOS - [x] WASM (in the...