Patching Missions
The patching challenges help you in two different areas, helping you become a better programmer by spotting
errors in your programs, and helping you become better at security by showing you how to correctly patch exploits
in your programs and scripts.
There are no missions with that difficulty.
| Find the vulnerable line, what to filter, and what type of exploit is it. |
| Points: 5 |
Difficulty: Easy |
|
View Patching 2 Forum
|
| Find the vulnerable line, patch the exploited line, and declare the type of exploit is it. |
| Points: 10 |
Difficulty: Easy / Moderate |
|
View Patching 3 Forum
|
| Fix the correct line so that the C++ file would compile and run error free. |
| Points: 5 |
Difficulty: Easy |
|
View Patching 4 Forum
|
| Insert a condition checking the input to make sure the input is correct. |
| Points: 15 |
Difficulty: Moderate / Hard |
|
View Patching 5 Forum
|
|