191. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/13/2018 10:35:25 AM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

191.1 Files compared

# Location File Last Modified
1 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\ccht\util ESAPIValidationType.java Fri Dec 7 17:36:16 2018 UTC
2 v12.5_iter_7_build 51.zip\TRM_Upgrade\src\main\java\gov\va\med\ccht\util ESAPIValidationType.java Wed Dec 12 19:54:32 2018 UTC

191.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 88
Changed 1 2
Inserted 0 0
Removed 0 0

191.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

191.4 Active regular expressions

No regular expressions were active.

191.5 Comparison detail

  1   package go v.va.med.c cht.util;
  2  
  3   /**
  4    * Types o f ESAPI va lidation 
  5    * 
  6    * @author   DN S
  7    *
  8    */
  9   public enu m ESAPIVal idationTyp e {
  10  
  11       ACCESS _CONTROL_D B,
  12       CROSS_ SITE_SCRIP TING_PERSI STENT,
  13       CROSS_ SITE_SCRIP TING_REFLE CTED,
  14       COMMAN D_INJECTIO N,
  15       DENIAL _OF_SERVIC E_REG_EXP,
  16       JSON_I NJECTION,
  17       LOG_FO RGING,
  18       OPEN_R EDIRECT,
  19       PATH_M ANIPULATIO N,
  20       PORTAB ILITY_FLAW _FILE_SEPA RATOR,
  21       PORTAB ILITY_FLAW _LOCALE,
  22       PRIVAC Y_VIOLATIO N,
  23       SQL_IN JECTION,
  24       SYSTEM _INFORMATI ON_LEAK_EX TERNAL,
  25       XML_EX T_ENTITY_I NJ,
  26       HTML_S AFE_STRING ,   
  27       Docume ntName_Whi telist,
  28       Schedu ledJob_Whi telist,
  29       EmailS ubject_Whi telist,
  30       Conten tType_Whit elist,
  31       JdbcUr l_Whitelis t,
  32       LogStr ing_WhiteL ist,
  33       Redire ctStr_Whit eList,
  34       FromPa ge_WhiteLi st,
  35       IsDmpI ssue_White List,
  36       DmpQir Type_White List,
  37       Report Title_Whit eList,
  38       UpperA ndLowerCas e_WhiteLis t,
  39       UpperA ndLowerCas eWithNumbe rs_WhiteLi st,
  40       Number s_WhiteLis t, 
  41       Modali tyDescript ion_WhiteL ist, 
  42       Facili tiesName_W hiteList, 
  43       Questi onShortTex t_WhiteLis t, 
  44       Standa rdDateWith Days_White List
  45     }