ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Security: Strengthen guards for PDFs
Abierto
@vprashrex ya está trabajando en esto.
Desde el 27/7/2026.
- Lenguaje dominante
- Python
- Estrellas
- 18
- Forks
- 10
- Merge medio
- 2 d 20 h
- PR fusionados (30 d)
- 14
Descripción
Is your feature request related to a problem?
The API interfaces for processing audio files currently have protections against buffer overflow and CPU exhaustion, but this is not extended to PDF and PNG files, which poses a potential security risk.
Describe the solution you'd like
- Strengthen the existing guards for PDF and PNG file processing.
- Ensure similar protections are implemented as those for audio files.
Original issue
Describe the current behavior
Currently the API interfaces where files are processes have guards that prevent buffer overflow, CPU exhaustion etc error.
Describe the enhancement you'd like
Solidify the guards for PDF/PNG files too
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.