[rules-users] Protection from malicious rules

Shur, Bob robert.shur at hp.com
Thu Feb 9 12:34:57 EST 2012


We're considering a system in which partners could write and deploy their own rules, but we are worried about security. Is there any support for preventing harmful rules? For example:

rule "bad"
when
then
  File f = new File("important.doc");
  f.delete();
end






More information about the rules-users mailing list