Dominik Roos

Results 11 issues of Dominik Roos

For indefinite length objects, we check for the terminator here: https://github.com/github/smimesign/blob/3564e86011859c28b315328027abebb954b6bf6f/ietf-cms/protocol/ber.go#L217 However, this does not consider that a SEQUENCE or SET can be potentially empty with indefinite length. Instead, I...

Pass the public key instead of the marshalled public key to `digestAlgorithmForPublicKey` in `SignedData.AddSignerInfo`. Previously, the marshalled public key was passed instead of the actual public key. The result is...

First of all, thanks for this great rule set. Makes my life a lot easier :+1: We are using jsonnet to build grafana dashboards using the external dependency https://github.com/grafana/grafonnet-lib. Currently,...

When writing custom templates, the current set of functions is fairly limited. We could register the functions from https://github.com/Masterminds/sprig to offer the template authors an extensive set of helper functions....

kind/enhancement

While working on the auto completion of aspect, I wanted to build a binary such that I can invoke it with tab completion. I have not found a straight-forward way...

bug
confirmation needed

Add the `@latest` version to the install command, such that it works out of the box.

Hi there, First of all, thanks for this awesome project :tada: I have noticed some regression. But it might also be me holding it wrong, thus, feel free to close...

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

enhancement
needs triage

In some cases, static user data is sufficient and changes to the users do not need to be persisted. This change introduces a special file path `:memory:` (similar to sqlite3)...