Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
nguerrera created a review comment on a pull request on microsoft/security-utilities
Should I add both of these to legend and then classify this as `UEE`?
nguerrera pushed 1 commit to test-net8 nguerrera/security-utilities
- Apply suggestions from code review e3116c0
nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion result.Should().Be(false, because: "validation of base64url key with encodeForUrl=false should fail"); ```
nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion result.Should().BeFalse(because: $"'{validKey}' has signature '{validSignature}', not '{differentSignature}'"); ```
nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion result.Should().BeFalse(because: $"'{key}' has signature '{signature}', not '{differentSignature}'"); ```
nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion differentSignature.Should().NotBe(signature, because: "it is random"); ```
nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion - BUG: `IdentifiableSecrets.(Try)ValidateBase64Key`, when given a backwards-compatible `CommonAnnotatedKey`, did not check that the key had the given signature. ```
nguerrera pushed 1 commit to main nguerrera/security-utilities
- test: fix test failing randomly if base64 padding char is replaced (#125) c04917a
nguerrera pushed 1 commit to main microsoft/cask
- build: fix dotnet test on certain 9.0.200-preview builds (#29) For a period, there was breaking SDK change with `Pri... 6e1d738
nguerrera closed a pull request on microsoft/cask
build: fix dotnet test on certain 9.0.200-preview builds
For a period, there was breaking SDK change with `PrivateAssets="all"` stripping things from the build `deps.json`. It's been [reverted](https://github.com/dotnet/sdk/pull/46182) but that revert ha...nguerrera pushed 1 commit to main microsoft/security-utilities
- test: fix test failing randomly if base64 padding char is replaced (#125) c04917a
nguerrera closed a pull request on microsoft/security-utilities
test: fix test failing randomly if base64 padding char is replaced
nguerrera pushed 1 commit to fix-9.0.200-preview nguerrera/cask
- build: fix dotnet test on certain 9.0.200-preview builds For a period, there was breaking SDK change with `PrivateAs... ac13095
nguerrera opened a pull request on microsoft/cask
build: fix dotnet test on certain 9.0.200-preview builds
For a period, there was breaking SDK change with `PrivateAssets="all"` stripping things from the build deps.json. It's been [reverted](https://github.com/dotnet/sdk/pull/46324) but that revert hasn...nguerrera created a branch on nguerrera/cask
fix-9.0.200-preview - Microsoft's public Common Annotated Security Key (CASK) standard specification, C# reference API + tests, etc.
nguerrera pushed 1 commit to pseudo-code-to-docs nguerrera/cask
- Apply suggestions from code review d9f5870
nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Write 0x00 to the next byte (padding to maintain 3-byte alignment). ```
nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Compute the CRC32 of all CASK hash bytes written above (everything but last 4 bytes). Store the result in little-endian byte order in the last 4 bytes. ```
nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. If using HMACSHA256, write 0x00 to the next byte (padding to maintain 3-byte alignment). ```
nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Write 0x00 to the next byte (reserved). ```
nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Write 0x00 to the next byte (reserved). ```
nguerrera opened a pull request on microsoft/security-utilities
test: fix test failing randomly if base64 padding char is replaced
nguerrera created a branch on nguerrera/security-utilities
fix-test - Security utilities for key generation, string redaction, etc.