{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":589850649,"defaultBranch":"target-openssl","name":"target-openssl","ownerLogin":"universal-ctags","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-17T04:43:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9616766?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1684605076.1060832","currentOid":""},"activityList":{"items":[{"before":null,"after":"859521e57970027c2ec763928753a1e5f843cf69","ref":"refs/heads/target-openssl","pushedAt":"2023-05-20T17:51:16.106Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nFixing #10251\n\nRunning the script in \"tags\" make target is suggested by\nDmitry Belyavskiy .\n\nThe falling back action for running older ctags if u-ctags 6 is not\navailable is suggested\nby Dr. Matthias St. Pierre .\n\nSigned-off-by: Masatake YAMATO \n\nReviewed-by: Matthias St. Pierre \nReviewed-by: Paul Dale \n(Merged from https://github.com/openssl/openssl/pull/20960)","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":"859521e57970027c2ec763928753a1e5f843cf69","after":null,"ref":"refs/tags/target-openssl","pushedAt":"2023-05-20T17:51:09.736Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"}},{"before":"859521e57970027c2ec763928753a1e5f843cf69","after":null,"ref":"refs/tags/target-linux","pushedAt":"2023-05-20T17:51:04.762Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"}},{"before":"2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9","after":"56a51b5a1ecd54eadc80bed4bfe5044a340787c1","ref":"refs/heads/master","pushedAt":"2023-05-20T17:42:59.854Z","pushType":"push","commitsCount":17,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"Update hkdf.c to avoid potentially vulnerable code pattern\n\nThe expression \"if (a+b>c) a=c-b\" is incorrect if \"a+b\" overflows.\nIt should be replaced by \"if (a>c-b) a=c-b\", which avoids the\npotential overflow and is much easier to understand.\n\nThis pattern is the root cause of CVE-2022-37454, a buffer overflow\nvulnerability in the \"official\" SHA-3 implementation.\n\nIt has been confirmed that the addition in\nhttps://github.com/openssl/openssl/blob/master/providers/implementations/kdfs/hkdf.c#L534\ncannot overflow. So this is only a minor change proposal to avoid\na potentially vulnerable code pattern and to improve readability.\nMore information: https://github.com/github/codeql/pull/12036#issuecomment-1466056959\n\nCLA: trivial\n\nReviewed-by: Paul Dale \nReviewed-by: Tomas Mraz \n(Merged from https://github.com/openssl/openssl/pull/20990)","shortMessageHtmlLink":"Update hkdf.c to avoid potentially vulnerable code pattern"}},{"before":"2e291cfef75ee92cf676bdcc4310546e39990f28","after":null,"ref":"refs/heads/dot-ctags","pushedAt":"2023-05-18T12:53:52.854Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"}},{"before":"4d2cd75640943f28aeb6389bd0d3e6df2519770c","after":"2e291cfef75ee92cf676bdcc4310546e39990f28","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-17T09:56:25.830Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nFixing #10251\n\nRunning the script in \"tags\" make target is suggested by\nDmitry Belyavskiy .\n\nThe falling back action for running older ctags if u-ctags 6 is not\navailable is suggested\nby Dr. Matthias St. Pierre .\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":"43be31108c4957c9415c195b1ccfbd19f68f7e43","after":"4d2cd75640943f28aeb6389bd0d3e6df2519770c","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-16T17:39:21.410Z","pushType":"push","commitsCount":1,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"utils/ctags.sh: run older ctags even if u-ctags 6 or later is not found\n\nThe falling back action is suggested\nby Dr. Matthias St. Pierre .\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"utils/ctags.sh: run older ctags even if u-ctags 6 or later is not found"}},{"before":"fc56240e948e7b741601e9adc47e54b6c511c8ed","after":"43be31108c4957c9415c195b1ccfbd19f68f7e43","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-16T17:22:11.533Z","pushType":"push","commitsCount":1,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"fixup! util/ctags.sh: a script for generating tags file with expanding macros\n\nTypos are reported\nby Dr. Matthias St. Pierre .","shortMessageHtmlLink":"fixup! util/ctags.sh: a script for generating tags file with expandin…"}},{"before":"d3c6f2919b11758b7f3cc57640f7afee39ad1124","after":"fc56240e948e7b741601e9adc47e54b6c511c8ed","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-15T01:23:27.953Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nFixing #10251\n\nRunning the script in \"tags\" make target is suggested by\nDmitry Belyavskiy .\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":"a2660204b4c340443f367a405669e394eaf863bb","after":"d3c6f2919b11758b7f3cc57640f7afee39ad1124","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-14T18:50:53.710Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"Run util/ctags.sh in \"tags\" make target\n\nSuggested by: Dmitry Belyavskiy \n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"Run util/ctags.sh in \"tags\" make target"}},{"before":"552167041dd5132c75d3f12ef34d245bd1669e99","after":"a2660204b4c340443f367a405669e394eaf863bb","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-14T18:48:49.249Z","pushType":"push","commitsCount":1,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"Run util/ctags.sh in \"tags\" make target\n\nSuggested by: Pauli \n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"Run util/ctags.sh in \"tags\" make target"}},{"before":"3b5ad22d013170018217acb85d9966dbfdf90dc4","after":"552167041dd5132c75d3f12ef34d245bd1669e99","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-13T22:52:28.459Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nFixing #10251\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":"32ccc861e007df57134ba63b8c54e2cfcaad226e","after":"3b5ad22d013170018217acb85d9966dbfdf90dc4","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-13T22:49:47.067Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nFixing #10251\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":"fe2a7341b50450dc6acd6f8a17d4420511a5aefe","after":"2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9","ref":"refs/heads/master","pushedAt":"2023-05-13T22:44:41.200Z","pushType":"push","commitsCount":633,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"QUIC: Documentation fix\n\nReviewed-by: Matt Caswell \nReviewed-by: Tomas Mraz \n(Merged from https://github.com/openssl/openssl/pull/20765)","shortMessageHtmlLink":"QUIC: Documentation fix"}},{"before":"4a77baa271b6a36143d7e9873c6daaea53558242","after":"32ccc861e007df57134ba63b8c54e2cfcaad226e","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-13T22:44:29.274Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nClose https://github.com/openssl/openssl/issues/10251\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}},{"before":null,"after":"4a77baa271b6a36143d7e9873c6daaea53558242","ref":"refs/heads/dot-ctags","pushedAt":"2023-05-13T22:41:05.649Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"masatake","name":"Masatake YAMATO","path":"/masatake","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/77077?s=80&v=4"},"commit":{"message":"util/ctags.sh: a script for generating tags file with expanding macros\n\nThis script requires Universal Ctags 6.0.0 or newer.\n\nUsage:\n\n\t./util/ctags.sh [...options passed to ctags...]\n\nClose https://github.com/openssl/openssl/issues/10251\n\nSigned-off-by: Masatake YAMATO ","shortMessageHtmlLink":"util/ctags.sh: a script for generating tags file with expanding macros"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADMMJaLgA","startCursor":null,"endCursor":null}},"title":"Activity · universal-ctags/target-openssl"}