From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6e3f191debc78584 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII X-FeedAbuse: http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.131.2 Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!nntpfeed.proxad.net!news.dougwise.org!gegeweb.org!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Can Ada be hacked? Date: Tue, 1 Mar 2011 18:26:16 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <215154cd-f0bf-4138-b294-776d4e058592@o30g2000pra.googlegroups.com> <2561745b-7720-470d-a6ee-67f1d0e8cff0@v11g2000prb.googlegroups.com> <4d6cdadd$0$23762$14726298@news.sunsite.dk> <62faa45a-34e5-4b5c-984d-f6db8ffa83ac@w9g2000prg.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1299025580 6120 69.95.181.76 (2 Mar 2011 00:26:20 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 2 Mar 2011 00:26:20 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:17708 Date: 2011-03-01T18:26:16-06:00 List-Id: "Gautier write-only" wrote in message news:62faa45a-34e5-4b5c-984d-f6db8ffa83ac@w9g2000prg.googlegroups.com... On Mar 1, 12:39 pm, Thomas L�cke wrote: >> I do think the Javascript engine is going to be a bit of a beast to get >> right. >Oooh s***. I forgot Javascript... Buuuh! I would sort of want to forget Javascript. :-) When I seriously considered this sort of project 10 years ago, I wanted it specifically so that I had a browser that *couldn't* run Javascript or various other "dangerous" things, such that I could use it for browsing without worrying much about drive-by downloads and the like. But I eventually decided that getting the page layouts right enough to be useful would be a real bear (consider the complexity of CSS), and decided to just write a text URL getter (which lets me see what the spammers are doing without any significant risk of executing anything). The NoScript plugin does about 90% of what I wanted anyway, and without writing a browser. Randy.