Will Green

Results 9 issues of Will Green

HTTPClient does not honor OpenSSL's certificate dir configuration. Specifically, I have a couple of certificates, issued by a company's CA and trusted by my system, that I explicitly wish for...

I run a TeamCity server with multiple projects on it. It's really a pain to have to root around the filesystem of the server to update things like the custom...

enhancement

I tried running this on my serverless project, which uses node 10 as the runtime. I got the following warning for all my functions, and no roles generated: ``` warn:...

Currently, the UI only detects and renders top level SDOs. Cyber Observables within Observed Data instances are not rendered as graph nodes, nor are their `*_refs` rendered as edges. Instead,...

According to the OpenID Connect spec, for security reasons, we must verify that the subject of the UserInfo response matches the subject of the ID Token. If they do not...

This gets rid of `DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.`

According to the OpenID Connect [UserInfo Response spec](http://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse): > NOTE: Due to the possibility of token substitution attacks (see Section 16.11), the UserInfo Response is not guaranteed to be about...

When using discovery, and the response from the Provider is a `JSON::JWK::Set`, a `JSON::JWK::Set::KidNotFound` error is raised. Looking through the locals at the point of the error, it seems that...

There currently exists a way to exclude dynamically changing data (e.g. dates) from JSON. It would be nice to extend this to text documents (and maybe HTML) as well.