Replace serde_yaml for registering Appservice YAML files #231
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is now deprecated https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34
No priority because this is only used to register appservices and the entire functionality is just to parse from/to strings.
May actually want to prioritise this sooner or later as someone will eventually file a rustsec advisory on serde_yaml and CI's cargo audit will start failing.
Also, yaml-rust is unmaintained and has a rustsec advisory so can't use that one: https://github.com/chyh1990/yaml-rust/issues/200
This probably isn't important to fix/do. serde_yaml is used for literally 1-2 tiny things. If someone wants to replace serde_yaml anyways a minimal PR can be accepted.