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

throw when attempting to overwrite actions, roles or entities #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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