Skip to content

Commit c7a5683

Browse files
authored
Update 05-TASVS-CODE.md minor table reformat
1 parent beb75b9 commit c7a5683

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

document/1.0/05-TASVS-CODE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ To ensure that the application's source code is developed and maintained in a ma
4747
| TASVS-CODE-6 | Client Side - Fuzzing. | | | |
4848
| TASVS-CODE-6.1 | Perform "dumb fuzzing" of the application with randomised input to try to cause a crash. | | X | X |
4949
| 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 |
50-
| TASVS-CODE-7 | Client Side - Secure Coding
51-
Practices. | | | |
50+
| TASVS-CODE-7 | Client Side - Secure Coding Practices. | | | |
5251
| 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 |
5352

5453
## Control Group Definitions
@@ -591,4 +590,4 @@ LoadLibrary("C:\\Program Files\\MyApp\\example.dll"); // Safer
591590
592591
593592
594-
\newpage{}
593+
\newpage{}

0 commit comments

Comments
 (0)