MyGit

1.0

pallets/flask

版本发布时间: 2018-04-27 05:05:18

pallets/flask最新发布版本:3.0.3(2024-04-08 03:27:16)

The Pallets team is pleased to release Flask 1.0. [Read the announcement on our blog.](https://www.palletsprojects.com/blog/flask-1-0-released/

There are over a year's worth of changes in this release. Many features have been improved or changed. Read the changelog to understand how your project's code will be affected.

JSON Security Fix

Flask previously decoded incoming JSON bytes using the content type of the request. Although JSON should only be encoded as UTF-8, Flask was more lenient. However, Python includes non-text related encodings that could result in unexpected memory use by a request.

Flask will now detect the encoding of incoming JSON data as one of the supported UTF encodings, and will not allow arbitrary encodings from the request.

Install or Upgrade

Install from PyPI with pip:

pip install -U Flask

相关地址:原始地址 下载(tar) 下载(zip)

1、 Flask-1.0-py2.py3-none-any.whl 95.5KB

2、 Flask-1.0-py2.py3-none-any.whl.asc 488B

3、 Flask-1.0.tar.gz 628.36KB

4、 Flask-1.0.tar.gz.asc 488B

查看:2018-04-27发行的版本