Skip to content

Have a safe Content Security Policy (CSP) in servers demo #1682

@sbernard31

Description

@sbernard31

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 :

We need to investigate about that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bsserverImpact LWM2M bootstrap serverdemoImpact our demo (not libraries)serverImpact LWM2M server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions