!!! ONLY APPLIES TO VERSIONS PRIOR TO Sanic v20.12 WHEN USING Python 3.10 !!!
Sanic v20.12 officially supports Python versions 3.6, 3.7, 3.8, and 3.9. However, if you accidentally run it with version 3.10 (which is not supported by Sanic 20.12), your server is prone to crashing on an incoming web request.
Anyone running Sanic server between 0.1.7 and 20.12 using Python 3.10.
Use a supported version of Python (v3.6 - v3.9)
In asyncio, the explicit passing of a loop argument has been deprecated and will be removed in version 3.10 for the following: ... asyncio.Event
If you have any questions or comments about this advisory: * Open an issue in the community forums * Ping us on the Discord server
{
"github_reviewed": true,
"severity": "HIGH",
"nvd_published_at": null,
"cwe_ids": [],
"github_reviewed_at": "2022-02-16T22:57:57Z"
}