Strongly type CrateDetails #886
Labels
A-backend
Area: Webserver backend
C-technical-debt
Category: This makes the code harder to read and modify, but has no impact on end users
E-easy
Effort: Should be easy to implement and would make a good first PR
P-low
Low priority issues
Currently the
CrateDetails
struct has two fields of untyped JSON,authors_json
anddependencies
. This isn't good since it can lead to errors like #879's OOB template indexing.The text was updated successfully, but these errors were encountered: