You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: document/1.0/05-TASVS-CODE.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,7 @@ To ensure that the application's source code is developed and maintained in a ma
47
47
| TASVS-CODE-6 | Client Side - Fuzzing. ||||
48
48
| TASVS-CODE-6.1 | Perform "dumb fuzzing" of the application with randomised input to try to cause a crash. || X | X |
49
49
| 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. ||||
52
51
| 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 |
0 commit comments