ComplexSpaces
ComplexSpaces
Thanks for handling re-opening this.
> Do you consider it preferable for users to implement verify() instead of the older methods? If so, we should document that. My impression from reading this PR is that...
Adding a quick follow up: Another [set of documentation](https://docs.microsoft.com/en-us/windows/security/information-protection/tpm/tpm-recommendations#discrete-integrated-or-firmware-tpm) states that "Windows uses any compatible TPM in the same way." This furthers the idea that the current behavior is a...
> The requirements of [HOWTO_UNMAINTAINED](https://github.com/rustsec/advisory-db/blob/main/HOWTO_UNMAINTAINED.md) do not appear to have been met. Oh sorry, that's entirely my bad. I didn't realize that the RustSec group had developed a policy since...
Hi again, @pinkforest. Are you asking to look for for more alternatives then the ones already listed in this PR's contents? I listed `arboard` and `copypasta` as platform-independent alternatives and...
Hopefully should have something to share this summer, stay tuned 😄.
Hey there, thanks for the PR. Would you be able to explain your use case for this? The intention currently is that users of `arboard` handle these platform availability differences...
Hey there. Are you running the tool on a _packaged_ Electron application? `electron-hardener` won't work on an unpackaged one. A somewhat-easy way you could double-check is by opening what you...
Thanks for the ping, @kjvalencik. Based on what I do know about the X11 clipboard, this does seem "expected" since its tied into `arboard`'s window connection to the X11 server....
I spent a bit of time digging into this more and how the X11 event system works and I'm further confident that this is the correct and expected behavior at...