Procházet zdrojové kódy

Syncronize changelog with GitHub release doc (for CVE IDs)

Aka adding the CVE ID's. BTW GitHub will make the CVEs clickable automatically when published. As for the GitHub's own ID well yeah… I just kept it synchronous now. (Maybe it's not _that_ relevant to mention all that IDs.)
rugk před 8 měsíci
rodič
revize
3ede063e0a
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      CHANGELOG.md

+ 3 - 3
CHANGELOG.md

@@ -3,14 +3,14 @@
 ## 2.0.4 (not yet released)
 ## 2.0.4 (not yet released)
 
 
 ## 2.0.3 (2025-11-12)
 ## 2.0.3 (2025-11-12)
-* FIXED: Prevent arbitrary PHP file inclusion when enabling template switching
-* FIXED: Malicious filename can be used for self-XSS / HTML injection locally for users
+* FIXED: Prevent arbitrary PHP file inclusion when enabling template switching (CVE-2025-64714)
+* FIXED: Malicious filename can be used for self-XSS / HTML injection locally for users (CVE-2025-64711)
 * FIXED: Unable to create a new paste from the cloned one when a JSON file attached (#1585)
 * FIXED: Unable to create a new paste from the cloned one when a JSON file attached (#1585)
 
 
 ## 2.0.2 (2025-10-28)
 ## 2.0.2 (2025-10-28)
 * CHANGED: Upgrading libraries to: DOMpurify 3.3.0
 * CHANGED: Upgrading libraries to: DOMpurify 3.3.0
 * CHANGED: Refactored jQuery DOM element creation into plain JavaScript
 * CHANGED: Refactored jQuery DOM element creation into plain JavaScript
-* FIXED: Sanitize file name in attachment size hint
+* FIXED: Sanitize file name in attachment size hint (CVE-2025-62796 / https://github.com/PrivateBin/PrivateBin/security/advisories/GHSA-867c-p784-5q6g)
 * FIXED: PHP OPcache module is optional again (#1679)
 * FIXED: PHP OPcache module is optional again (#1679)
 * FIXED: bootstrap template password peek input group display
 * FIXED: bootstrap template password peek input group display