Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

caplet · The Caplet Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 72
  • Category: Security
  • Founded: May 11, 2007
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I relaxed some of the restrictions on the get method. It still requires that the object is in fact an object (and not a function), but it allows the returning...
1 May 24, 2008
9:45 pm

Douglas Crockford
douglascrock...
Send Email

ADsafe now allows long dot expressions that refine the allowed global variables. So ADSAFE.koda.bosanda.bosoya.tikki.ottobo(); is now acceptable. JSLint's UI...
1 May 23, 2008
2:53 am

Douglas Crockford
douglascrock...
Send Email

... From: Douglas Crockford <douglas@...> To: David-Sarah Hopwood <david.hopwood@...>, Mark Miller <erights@...> ...
11 May 22, 2008
12:17 am

David-Sarah Hopwood
david.hopwood@...
Send Email

... To: Douglas Crockford <douglas@...> Subject: ADsafe attack From: David-Sarah Hopwood <david.hopwood@...> (function () { ...
1 May 21, 2008
2:47 am

David-Sarah Hopwood
david.hopwood@...
Send Email

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...
3 May 5, 2008
2:12 am

Larry Koved
larrykoved
Send Email

ADsafe does not allow access to Date or to Math.random(). This is because we want to be able to sample ads to test their behavior and contractual compliance....
1 May 4, 2008
4:02 pm

Douglas Crockford
douglascrock...
Send Email

I added arguments to the set of excluded members. The set now contains apply arguments call callee caller constructor eval prototype unwatch valueOf watch...
1 Apr 15, 2008
4:25 pm

Douglas Crockford
douglascrock...
Send Email

I am relaxing ADsafe to allow access to these standard globals: Array Boolean Date decodeURI decodeURIComponent encodeURI encodeURIComponent Error escape...
15 Apr 16, 2008
2:00 am

Douglas Crockford
douglascrock...
Send Email

Is there any documentation available on the specific attacks that the various rules in ADsafe are protecting against? Most of the rules are pretty obvious, but...
13 Apr 8, 2008
4:43 pm

Douglas Crockford
douglascrock...
Send Email

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...
16 Mar 22, 2008
3:35 am

Kris Zyp
kriszyp
Send Email

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...
1 Feb 27, 2008
9:02 pm

Kris Zyp
kriszyp
Send Email

... From: Mike Samuel <mikesamuel@...> Date: Jan 29, 2008 8:15 PM Subject: [Caja] secure string interpolation in javascript To: Google Caja Discuss...
6 Feb 1, 2008
3:50 pm

Monty Zukowski
monty_zukowski
Send Email

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...
1 Jan 30, 2008
1:55 am

Douglas Crockford
douglascrock...
Send Email

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 ...
1 Jan 11, 2008
1:43 am

robertsayre2000
Send Email

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...
1 Dec 9, 2007
6:27 pm

Mark Miller
capsecure
Send Email

... 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...
2 Dec 9, 2007
5:22 pm

Adam Barth
hk9565
Send Email

... 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,...
3 Dec 9, 2007
12:54 pm

Douglas Crockford
douglascrock...
Send Email

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...
4 Dec 3, 2007
1:17 pm

Douglas Crockford
douglascrock...
Send Email

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...
1 Dec 2, 2007
8:08 pm

Mark Miller
capsecure
Send Email

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...
1 Nov 13, 2007
11:21 pm

Alan Karp
alanhkarp
Send Email

The next step is to secure HTML fragments. JSLint has an HTML fragment option. When used with ADsafe, it will accept a <div> or <iframe> and its contents. It...
30 Oct 23, 2007
6:13 pm

Mike Samuel
mikesamuel
Send Email

Caja is hereby open source under the Apache license 2.0. The Caja development site is at http://code.google.com/p/google-caja/ The initial draft design doc is...
1 Oct 12, 2007
1:41 am

Mark Miller
capsecure
Send Email

Let's refer to a Javascript function that mentions 'this' as a Javascript method. When a Javascript method is called as a function, it's 'this' gets bound to...
13 Oct 10, 2007
10:30 pm

Mike Samuel
mikesamuel
Send Email

I have relaxed the rules on words. $ and leading _ are permitted. A trailing __ is forbidden. This change makes ADsafe a subset of another safe JavaScript...
2 Oct 10, 2007
12:30 am

Mark S. Miller
erights@...
Send Email

I have put more limitations on what is tolerated in HTML. I suspect there are more gremlins out there. I am worried about catch(name) clauses. The way that...
3 Oct 9, 2007
11:25 pm

Douglas Crockford
douglascrock...
Send Email

This is the definition of ADSAFE.get and ADSAFE.set. var ADSAFE = function () { var exclude = { apply : true, begetObject : true, call...
17 Oct 6, 2007
6:56 pm

Adam Barth
hk9565
Send Email

Special thanks to Mike Samuel. I owe you a late of shrimp. I am now disallowing the use of subscripting. In its place, I will be providing ADSAFE.get(object,...
3 Oct 1, 2007
4:43 pm

Douglas Crockford
douglascrock...
Send Email

... From: Mark Miller <erights@...> Date: Sep 19, 2007 4:05 PM Subject: Techtalk by Doug Crockford on "Gears and the Mashup Problem" To: "General...
1 Sep 19, 2007
11:10 pm

Mark Miller
capsecure
Send Email

... From: Douglas Crockford <douglas@...> Date: Sep 1, 2007 4:42 PM Subject: [json] JSONRequest for Firefox To: json@yahoogroups.com Collin Jackson...
1 Sep 2, 2007
2:05 am

Mark Miller
capsecure
Send Email

Google Gears, a set of tools for offline Ajax applications, was introduced today at the Google Developer Day in San Jose. Gears is currently a browser plugin....
2 Aug 30, 2007
5:02 pm

Douglas Crockford
douglascrock...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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