Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3Packages.matrix-nio: permit insecure Olm during check phase
Olm has a known vulnerability (#334638) but is only an optional dependency of nio, so in theory nio should by default be unaffected. nio’s tests, however, cover its full suite of extra features, so Olm is still evaluated as a dependency of the check phase. Since the check phase doesn’t process user data or access the network this vulnerability isn’t relevant and can be ignored, allowing nio to evaluate and ultimately be run without Olm.
- Loading branch information