In database/index.js, various functions build SQL requests with user input.
This could lead to classic SQL injection attacks.
This issue is not a huge problem for now as the project is meant to be used by trusted people in a fablab with few coding skills.
If you want to setup this project, it is advised to rewrite index.js files anyway !
In
database/index.js, various functions build SQL requests with user input.This could lead to classic SQL injection attacks.
This issue is not a huge problem for now as the project is meant to be used by trusted people in a fablab with few coding skills.
If you want to setup this project, it is advised to rewrite
index.jsfiles anyway !