Skip to content

Pre-existing hydra gate failures on development (6 gates) #5

Description

@rubenvdlinde

Surfaced while building clock-weather-widgets (PR #4). None are caused by that change — all findings sit in files it did not touch. Filing so they are not lost.

Gate Finding
gate-6 orphan-auth lib/Service/PublicShareContext.php:90 isBearer defined-but-never-called
gate-7 no-admin-idor lib/Controller/AcknowledgementController.php:94 acknowledge, :152 pending#[NoAdminRequired] with no auth guard in body
gate-9 semantic-auth lib/Controller/PublicShareController.php:252 show, :326 unlock#[PublicPage] annotation with an auth check in the body
gate-30 effective-manifest-crossref menu entry dashboards route /dashboards resolves to no pages[].id/pages[].route
gate-46 spec-anchor-existence 427 unresolved @spec targets (legacy debt)
gate-52 orphaned-write-capability TileService::createTile, DashboardService::writeDashboardContent — write-capable, zero production callers

gate-7 and gate-9 are genuine authorization findings and should be triaged first: an #[NoAdminRequired] endpoint with no per-object guard is the classic IDOR shape (ADR-005 Rule 3), and gate-52's orphaned write methods are the 'spec-says-done but nothing calls it' defect class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions