Loading .github/workflows/build.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,10 @@ jobs: working-directory: ${{ github.workspace }}/fedify/ - run: deno task npm working-directory: ${{ github.workspace }}/fedify/ - run: deno task pack - run: | set -ex mkdir -p "$RUNNER_TEMP" TMPDIR="$RUNNER_TEMP" deno task pack working-directory: ${{ github.workspace }}/cli/ - run: 'deno task npm "$(jq -r .version deno.json)"' working-directory: ${{ github.workspace }}/cli/ Loading CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Fedify changelog Version 1.7.14 -------------- To be released. Released on December 20, 2025. - Fixed a ReDoS (Regular Expression Denial of Service) vulnerability in the document loader's HTML parsing. An attacker-controlled server could Loading Loading
.github/workflows/build.yaml +4 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,10 @@ jobs: working-directory: ${{ github.workspace }}/fedify/ - run: deno task npm working-directory: ${{ github.workspace }}/fedify/ - run: deno task pack - run: | set -ex mkdir -p "$RUNNER_TEMP" TMPDIR="$RUNNER_TEMP" deno task pack working-directory: ${{ github.workspace }}/cli/ - run: 'deno task npm "$(jq -r .version deno.json)"' working-directory: ${{ github.workspace }}/cli/ Loading
CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ Fedify changelog Version 1.7.14 -------------- To be released. Released on December 20, 2025. - Fixed a ReDoS (Regular Expression Denial of Service) vulnerability in the document loader's HTML parsing. An attacker-controlled server could Loading