Look for security vulnerabilities #29

Closed
opened 2026-05-01 20:53:31 +02:00 by myrmidex · 0 comments
Owner

Security review of the incr app before moving it to the public lvl0 group.

Areas to check

  • Input validation and mass assignment protection (Eloquent $fillable)
  • CSRF protection on all state-changing routes
  • Auth / no-auth boundaries (app currently uses User::first() — ensure no unintended data exposure)
  • Dependency vulnerabilities (composer audit, npm audit)
  • Sensitive data in logs or API responses
  • Any hardcoded secrets or credentials

Output

A list of findings with severity, to be triaged into fix tickets before making the repo public.

Security review of the incr app before moving it to the public lvl0 group. ## Areas to check - Input validation and mass assignment protection (Eloquent `$fillable`) - CSRF protection on all state-changing routes - Auth / no-auth boundaries (app currently uses `User::first()` — ensure no unintended data exposure) - Dependency vulnerabilities (`composer audit`, `npm audit`) - Sensitive data in logs or API responses - Any hardcoded secrets or credentials ## Output A list of findings with severity, to be triaged into fix tickets before making the repo public.
myrmidex added this to the v0.3.0 milestone 2026-05-01 20:53:31 +02:00
myrmidex added the
bug
label 2026-05-01 20:53:31 +02:00
myrmidex self-assigned this 2026-05-01 20:53:31 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/incr#29
No description provided.