Security Policy ☁️
App specific data storage for Cloud version
At Mibex Software, we try to only store the bare minimum of data to accomplish our task and to provide you a pleasant user experience.
This app only persists Confluence host details (i.e., client key, host public key and host base URL) and OAuth credentials required for interoperability with Confluence and the Git Provider.
In addition, we take an additional measure to ensure that any data stored is immediately deleted upon app uninstallation, resulting in a zero data retention period after an uninstall.
Add-on Scopes for Cloud version
READ
: Used to get the information of the macro configuration like URL of the file given to the macroWRITE
: The app technically does not require “write“ permissions but unfortunately the GitHub API does not provide a read-only OAuth scope for public and/or private repos which is what our app needs and we are forced to use the “repo“ scope. Including GitHub documentation on Scopes for OAuth Apps as reference.