Page MenuHomeDevCentral

Don't call get_url from templates
ClosedPublic

Authored by dereckson on Oct 19 2025, 23:19.
Tags
None
Referenced Files
F47329643: D3782.id9799.diff
Sun, Aug 30, 13:51
F47329470: D3782.id9799.diff
Sun, Aug 30, 13:50
F47111562: D3782.id9796.diff
Sat, Aug 29, 16:57
Unknown Object (File)
Sat, Aug 29, 06:33
Unknown Object (File)
Sat, Aug 29, 05:34
Unknown Object (File)
Sat, Aug 29, 04:11
Unknown Object (File)
Thu, Aug 27, 19:44
Unknown Object (File)
Wed, Aug 26, 12:20
Subscribers
None

Details

Summary

To avoid arbitrary execution of PHP code inside Smarty,
move the responsibility to call get_url() from the template
to the relevant controller code.

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6056
Build 6340: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson added inline comments.
workspaces/src/controllers/errorpage.php
61 ↗(On Diff #9796)

Already defined line 56.

Use already defined URL_HOME in 404

This revision is now accepted and ready to land.Oct 19 2025, 23:26
This revision was automatically updated to reflect the committed changes.