Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

nguerrera

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`?

View on GitHub

nguerrera created a review on a pull request on microsoft/security-utilities

View on GitHub

nguerrera pushed 1 commit to test-net8 nguerrera/security-utilities
  • Apply suggestions from code review e3116c0

View on GitHub

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"); ```

View on GitHub

nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion result.Should().BeFalse(because: $"'{validKey}' has signature '{validSignature}', not '{differentSignature}'"); ```

View on GitHub

nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion result.Should().BeFalse(because: $"'{key}' has signature '{signature}', not '{differentSignature}'"); ```

View on GitHub

nguerrera created a review comment on a pull request on microsoft/security-utilities
```suggestion differentSignature.Should().NotBe(signature, because: "it is random"); ```

View on GitHub

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. ```

View on GitHub

nguerrera created a review on a pull request on microsoft/security-utilities

View on GitHub

nguerrera pushed 1 commit to main nguerrera/security-utilities
  • test: fix test failing randomly if base64 padding char is replaced (#125) c04917a

View on GitHub

nguerrera deleted a branch nguerrera/cask

fix-9.0.200-preview

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

View on GitHub

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 deleted a branch nguerrera/security-utilities

fix-test

nguerrera pushed 1 commit to main microsoft/security-utilities
  • test: fix test failing randomly if base64 padding char is replaced (#125) c04917a

View on GitHub

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

View on GitHub

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 starred microsoft/cask
nguerrera pushed 1 commit to pseudo-code-to-docs nguerrera/cask
  • Apply suggestions from code review d9f5870

View on GitHub

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). ```

View on GitHub

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. ```

View on GitHub

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). ```

View on GitHub

nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Write 0x00 to the next byte (reserved). ```

View on GitHub

nguerrera created a review comment on a pull request on microsoft/cask
```suggestion 1. Write 0x00 to the next byte (reserved). ```

View on GitHub

nguerrera created a review on a pull request on microsoft/cask

View on GitHub

nguerrera created a branch on nguerrera/security-utilities

fix-test - Security utilities for key generation, string redaction, etc.

nguerrera pushed 2 commits to main nguerrera/security-utilities
  • ci: fix build break due to deprecated v3 artifact upload (#124) See https://github.blog/changelog/2024-04-16-depreca... 496d754
  • build: speed up BuildAndTest.cmd (#123) `BuildAndTest` was terribly slow and basically unusable in any inner loop. T... f0b718f

View on GitHub

Load more