You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] it may be worth reconsidering whether AuditLog should contain an audit trail of all actions application-wide. As illustrated by this ticket, a single mistake may grant a user access to AuditLog, which could in turn result in widespread information disclosure. In this way, the current implementation puts all eggs into one basket by mapping the AuditLog object to all contents of the audit_log SQL table entry.
Is er een manier om de scope van auditlog te beperken of dit endpoint beter te beschermen? Samen met het plsc endpoint is dit wel he punt waar je in 1x alle informatie over heel sram bij elkaar hebt.
The text was updated successfully, but these errors were encountered:
Functioneel willen we dit houden (en specifieke informatie zelfs zichtbaarder maken in de juist context).
Even kijken of er privacy-by-design-principes zijn die we hierop kunnen toepassen. Moet bijvoorbeeld wel alles opgeslagen wordne, moeten we niet dingen expiren na X maanden, etc?
Uit de audit:
Is er een manier om de scope van auditlog te beperken of dit endpoint beter te beschermen? Samen met het plsc endpoint is dit wel he punt waar je in 1x alle informatie over heel sram bij elkaar hebt.
The text was updated successfully, but these errors were encountered: