ibrahimcesar/velociplot

Security audit of input handling

Open

#21 aberto em 29 de nov. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: medium

Métricas do repositório

Stars
 (3 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description

Perform a security audit focusing on input validation and file handling.

Areas to Review

  • CSV parsing (injection attacks)
  • JSON parsing (DoS via nested objects)
  • File path handling (traversal attacks)
  • Memory allocation limits
  • Integer overflow checks

Tasks

  • Review all input parsing code
  • Add input size limits
  • Add path validation
  • Run cargo-audit
  • Consider fuzz testing

Acceptance Criteria

  • No known vulnerabilities
  • Input limits documented
  • cargo-audit clean

Guia do colaborador