Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security voorbeelden bij componenten #1074

Open
Robbert opened this issue Jul 2, 2024 · 0 comments
Open

Security voorbeelden bij componenten #1074

Robbert opened this issue Jul 2, 2024 · 0 comments
Assignees

Comments

@Robbert
Copy link
Member

Robbert commented Jul 2, 2024

Laten we voor een aantal componenten de security beschrijving (alvast) toevoegen:

  • Content-Security-Policy
    • img-src voor Image component en wellicht voor icon
  • https: en method="GET" vermijden voor formulieren en voor buttons
  • Links moeten gefilterd zijn in het CMS, bijvoorbeeld geen javascript: URL
  • Relatieve links (path injection) checken
  • https: images en links prefereren boven http:. In CMS suggereren te upgraden bijvoorbeeld.
  • DOM Sanitization voor bepaalde componenten (Rich text)

Documentatie voor security is een eis voor Candidate components, laten we even uitwerken bij één of twee componenten hoe dat eruit ziet, en met die ervaring documentatie schrijven voor hoe je dat nou aanpakt.

@Robbert Robbert self-assigned this Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant