Skip to content

Conversation

@markstos
Copy link

@markstos markstos commented Apr 2, 2021

This fixes #11. It is a breaking change, although anyone overwriting their actions, roles or entities was possibility dong it by mistake and may have been introduced a security vuln that way. In those cases, trying this breaking this release will help them find and fix those dangerous cases.

Users doing the more sensible thing of that overwriting their actions, roles or entities are not affected.

A maintenance commit is included which upgrades deps to address deprecations and vulns.

markstos added 2 commits April 2, 2021 11:02
 This addresses several deprecations and vulns in the dependency chain.
… entities.

This prevents accidentally overwriting authorization rules with weaker
rules. Such an accident becomes more likely as apps grow in size and
could lead to an security vulnerability.

Fixes tschaub#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

To "be safe by default", overwriting values should throw an error

1 participant