Craig Andrews
Craig Andrews
I broke this PR up into a few smaller ones that are easier to review in hope of making at least some progress :crossed_fingers:
It's still relevant. Snyk's typescript dependency is still out of date and per Snyk's own documentation, having out of date dependencies is problematic for maintainbility as well as security.
I'd love to get this done in whatever works for Snyk - big PR or small PRs, whatever we can actually do to make progress would be great from my...
Looks like the IdP I'm using isn't the only one that requires a specific value for the Issuer - Azure AD also has a requirement on it: https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-single-sign-on-protocol-reference
A workaround is to define a bean like this: ``` @Bean public WebSSOProfile myWebSSOProfile(){ return new DSLWebSSOProfileImpl() { @Override protected Issuer getIssuer(String localEntityId) { return super.getIssuer("SOME VALUE HERE"); } @Override...
I merged the dev-libs/spdlog and dev-libs/libfmt changes. I'll leave it to the maintainer of dev-cpp/catch to handle that change.
Can you please include an update for the -9999 version in your spdlog commit? With that, I approve of the spdlog changes. So if/when @SoapGentoo merges the catch changes, he...
I'm also using this plugin as a key part of the CI strategy. However, I'm finding it useful for developers, and I think having it be able to report errors...
This was fixed in cyclonedx-dotnet-library by https://github.com/CycloneDX/cyclonedx-dotnet-library/pull/199 which included in the 5.4.0 release of that project. This project, cyclonedx-cli, updated to version 6.0.0 of the cyclonedx library with https://github.com/CycloneDX/cyclonedx-cli/commit/34382a43ab2a1ca2b9ce5963b50e18f5cbfe8198#diff-bde0c1a112eb6bb84760539e3dd3fe49d502d6b065bbd2efa005a648f6c236fdR18 which...
I would still love to see this MR merged. 🤞