Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 8643 invoked from network); 26 Dec 2006 23:20:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Dec 2006 23:20:34 -0000 Received: (qmail 28268 invoked by uid 500); 26 Dec 2006 21:31:19 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 28234 invoked by uid 500); 26 Dec 2006 21:31:19 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 28223 invoked by uid 99); 26 Dec 2006 21:31:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 13:31:19 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_NUMERIC_HELO,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of brian@fortifysoftware.com designates 209.172.101.151 as permitted sender) Received: from [209.172.101.151] (HELO mail1.fortifysoftware.com) (209.172.101.151) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Dec 2006 13:31:08 -0800 Received: from boomtown.fortifysoftware.com (boomtown.fortifysoftware.com [127.0.0.1]) by mail1.fortifysoftware.com (Postfix) with ESMTP id 80AAA634109 for ; Tue, 26 Dec 2006 14:30:47 -0800 (PST) Received: from mail.fortifysoftware.com ([192.168.1.19]) by boomtown.fortifysoftware.com (PostX Enterprise 6.2.1rc2 SMTP Adapter) with SMTP ID 541 for ; Tue, 26 Dec 2006 14:30:47 -0800 (PST) Received: from SAHARA.fortifysoftware.com ([192.168.1.27]) by rio.fortifysoftware.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 26 Dec 2006 13:30:46 -0800 Received: from 64.9.235.209 ([64.9.235.209]) by SAHARA.fortifysoftware.com ([192.168.1.28]) via Exchange Front-End Server rio.fortifysoftware.com ([192.168.1.19]) with Microsoft Exchange Server HTTP-DAV ; Tue, 26 Dec 2006 21:30:46 +0000 User-Agent: Microsoft-Entourage/11.2.5.060620 Date: Tue, 26 Dec 2006 13:30:58 -0800 Subject: Re: access policy for Java Open Review Project From: Brian Chess To: Message-ID: Thread-Topic: access policy for Java Open Review Project Thread-Index: AccjLMjvB57u8o8gEdubqAARJM8j1gGCFjWh In-Reply-To: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 26 Dec 2006 21:30:46.0846 (UTC) FILETIME=[1B205DE0:01C72935] X-PostX-Message-ID: ffab8dc5e21fe3c07f0000019c03a860@boomtown.fortifysoftware.com X-Virus-Checked: Checked by ClamAV on apache.org Hi there, I didn't see any replies to my question about what to do with outside auditors for the Java Open Revew Project. Our default position is that we do not allow access to outsiders without permission from the code maintainers, so unless I hear otherwise, we won't grant access to outsiders for Lucene projects. That's a fine policy as far as I'm concerned. I just wanted to let people know where we stand. Meanwhile, we're moving closer to performing regular analysis of the code. On Friday we uploaded our second pass at Lucene. I only took a quick glance through the results, but this one caught my eye: Lucli.java line 286: name.toLowerCase(); //treat uppercase and lower case commands the same I'm pretty sure that line should be: name = name.toLowerCase(); I'll send another note when we've switched over to a regular recurring analysis. Happy holidays, Brian > From: Brian Chess > Date: Mon, 18 Dec 2006 21:16:06 -0800 > To: > Conversation: access policy for Java Open Review Project > Subject: access policy for Java Open Review Project > > Hi all, I've been busy creating JOR accounts this weekend, and it was cool to > see so many names from Lucene. Lucene, Solr, and Nutch have the lowest defect > rates among the projects we've looked at, and I'm beginning to see why. > > One of the things JOR is doing is inviting people to come and help review > issues we find with static analysis. We've had a fair number of signups > since the project was on slashdot. > > My question is, would you like to allow outsiders to go through results and > help sort the real bugs from the chaff? The upside is that volunteers may > perform useful work and that it may be another avenue to get people involved > with the code. The down side is that things like XSS in admin pages may lead > them to make more ruckus than is really appropriate. > > The situation may change if we can establish a mechanism for efficiently > moving issues into Jira, but for now, I could imagine a number of different > policies, including: > - Allow anyone access who asks for it. > - Allow access on a case-by-case basis. > - Don't allow access to outsiders. > > Here are the "outsiders" who've requested access so far, along with a few > words to summarize what they've told me about themselves. > > Lucene > ------ > Varun Nair : budding code auditor at TCS > Martin Englund : Experienced auditor at Sun > gfua@caramail.com: Looks like he's just testing the waters > > Lucene, Nutch, Solr > ------ > Thierry De Leeuw : experienced vulnerability hunter > Michael Bunzel : experienced auditor, but new to > auditing Java > > Thoughts? > Brian --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org