Hello,
I am evaluating Diet-NG for use in a new production project and would like to understand its current status and security model.
The README currently describes the project as “almost stable and feature complete and ready for pre-production testing.” Is that description still accurate?
Could you please clarify the following?
- Is Diet-NG currently considered production-ready?
- Which release or branch is recommended for new projects?
- Is the project actively maintained?
- Are bug fixes and security patches still accepted and released?
- Has the project undergone any security review, audit, or fuzz testing?
- What security guarantees are provided by escaped interpolation ("=" and "#{...}")?
- Is escaping context-aware for HTML text, attributes, URLs, JavaScript, and CSS?
- Apart from "!=" and "!{...}", are there other mechanisms that can produce unescaped output?
- Are Diet templates always assumed to be trusted application source code?
- Is processing user-controlled or user-editable templates explicitly unsupported?
- Are "DietUseLive" and "DietUseCache" intended only for development?
- Are there recommended production-hardening practices?
- Is there a preferred private process for reporting security vulnerabilities?
An update to the README describing the current maintenance status, supported threat model, and recommended production configuration would also be very helpful.
Thank you.
Hello,
I am evaluating Diet-NG for use in a new production project and would like to understand its current status and security model.
The README currently describes the project as “almost stable and feature complete and ready for pre-production testing.” Is that description still accurate?
Could you please clarify the following?
An update to the README describing the current maintenance status, supported threat model, and recommended production configuration would also be very helpful.
Thank you.