albert's blog
Showing posts with label
Fortify
.
Show all posts
Showing posts with label
Fortify
.
Show all posts
2018/02/14
[Fortify] Fix Cross-Site Scripting: Persistent
›
Problem Before Code snippet in JSP file: 1 2 String content = report.getContent(); out.print( content ); After Add...
2018/01/05
[Fortify] Fix Unreleased Resource: Database
›
Before 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 ...
2018/01/04
[Fortify] Fix SQL Injection
›
Before code snippet: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 public List ...
2017/12/11
[Fortify] Fix Path Manipulation
›
Problem Before Original code snippet: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 public static List < String > readFi...
2017/11/11
[Fortify] Fix Locale Dependent Comparison
›
Problem Before The original code snippet is the following: 1 2 3 if ( value . toUpperCase (). equals ( "TRUE" ) ) ...
2016/01/05
[Fortify] Fix Unreleased Resource: Streams
›
Problem The following code snippet had been complain unreleased resource problem by Fortify : 1 2 3 4 5 6 7 8 9 10 11 12 13 14...
2015/12/04
[Fortify] Fix File Separator Issue
›
Problem Code snippet: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 ...
›
Home
View web version