origin-website icon indicating copy to clipboard operation
origin-website copied to clipboard

The code powering our website

Results 33 origin-website issues
Sort by recently updated
recently updated
newest added

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.0rc4 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

python
dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

python
dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

python
dependencies

add get method to contributor endpoint

Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.4 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...

python
dependencies

Bumps [celery](https://github.com/celery/celery) from 5.0.5 to 5.2.2. Release notes Sourced from celery's releases. 5.2.2 Release date: 2021-12-26 16:30 P.M UTC+2:00 Release by: Omer Katz Various documentation fixes. Fix CVE-2021-23727 (Stored Command...

python
dependencies

Bumps [starkbank-ecdsa](https://github.com/starkbank/ecdsa-python) from 1.1.0 to 2.0.1. Release notes Sourced from starkbank-ecdsa's releases. v2.0.1 Fixed Signature r and s range check v2.0.0 Added root imports: from ellipticcurve import PrivateKey, PublicKey, Signature,...

python
dependencies

Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - dev/Dockerfile.cron We recommend...

We currently have CORS enabled for all of the origin-website. It looks like what we intended was to just enable it for the mailing list route. Looking at the [docs](https://flask-cors.readthedocs.io/en/latest/)...