-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
| const useRegistry = req.query === 'true' |
This file has one instance of
const useRegistry = req.query.registry === 'true' and one instance of const useRegistry = req.query === 'true' but req.query won't be a string in Express. Thus, the validations don't correctly correspond to whether the request had registry=true.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Low Priority