diff --git a/Update.json b/Update.json index baa8c19d..467e4c56 100644 --- a/Update.json +++ b/Update.json @@ -3370,6 +3370,21 @@ } ], "Notes": "Fixed additional stored XSS vulnerabilities where user-controlled data was inserted into innerHTML without sanitization." + }, + "3.2.0": { + "UpdateDate": 1771493320789, + "Prerelease": false, + "UpdateContents": [ + { + "PR": 910, + "Description": "Fix XSS in post title rendering" + }, + { + "PR": 911, + "Description": "Fix additional XSS vulnerabilities" + } + ], + "Notes": "No release notes were provided for this release." } } } \ No newline at end of file diff --git a/XMOJ.user.js b/XMOJ.user.js index 592d8ffc..74e4ef53 100644 --- a/XMOJ.user.js +++ b/XMOJ.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name XMOJ -// @version 3.1.2 +// @version 3.2.0 // @description XMOJ增强脚本 // @author @XMOJ-Script-dev, @langningchen and the community // @namespace https://github/langningchen diff --git a/package.json b/package.json index 7c668d9a..9dd923ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xmoj-script", - "version": "3.1.2", + "version": "3.2.0", "description": "an improvement script for xmoj.tech", "main": "AddonScript.js", "scripts": {