Attacking Attack Patterns

Walter Bright newshound1 at digitalmars.com
Fri Feb 19 12:25:16 PST 2010


retard wrote:
> Fri, 19 Feb 2010 19:44:14 +0000, Manfred_Nowak wrote:
> 
>> http://cwe.mitre.org/top25/
>> shows patterns of attacs.
>>
>> Does someone see a way to use D design patterns to stop attack patterns?
> 
> At least I can see a lot of reasons why D is vulnerable to many of those 
> low level attacks because of the desire to be able to control every 
> possible bit state in the program. In fact D is even worse than Java/C# 
> from this point of view.

D has safe mode, which when used offers as much safety as C# or Java. 
Note that you can do unsafe things in C# if you so choose.


> At least in the web environment some state of 
> the art technologies immediately come to mind http://lambda-the-
> ultimate.org/node/3068



More information about the Digitalmars-d mailing list