1
0
forked from gitea/blog
blog/content/post/release-of-1.4.3.md

1.7 KiB

date authors title tags draft coverImageRelease
2018-06-26T09:30:00+00:00 techknowlogick Release of 1.4.3
release
gitea
false 1.4.3

We proudly present the bugfix release of Gitea version 1.4.3. This release contains important security fixes so it is highly recommended to update to latest release. We have merged 9 pull requests to release this version. You can download one of our pre-built binaries from our downloads page, you just need to select the correct platform. For further details of the installation follow our installation guide.

We would like to say special thanks to those who reported security issues fixed in this release.

If you have found a vulnerability in the project, please write privately to security@gitea.io.

Changelog

  • SECURITY
    • HTML-escape plain-text READMEs (#4192) (#4214)
    • Fix open redirect vulnerability on login screen (#4312) (#4312)
  • BUGFIXES
    • Fix broken monitoring page when running processes are shown (#4203) (#4208)
    • Fix delete comment bug (#4216) (#4228)
    • Delete reactions added to issues and comments when deleting repository (#4232) (#4237)
    • Fix wiki URL encoding bug (#4091) (#4254)
    • Fix code tab link when viewing tags (#3908) (#4263)
    • Fix webhook type conflation (#4285) (#4285)