With Microsoft Forms Embedded, you can now collaborate in one single place on both Microsoft Forms and your monday.com account and get the big picture of everything.
• Embed Microsoft Forms in your board views
• Embed Microsoft Forms into your item views
• Embed Microsoft Forms to enhance dashboards and workdocs
Security & Compliance
Security
Does the developer periodically perform penetration testing?
Yes
Does the developer have a dedicated security and privacy point of contact for such issues or questions?
Does the app restrict redirects and forwards only to approved destinations, or show a warning when redirecting to potentially untrusted content?
Yes
The app does not redirect anywhere and no forwards are permitted.
Does the app protect against mass parameter assignment attacks?
No
n/a
Does the app perform encoding and sanitization on all user supplied parameters to protect against Cross-Site Scripting?
Yes
Most if not all of our apps use monday.com app settings or board item columns to store data such as URLs for embedding external URLs. As such, we cannot sanitise the data stored in monday.com (even though monday.com will do some of this). We do however ensure that all data is sanitised before accepting it’s use in our apps. An example of this is the URL checking logic: ``` const isUrl = (url) => { try { new URL(url); // trigger catch exception for invalid URLs return true; } catch (e) { return false; } }; ```
Does the developer protect all state-changing actions against Cross-Site Request Forgery (CSRF)?
No
n/a
Does the developer have mechanisms to notify monday.com in case of a security breach?
Yes
Initial notification would be an email to [email protected]. Subsequently we will follow the process described at:https://dsapps.atlassian.net/wiki/spaces/SEC/pages/4800970753
Does this developer have a process for installing application-level updates and security patches for the service (such as software packages and databases)?
Yes
Our security bugfix policies including patching times are published here:https://dsapps.dev/policies/security-bugfix/ In reality, our fix times are much quicker than the published timeframes: Critical severity bugs (CVSS v2 score >= 8, CVSS v3 score >= 9) are normally fixed within 2 weeks High severity bugs (CVSS v2 score >= 6, CVSS v3 score >= 7) are normally fixed within 3 weeks Medium severity bugs (CVSS v2 score >~= 3, CVSS v3 score >= 4) are normally fixed within 4 weeks
Compliance
Is the app certified with the information security standard ISO/IEC 27001:2022?
Not answered
Is the app compliant with the Health Insurance Portability and Accountability Act (HIPAA)?
Yes
Is the app certified with System and Organization Controls (SOC 2 or SOC 3)?
Not answered
Is the app compliant with the General Data Protection Regulation (GDPR)?
Yes
Data
Does the app send any data outside of monday.com? If yes, indicate whether the data is customer-submitted (e.g., board names, item names, doc content) or non-customer-submitted (e.g., account ID, board ID, user ID).
No
Where does the app store logs data?
aws
Where does the app store the app data?
monday
Does the developer ensure application logs do not contain secrets or personally-identifiable information (PII)?
Yes
This app is static HTML, so the only logs collected are access logs (which contain no secrets or PII) and analytics (we ensure that no secrets or PII are sent to analytics).
Is customer data segregated from the data of other customers (for example logically or physically)?
Yes
No customer data is stored by us. All data is stored in monday.com settings or storage.
Privacy
Does the developer enforce multi-factor authentication on employees access to systems which may process customer data?
Yes
Multi-factor authentication is enforced for all company systems. All systems require multi-factor authentication using an authenticator app.
Does the developer protect access to customer data based on the principle of least privilege?
Yes
Only company employees who need the data have access to it. We rely on the principle of least privilege for all systems in our company. It you do not need access, you do not have access. Access is monitored regularly and privileges revoked.
Reviews
August 10, 2022
ZV: Cool app!
Installation history
We have data for December 28, 2024 onwards only. Collected sometime after 00:00 UTC daily.