Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NonePriority
Major
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Priority
Created 13 April 2021 at 19:06
Updated 28 July 2023 at 11:17
Resolved 28 July 2023 at 11:17
Lucee should be secure by default
to override for a specific use case with trusted xml, you can do the following
application action="update" xmlFeatures={ "externalGeneralEntities": true, "secure": false, "disallowDoctypeDecl": false }; xml = xmlParse( trustedXml ); application action="update" xmlFeatures={ "externalGeneralEntities": false, "secure": true, "disallowDoctypeDecl": true };