Adam Strickland
Adam Strickland
### Describe the problem There are a number of windows features that require a desktop app to have [package identity](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/modernize-packaged-apps). For example, you can use a [package extension](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extensions) to have...
Addressing [issue 13](https://github.com/tavrez/openssh-sk-winhello/issues/13), I copied this version of `sk-api.h` and changed a couple variables to match the names within (from message to data). After that, I was able to create...
## Overview I recently attempted to use this lib to autogen a server from this [API specification](https://editor.swagger.io/?url=https://raw.githubusercontent.com/cds-hooks/api/master/cds-hooks.yaml). When I attempt this, I run into an issue where all **url encoded...
Addressing [issue 112](https://github.com/nabla-c0d3/ssl-kill-switch2/issues/112), explicitly mention Substitute (Sileo's replacement for Cydia Substrate) in the install documentation. I learned about this replacement in a [discord chat](https://discordapp.com/channels/1028398973452570725/1127401381863624747/1127401381863624747) with palera1n folks.
Hi there, If you format an RSA JWK in a slightly incorrect way, this tool will still count it as valid for validating JWTs. However, other tools such as JWT.IO...
**What version of protobuf and what language are you using?** Version: v3.6.1 Language: Javascript **What operating system (Linux, Windows, ...) and version?** Ubuntu 20.04, x86_64 **What runtime / compiler are...
# Overview ## Openapi v3 Document Currently, there is an [Openapi v2](https://swagger.io/specification/v2/) document available for CDS Hooks. In this PR, I've added on [Openapi v3](https://swagger.io/specification/) document that can potentially replace...
### Is there an existing issue for this? - [X] I have searched both open/closed issues, no issue already exists. ### CefSharp Version v124.3.80 ### Operating System Windows 10 ###...
In the WinForms minimal example, I noticed an issue where the "onunload" event doesn't seem to be firing if you click File > Exit. I think this is related to...
## What is missing or needs to be updated? In the [section](https://cheatsheetseries.owasp.org/cheatsheets/SAML_Security_Cheat_Sheet.html#unsolicited-response-ie-idp-initiated-sso-considerations-for-service-providers) discussing IdP Initiated SAML SSO, it says: > Unsolicited Response is inherently [less secure](https://www.identityserver.com/articles/the-dangers-of-saml-idp-initiated-sso) by design due to...