Frontmatter
| id | 7977 |
| title | Sanitize commander inputs in buildScripts/buildAll.mjs |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Dec 2, 2025, 6:31 PM |
| updatedAt | Dec 2, 2025, 6:43 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7977 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 2, 2025, 6:43 PM |
The
commanderlibrary does not sanitize inputs by default. This can lead to issues if users provide inputs with quotes (e.g.,-t "yes"). We need to implement asanitizeInputfunction and apply it to theprogramoptions inbuildScripts/buildAll.mjs.References:
buildScripts/buildAll.mjs