Content deleted Content added
removed undesired carriage return |
m html comment; "data" plural |
||
Line 9:
-----------------------
<
* One of the most common problems is unchecked use of constant-size structures and functions for dynamic-size data (the [[buffer overflow]] problem). This is especially common for [[string]] data in [[C programming language|C]].
Line 16:
* Either leave your code available to everyone on the Net (see [[Free software]] or [[open source definition]]) or hire someone who will do [[security audit]] for you.
* If possible, reuse code instead of writing from scratch.
* Encrypt all important data
* All data is important until proved otherwise.
* All code is unsecure until proven otherwise.
|