180. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/9/2017 11:01:33 PM Eastern Daylight 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.

180.1 Files compared

# Location File Last Modified
1 PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_security\src\main\java\gov\va\med\pharmacy\peps\common\utility\security ESAPIValidationType.java Fri Jun 30 19:11:16 2017 UTC
2 PPS_N_3.0_Iter2_Build_360.zip\Unredacted\PS_PPS_security\src\main\java\gov\va\med\pharmacy\peps\common\utility\security ESAPIValidationType.java Fri Jul 7 17:51:34 2017 UTC

180.2 Comparison summary

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

180.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

180.4 Active regular expressions

No regular expressions were active.

180.5 Comparison detail

  1   package go v.va.med.p harmacy.pe ps.common. utility.se curity;
  2  
  3   /**
  4    * Types o f ESAPI va lidation 
  5    * 
  6    * @author   DNS     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       SYSTEM _INFORMATI ON_LEAK_EX TERNAL,
  24       XML_EX T_ENTITY_I NJ
  25       
  26   }