now have fixed xslt plugin

master
http://kerravonsen.dreamwidth.org/ 2009-12-01 18:51:48 -05:00 committed by Joey Hess
parent cbdd0d8507
commit 18840f67e9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ really a full programming language, so I assume at least DOS attacks are
possible. Can it also read other arbitrary files, run other programs, etc?
--[[Joey]]
> For the first point, agreed. It should probably check that the data file has a `.xml` extension also. Will fix soon.
> For the first point, agreed. It should probably check that the data file has a `.xml` extension also. Have now fixed.
> For the second point, I think the main concern would be resource usage. XSLT is a pretty limited language; it can read other XML files, but it can't run other programs so far as I know.