mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-13 13:57:34 -04:00
- Broaden OSPOSRules filesystem path regex to allow space, colon, and backslash for Windows sendmail paths while still excluding shell metacharacters used unescaped in popen(); update docblock accordingly. - Restore/translate mailpath_invalid message across all language files so users get a real error string instead of empty text. - Guard Config controller license rendering against malformed or non-array npm-prod/npm-dev LICENSES JSON, skipping entries missing required keys instead of raising warnings. - Document Node.js 20+ requirement in BUILD.md for license reporting dependency. - Remove security advisory IDs/URLs from INSTALL.md and code comments per new AGENTS.md policy against referencing CVE/GHSA identifiers anywhere in the repo. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>