• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Top 25 Security Programming Errors

interesting. Most of the security problems are generated by web developers 😀 when will they learn.

(Also, great to know the old fuse talk the number 1 problem, Cross-site Scripting)
 
I don't really understand how a race condition will do anything but eventually deadlock a program.

Granted, the one point that people often forget in IT Security is that the goal is a disruption of service. Whether that be the dangerous "I have control of your computer" or the "Your computer has crashed and your data is destroyed", they are still the point of malicious code.

-Kevin
 
I don't really understand how a race condition will do anything but eventually deadlock a program.

Granted, the one point that people often forget in IT Security is that the goal is a disruption of service. Whether that be the dangerous "I have control of your computer" or the "Your computer has crashed and your data is destroyed", they are still the point of malicious code.

-Kevin
Though, race conditions are pretty hard to invoke from the client side. They are rather unpredictable.
 
Back
Top