Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9
-
Component/s: None
-
Labels:None
-
Request Controller:Please Select
-
External Supervisor:Please select
-
Executing Programmer:Please select
Description
As of the ability to create content via the content submission controller, this needs to be restricted so that attackers cannot create new dynamic script nodes remotely instead of blog comments!
The syntax implemented is as follows:
"ROLE_USER" { view true create [org.weceem.content.HTMLContent, org.weceem.content.Comment] "/blog" { create [org.weceem.blog.BlogEntry] } } "ROLE_GUEST" { view true create [org.weceem.content.Comment] }