I would be very interested in that security issue also. Otherwise, it looks like a bug to me without a good explaination.
Paul Tretter ----- Original Message ----- From: "Romano Paolo Tenca" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 6:59 AM Subject: [REBOL] load and mold/all security issue > > Hi, all > > try: > > o: context [a: 1 b: func [][a]] > o/b ;==1 > > ;and then > > o2: load mold/all o > o2/b > ** Script Error: a word has no context > ** Where: b > ** Near: a > > Function body is not binded against the object context. > Feedback answered to me that this happens for security reason. > > Can someone explain it to me? I do not understand where is the security > problem. > > --- > Ciao > Romano > > -- > To unsubscribe from this list, just send an email to > [EMAIL PROTECTED] with unsubscribe as the subject. > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.516 / Virus Database: 313 - Release Date: 9/1/2003 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
