Girish Ramakrishnan před 6 roky
rodič
revize
fa64a9c9c3
3 změnil soubory, kde provedl 15 přidání a 2 odebrání
  1. 13 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md

+ 13 - 0
CHANGELOG

@@ -176,3 +176,16 @@
 [1.7.0]
 * Use latest base image
 
+[1.8.0]
+* Fix critical CSRF vulnerabilities on API routes #5355
+* Wrong redirect after updated protect branch setting whose name contains # #5442
+* Clear labels not working #5445
+* [Security] Remote command execution #5469
+* Push event webhook is not triggered when new branch fetched to mirror repository #5473
+* Large issue comment exceeds dashboard section #5502
+* List collaborator API does not contain permission information #5538
+* [Security] Log out only deletes browser cookies #5540
+* [Security] Some routes need to be POST #5541
+* [Security] Stored XSS in external issue tracker URL format #5545
+* Support prefilling the title and body of new issues using query parameters #5302
+* Support data URL of base64 encoded images in Markdown #5391

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {

+ 1 - 1
DESCRIPTION.md

@@ -1,6 +1,6 @@
 Gogs (Go Git Service) is a painless self-hosted Git service.
 
-This app packages Gogs <upstream>0.11.66</upstream>
+This app packages Gogs <upstream>0.11.79</upstream>
 
 ### Purpose