From: Noel O'B. <noe...@ma...> - 2006-10-02 20:36:07
|
Sorry Adam, I've rolled back r351 (the fix for ccopen for Mo5Obdt2-sp.adf= out) as it prevent multiple Gaussian files from being recognised, according to= regression.py. We may need to do something more sophisticated like search= ing for one thing and then another, and only the two together mean a particul= ar file type?? Noel |
From: Adam T. <a-t...@st...> - 2006-10-02 21:27:43
|
Ah, crap. I tried out testall.py, but forgot to even think about regression.py. It looks like "Gaussian, Inc." might be a good pattern to match on because it appears in every file in the Gaussian data directory during the first 10 lines. What do you think? My main concern is we should avoid looking for single words like "Gaussian", "ADF", "Jaguar", etc in case those appear in the comment or title sections. Adam On Oct 2, 2006, at 1:36 PM, Noel O'Boyle wrote: > Sorry Adam, I've rolled back r351 (the fix for ccopen for Mo5Obdt2- > sp.adfout) > as it prevent multiple Gaussian files from being recognised, > according to > regression.py. We may need to do something more sophisticated like > searching > for one thing and then another, and only the two together mean a > particular > file type?? > > Noel > > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Noel O'B. <bao...@gm...> - 2006-10-05 14:42:31
|
Should we be worried about carefully-crafted malicious output files. :-) On 02/10/06, Adam Tenderholt <a-t...@st...> wrote: > > Ah, crap. I tried out testall.py, but forgot to even think about > regression.py. It looks like "Gaussian, Inc." might be a good pattern > to match on because it appears in every file in the Gaussian data > directory during the first 10 lines. What do you think? > > My main concern is we should avoid looking for single words like > "Gaussian", "ADF", "Jaguar", etc in case those appear in the comment > or title sections. > > Adam > > On Oct 2, 2006, at 1:36 PM, Noel O'Boyle wrote: > > > Sorry Adam, I've rolled back r351 (the fix for ccopen for Mo5Obdt2- > > sp.adfout) > > as it prevent multiple Gaussian files from being recognised, > > according to > > regression.py. We may need to do something more sophisticated like > > searching > > for one thing and then another, and only the two together mean a > > particular > > file type?? > > > > Noel > > > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys -- and earn > > cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > cclib-devel mailing list > > ccl...@li... > > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > |
From: Adam T. <a-t...@st...> - 2006-10-05 17:33:49
|
Haha, perhaps. I can't really imagine any malicious output file being able to exploit some hole and gain root privileges on a machine though. On Oct 5, 2006, at 7:42 AM, Noel O'Boyle wrote: > Should we be worried about carefully-crafted malicious output > files. :-) > > On 02/10/06, Adam Tenderholt <a-t...@st... > wrote:Ah, > crap. I tried out testall.py, but forgot to even think about > regression.py . It looks like "Gaussian, Inc." might be a good pattern > to match on because it appears in every file in the Gaussian data > directory during the first 10 lines. What do you think? > > My main concern is we should avoid looking for single words like > "Gaussian", "ADF", "Jaguar", etc in case those appear in the comment > or title sections. > > Adam > > On Oct 2, 2006, at 1:36 PM, Noel O'Boyle wrote: > > > Sorry Adam, I've rolled back r351 (the fix for ccopen for Mo5Obdt2- > > sp.adfout) > > as it prevent multiple Gaussian files from being recognised, > > according to > > regression.py. We may need to do something more sophisticated like > > searching > > for one thing and then another, and only the two together mean a > > particular > > file type?? > > > > Noel > > > > > > > > > ---------------------------------------------------------------------- > > --- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys -- and earn > > cash > > http://www.techsay.com/default.php? > > page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > cclib-devel mailing list > > ccl...@li... > > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |