Unverified Commit c6d7e743 authored by Hong Minhee's avatar Hong Minhee
Browse files

Release 1.7.14

parent 231b2076
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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/
+1 −1
Original line number Diff line number Diff line
@@ -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