Search the web
Sign In
New User? Sign Up
caplet · The Caplet Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 125 - 154 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
125
From an article in "SOA Advisor" titled "Enterprise Web 2.0, SOA Linkage: Will lack of standards be a hindrance?" by Srinivas Padmanabhuni of InfoSys. (If you...
Alan Karp
alanhkarp
Offline Send Email
Nov 13, 2007
11:21 pm
126
We've previously announced the Caja project <http://code.google.com/p/google-caja/> on cap-talk, e-lang, and The Caplet Group list. Since then, in order to...
Mark Miller
capsecure
Offline Send Email
Dec 2, 2007
8:08 pm
127
Successful attack on ADsafe due to a Firefox bug that is fixed in the development trunk, but apparently not expected to appear in a Firefox 2.0.0.x...
Mark Miller
capsecure
Offline Send Email
Dec 2, 2007
8:14 pm
128
... Just to be clear: The bug is apparently not expected to be fixed for any FF 2.0.0.x. -- Cheers, --MarkM...
Mark S. Miller
erights@...
Send Email
Dec 2, 2007
8:22 pm
129
{"Fwd: [Caja] Re: [jquery-dev] Re: [Caja] Re: [jquery-dev] Re:" removed from Subject tag for esethitic reasons.} ... One thing people building Javascript...
Bill Frantz
frantz@...
Send Email
Dec 2, 2007
9:48 pm
130
ADsafe does not allow 'call', so foo.call(null) does not pass, but it does allow foo() I think they are calling foo as with new, so it returns this...
Douglas Crockford
douglascrock...
Offline Send Email
Dec 3, 2007
1:17 pm
131
... Hi John, I just talked to Crock. We're all agreed that this bug is serious and are relieved that it will be fixed in an upcoming Firefox release. However,...
Mark Miller
capsecure
Offline Send Email
Dec 9, 2007
6:24 am
132
... Never mind. I just ran it through JSLint, tried it, and looked at it again: (function(){ var obj = {}; obj.test = obj.valueOf; obj.valueOf = function(){...
Mark Miller
capsecure
Offline Send Email
Dec 9, 2007
6:46 am
133
... I don't understand this. What is bind in this example? When I ran it in FireFox 2.0.0.11, it reported 'obj.test.bind is not a function'....
Douglas Crockford
douglascrock...
Offline Send Email
Dec 9, 2007
12:54 pm
134
... Jeez, my mistake again. I saw http://ejohn.org/apps/adsafe/valueOf.html pop up an "uh oh" alert, did a view source, saw the above text, pasted in into...
Mark Miller
capsecure
Offline Send Email
Dec 9, 2007
4:11 pm
135
... This does point out how easy it is for a web site using ADsafe to accidentally give away its security by modifying the prototype of Object (and possibly...
Adam Barth
hk9565
Offline Send Email
Dec 9, 2007
5:22 pm
136
On Dec 9, 2007 8:49 AM, David Hopwood ... Mostly correct, but I would not describe ADsafe as implementing Cajita. Cajita was inspired by ADsafe and grew out of...
Mark Miller
capsecure
Offline Send Email
Dec 9, 2007
6:27 pm
137
http://www.crockford.com/html/ "<module> creates a sub-tree which can contain a document with a communication channel. See http://json.org/module.html for a ...
robertsayre2000
Offline Send Email
Jan 11, 2008
1:43 am
138
I have added an optional adsafe parameter to the JSLINT(source, option, adsafe) function. It is an object whose keys are global variable names and values are...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 30, 2008
1:55 am
139
... From: Mike Samuel <mikesamuel@...> Date: Jan 29, 2008 8:15 PM Subject: [Caja] secure string interpolation in javascript To: Google Caja Discuss...
Mark Miller
capsecure
Offline Send Email
Jan 30, 2008
5:07 am
140
I am on the program committee of the second workshop on Web 2.0 Security and Privacy (http://seclab.cs.rice.edu/w2sp/2008/cfp.html). It will be held the day...
Douglas Crockford
douglascrock...
Offline Send Email
Jan 30, 2008
3:16 pm
141
... Very nice. I like the context scanning mechanism. I'll be curious to see what the fsm.txt looks like for SQL. It wasn't clear to me how the interpolator...
Monty Zukowski
monty_zukowski
Offline Send Email
Jan 30, 2008
9:21 pm
142
... Escapers can use the runtime type of the substitution values. If the SQL escaper sees an array, then it iterates over elements, and if it sees a Date, it...
Mike Samuel
mikesamuel
Offline Send Email
Jan 30, 2008
9:50 pm
143
Seems like a good idea. As a user, I'd rather see the SQL problem solved right by having a parser that's more sophisticated than a finite state machine than to...
Freeman, Tim
timothy_free...
Offline Send Email
Jan 30, 2008
10:28 pm
144
... Fair enough. It's tough to implement sophisticated and efficient parsers in javascript, but I'm sure that it's worthwhile in some contexts. Perhaps if...
Mike Samuel
mikesamuel
Offline Send Email
Jan 30, 2008
10:42 pm
145
... ... Now that ANTLR 3 has a retargetable backend, this might be a good motivation to get a JavaScript backend implemented. ActionScript, perl, Python &...
Monty Zukowski
monty_zukowski
Offline Send Email
Feb 1, 2008
3:50 pm
146
I updated JSLint today in a step to bring more truth to this expression: JSON < ADsafe < Cajita < Caja < ES3 < Proposed ES4 ADsafe now allows all strings as...
Douglas Crockford
douglascrock...
Offline Send Email
Feb 19, 2008
9:03 pm
147
I relaxed the ADsafe.get(object, name) function. The only names it excludes now are the _hanging_underbar_ names. It allows all other names. It requires that...
Douglas Crockford
douglascrock...
Offline Send Email
Feb 20, 2008
11:38 pm
148
I have been thinking about capabilities-based security and ES subsets like ADsafe and Caja, and was thinking about another subset that is intriguing to me and...
Kris Zyp
kriszyp
Online Now Send Email
Feb 27, 2008
9:02 pm
149
I am the co-chair of the second workshop on Web 2.0 Security and Privacy (http://seclab.cs.rice.edu/w2sp/2008/cfp.html). It will be held the day after the IEEE...
Larry Koved
larrykoved
Offline Send Email
Mar 5, 2008
3:13 am
150
Doug/ADsafe people, Has there been any efforts to produce a lightweight minimal-sized ADsafe validator? With the coming browser capabilities in Cross-site XHR...
Kris Zyp
kriszyp
Online Now Send Email
Mar 17, 2008
1:40 am
151
... ADsafe validator? With the coming browser capabilities in Cross-site XHR (MS's XDR and W3C/AC proposal) and the new postMessage API, it seems there will be...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 17, 2008
1:11 pm
152
Results of a quick experiment: Pulling stuff out of JSLint.js that is not needed for ADsafe validation of JavaScript produced an adsafe.js file that is 34K. I...
Douglas Crockford
douglascrock...
Offline Send Email
Mar 17, 2008
5:05 pm
153
... A validator for a Javascript subset like ADsafe does have to check for syntactic validity, because: - it cannot trust the browser's eval to accept only...
David-Sarah Hopwood
david.hopwood@...
Send Email
Mar 17, 2008
5:05 pm
154
Here is my attempt at an ADsafe validator: http://www.persvr.org/test/capability-validate.html Let me know if anyone can find any false acceptances (scripts...
Kris Zyp
kriszyp
Online Now Send Email
Mar 18, 2008
8:19 pm
Messages 125 - 154 of 309   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help