If you discover a security vulnerability in this extension, please report it by:
- Email: Send details to the repository owner through GitHub
- GitHub Security: Use the Security Advisories feature
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
This extension:
- Only runs on NetSuite domains (
*.app.netsuite.com) - Does not collect or transmit any user data
- Does not make external API calls
- Requires user confirmation for destructive actions (delete)
- Uses NetSuite's native API functions (
nlapiDeleteRecord,nlapiSubmitField, etc.)
When using this extension:
- Always verify the record ID before deleting
- Test field updates on non-production environments first
- Be aware that actions are immediate and may not be easily reversible
- Keep the extension updated to the latest version
The extension requests minimal permissions:
activeTab: To interact with the active NetSuite tabscripting: To inject the content scripthost_permissions: Limited to*.app.netsuite.comdomains only
Security updates will be released as soon as possible after discovery. Check the releases page for updates.