public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH access-control v2 0/2] fix: #6510: Allow deleting ACLs for non-existent entities & add API tests
@ 2026-07-23 11:09 Elias Huhsovitz
  2026-07-23 11:09 ` [PATCH access-control v2 1/2] test: api: add tests for ACL modification endpoint Elias Huhsovitz
  2026-07-23 11:09 ` [PATCH access-control v2 2/2] fix #6510: api: acl: allow deleting ACLs for non-existent entities Elias Huhsovitz
  0 siblings, 2 replies; 3+ messages in thread
From: Elias Huhsovitz @ 2026-07-23 11:09 UTC (permalink / raw)
  To: pve-devel; +Cc: Elias Huhsovitz

v1: https://lore.proxmox.com/pve-devel/20260720134535.136172-1-e.huhsovitz@proxmox.com/

This series fixes Bug #6510, which prevents the deletion of ACLs
for non-existent users, groups, or API tokens.

Patch 1/2 introduces automated tests for the
`PUT /access/acl` endpoint. The test suite verifies standard creation,
modification, and deletion workflows, enforces privilege boundaries,
and specifically tests the edge case resolved in the first patch.

Patch 2/2 modifies the `update_acl` API endpoint to bypass the
entity existence check when the `delete` flag is set. This change
allows administrators to clean up orphaned ACLs without weakening the
strict validation applied when adding new permissions.

changes v1->v2:
- declare all tests up front in $tests.
- run all tests using the same logic in loop.
- evaluate test results using `Test::More::is_deeply`.
- use redefine() instead of mock().
- use `no_auto => 1` for MockModule to prvent auto loading.
- run make tidy.


Elias Huhsovitz (2):
  test: api: add tests for ACL modification endpoint
  fix #6510: api: acl: allow deleting ACLs for non-existent entities

 src/PVE/API2/ACL.pm             |   7 +-
 src/test/api-tests.pl           |   2 +-
 src/test/api-update-acl-test.pl | 297 ++++++++++++++++++++++++++++++++
 3 files changed, 302 insertions(+), 4 deletions(-)
 create mode 100644 src/test/api-update-acl-test.pl

-- 
2.47.3





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-23 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23 11:09 [PATCH access-control v2 0/2] fix: #6510: Allow deleting ACLs for non-existent entities & add API tests Elias Huhsovitz
2026-07-23 11:09 ` [PATCH access-control v2 1/2] test: api: add tests for ACL modification endpoint Elias Huhsovitz
2026-07-23 11:09 ` [PATCH access-control v2 2/2] fix #6510: api: acl: allow deleting ACLs for non-existent entities Elias Huhsovitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal