Skip to content

Commit

Permalink
Declare maintenance mode (#626)
Browse files Browse the repository at this point in the history
From the conversation on #620, let's try to steer people towards orjson
and away from writing pull requests that we're too paranoid to accept.
  • Loading branch information
bwoodsend committed May 11, 2024
1 parent 04daf02 commit e595354
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ Install with pip:
python -m pip install ujson
```

## Project status

> [!WARNING]
> UltraJSON's architecture is fundamentally ill-suited to making changes without
> risk of introducing new security vulnerabilities. As a result, this library
> has been put into a *maintenance-only* mode. Support for new Python versions
> will be added and critical bugs and security issues will still be
> fixed but all other changes will be rejected. Users are encouraged to migrate
> to [orjson](https://pypi.org/project/orjson/) which is both much faster and
> less likely to introduce a surprise buffer overflow vulnerability in the
> future.
## Usage

May be used as a drop in replacement for most other JSON parsers for Python:
Expand Down

0 comments on commit e595354

Please sign in to comment.