-
Notifications
You must be signed in to change notification settings - Fork 415
Open
Labels
bsserverImpact LWM2M bootstrap serverImpact LWM2M bootstrap serverdemoImpact our demo (not libraries)Impact our demo (not libraries)serverImpact LWM2M serverImpact LWM2M server
Description
Sandbox security tests complain about unsafe usage in Content Security Policy(CSP)
Content Security Policy (CSP) implemented, but allows 'unsafe-eval' and allows forms to be submitted to any source.
'unsafe-eval' - 'unsafe-eval' allows the execution of code injected into DOM APIs such as eval().
This policy allows inline styles ('unsafe-inline'). Although they are not as bad as inline scripts in terms of security, an injection bug in script area would allow the attacker to modify page appearance.
See :
- https://github.com/eclipse-leshan/leshan/wiki/Security-Development-Documention
- https://developer.mozilla.org/en-US/docs/Web/Security/Practical_implementation_guides/CSP
We need to investigate about that.
Metadata
Metadata
Assignees
Labels
bsserverImpact LWM2M bootstrap serverImpact LWM2M bootstrap serverdemoImpact our demo (not libraries)Impact our demo (not libraries)serverImpact LWM2M serverImpact LWM2M server