Skip to content

Commit

Permalink
Update 05-TASVS-CODE.md minor table reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyShran authored Sep 10, 2024
1 parent beb75b9 commit c7a5683
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions document/1.0/05-TASVS-CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ To ensure that the application's source code is developed and maintained in a ma
| TASVS-CODE-6 | Client Side - Fuzzing. | | | |
| TASVS-CODE-6.1 | Perform "dumb fuzzing" of the application with randomised input to try to cause a crash. | | X | X |
| TASVS-CODE-6.2 | Perform "smart fuzzing". Intelligently generate test cases that maximize code coverage and explore complex program states to increasing the likelihood of finding vulnerabilities over "dumb fuzzing". | | | X |
| TASVS-CODE-7 | Client Side - Secure Coding
Practices. | | | |
| TASVS-CODE-7 | Client Side - Secure Coding Practices. | | | |
| TASVS-CODE-7.1 | Ensure that fully qualified paths are specified when calling/loading executables or DLL files to prevent the OS from searching in other directories that could contain malicious files or for files in the wrong location and help prevents Dynamic Link Libraries (DLL) and EXE Hijacking attacks. | X | X | X |

## Control Group Definitions
Expand Down Expand Up @@ -591,4 +590,4 @@ LoadLibrary("C:\\Program Files\\MyApp\\example.dll"); // Safer
\newpage{}
\newpage{}

0 comments on commit c7a5683

Please sign in to comment.