-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The message handler in background.js doesn't validate incoming message properties.
Current Behavior
request.action, request.mode, and request.folderId are used without validation.
Expected Behavior
Validate message properties before processing:
- Check
actionis a known value - Validate
modewhen present - Validate
folderIdformat when present
Priority
Low
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog