Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalerasrorov/security-flaws-and-their-prevention


https://github.com/dalerasrorov/security-flaws-and-their-prevention

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Security Flaws And Their Prevention

Each folder contains the example of one of the techniques used to prevent seurity attacks. The first folder contains example of preventing buffer overflow, the second folder contains methods to prevent pathname attacks, and the third folder contains methods to prevent system from being attacked with SQL injection. Moreover, each folder has a patch that, if executed, will show the difference of code between original version (not secure) and fixed version (secure).

To run the patch execute the following command line:

./patch#.patch (where # is the number of the patch)

It will execute the file and show the difference.