{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":663575524,"defaultBranch":"main","name":"knownhosts","ownerLogin":"trzsz","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-07-07T16:03:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/96032697?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1688745829.68165","currentOid":""},"activityList":{"items":[{"before":"bd8e67ecaa664984a8af209daa256b8aab3454a5","after":"e73fcfc9b72e7558740d3c5bcce12259b3cb7a65","ref":"refs/heads/main","pushedAt":"2024-03-14T11:01:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"Merge pull request #6 from trzsz/main\n\nHostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsa","shortMessageHtmlLink":"Merge pull request skeema#6 from trzsz/main"}},{"before":"ddf49be29362528a1b29b336af87d76730c840e9","after":"bd8e67ecaa664984a8af209daa256b8aab3454a5","ref":"refs/heads/main","pushedAt":"2024-03-12T02:22:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"HostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsa","shortMessageHtmlLink":"HostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsa"}},{"before":"3a35d9f4bebfa398ab3e4ba875aa55fd679a2b63","after":"ddf49be29362528a1b29b336af87d76730c840e9","ref":"refs/heads/main","pushedAt":"2024-03-11T11:38:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"HostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsa","shortMessageHtmlLink":"HostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsa"}},{"before":"4d5bb77e50c7ed3adcd02ed189d2fa318459ef10","after":"3a35d9f4bebfa398ab3e4ba875aa55fd679a2b63","ref":"refs/heads/main","pushedAt":"2023-11-05T00:33:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"HostKeyAlgorithms: ensure result never contains duplicates\n\nCurrently the behavior of HostKeyAlgorithms never contains duplicates, only by\nvirtue of golang.org/x/crypto/ssh/knownhosts exposing a maximum of one key per\nalgorithm in its KeyError.Want slice.\n\nHowever, that upstream behavior could theoretically change in the future,\nespecially since golang.org/x/crypto is versioned as a pre-v1 module, and the\none-key-per-type behavior is only documented as a comment (e.g. not part of\nany type or function signature).\n\nThis commit makes our HostKeyAlgorithms function more robust / future-proof\nby ensuring that its result does not contain duplicates, regardless of\nupstream behavior.\n\nThis means if https://github.com/golang/go/issues/28870 is solved (for example\nby https://github.com/golang/crypto/pull/254), there should not be any harm to\nour behavior here in github.com/skeema/knownhosts.","shortMessageHtmlLink":"HostKeyAlgorithms: ensure result never contains duplicates"}},{"before":"72c9964c163798d24436f72ab5efddeabf7d528b","after":"4d5bb77e50c7ed3adcd02ed189d2fa318459ef10","ref":"refs/heads/main","pushedAt":"2023-09-16T17:35:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"Avoid writing extra spaces in WriteKnownHost #4","shortMessageHtmlLink":"Avoid writing extra spaces in WriteKnownHost skeema#4"}},{"before":"2b37a27a296edfd4807e811a77116746676359e0","after":"72c9964c163798d24436f72ab5efddeabf7d528b","ref":"refs/heads/main","pushedAt":"2023-09-16T01:10:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"Omit the IPv6 zone ID if it contains spaces #3","shortMessageHtmlLink":"Omit the IPv6 zone ID if it contains spaces skeema#3"}},{"before":"903aab75389f39b3c35a4d442ea83fb42edbbf83","after":"2b37a27a296edfd4807e811a77116746676359e0","ref":"refs/heads/main","pushedAt":"2023-09-16T01:05:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"Omit the IPv6 zone ID if it contains spaces #2","shortMessageHtmlLink":"Omit the IPv6 zone ID if it contains spaces skeema#2"}},{"before":"1a213af74db1f35bd56536236f63cecde258b323","after":"903aab75389f39b3c35a4d442ea83fb42edbbf83","ref":"refs/heads/main","pushedAt":"2023-07-15T06:16:41.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"docs and comments: updates ahead of tagging new release","shortMessageHtmlLink":"docs and comments: updates ahead of tagging new release"}},{"before":"1a213af74db1f35bd56536236f63cecde258b323","after":"903aab75389f39b3c35a4d442ea83fb42edbbf83","ref":"refs/heads/main","pushedAt":"2023-07-15T06:16:40.926Z","pushType":"push","commitsCount":3,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"docs and comments: updates ahead of tagging new release","shortMessageHtmlLink":"docs and comments: updates ahead of tagging new release"}},{"before":"9483adcf622fe880025c89e373689cf4761917c1","after":"1a213af74db1f35bd56536236f63cecde258b323","ref":"refs/heads/main","pushedAt":"2023-07-07T16:07:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lonnywong","name":"Lonny Wong","path":"/lonnywong","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20320324?s=80&v=4"},"commit":{"message":"Fix WriteKnownHost for IPv6 #1","shortMessageHtmlLink":"Fix WriteKnownHost for IPv6 skeema#1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFYXbHgA","startCursor":null,"endCursor":null}},"title":"Activity ยท trzsz/knownhosts"}