Skip to content

v2.20.7

Latest

Choose a tag to compare

@redimp redimp released this 20 Jun 13:44

Security Fixes

  • Use HMAC with SECRET_KEY for the webhook hash, generate the webhook URL server-side,
    and add GIT_REMOTE_PULL_URL_SECURE for backward-compatible hashes, see #443 (bc77b7d by @onovy).
  • Prevent style attribute XSS in InfoBox, ImageFrame and Figure embeddings (8c5d311).
  • Deny any possibility for malicious redirects, see #504 (15f5a86 by @deseven).
    Thanks to @Fushuling for reaching out and bringing this potential security risk to our attention.

Features

Bug Fixes

  • Add a TOP focus option and unfold all folders when focus is OFF, see #506 (0bc25d8).
  • Safely encode DataTable caption using json.dumps, see #502 (8911f1a by @turfin-logic).
  • Lowercase crumb paths for isdir checks on case-sensitive filesystems (d5b1bdc).
  • Fix referencing pages plugin, see #498 (473ec48 by @ribbal).

Compare with v2.20.6

New Contributors