Page MenuHomeDevCentral

Don't call get_url from templates
ClosedPublic

Authored by dereckson on Sun, Oct 19, 23:19.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 12:08
Unknown Object (File)
Sun, Nov 9, 18:41
Unknown Object (File)
Sun, Nov 9, 16:18
Unknown Object (File)
Sun, Nov 9, 13:25
Unknown Object (File)
Sun, Nov 9, 09:13
Unknown Object (File)
Sat, Nov 8, 21:43
Unknown Object (File)
Fri, Nov 7, 19:37
Unknown Object (File)
Fri, Nov 7, 10: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 6055
Build 6339: arc lint + arc unit

Event Timeline

dereckson created this revision.
dereckson added inline comments.
workspaces/src/controllers/errorpage.php
61

Already defined line 56.

Use already defined URL_HOME in 404

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