QA Input from JSON is not validated #3

Closed
opened 2024-05-27 23:54:47 +02:00 by AliasAlreadyTaken · 1 comment

Wrong: Whatever is written in the JSON goes to the list.

Expected: What comes from JSON is validated.

That's bad, because the JSON might be written from some outside program. We explicitly chose JSON files and not modstorage to open this possibility, but if we can't rely on what's in the JSON, we need to validate it.

Wrong: Whatever is written in the JSON goes to the list. Expected: What comes from JSON is validated. That's bad, because the JSON might be written from some outside program. We explicitly chose JSON files and not modstorage to open this possibility, but if we can't rely on what's in the JSON, we need to validate it.
Author
Owner

I added very basic JSON validation

I added very basic JSON validation
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/yl_ticker#3
No description provided.