Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-27 | fix(flags): --allow-all should conflict with lower permissions (#25909) | David Sherret | |
Using `--allow-all` with other `--allow-x` permission flags should cause an error since `--allow-all` is a superset of `--allow-x`. Closes #25901 |