126. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/18/2018 3:37:04 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.

126.1 Files compared

# Location File Last Modified
1 CTT_DM2_v7.zip\VUID-rest Readme.md Tue Jun 12 16:41:28 2018 UTC
2 CTT_DM2_v7.zip\VUID-rest Readme.md Fri Jun 15 21:28:51 2018 UTC

126.2 Comparison summary

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

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

126.4 Active regular expressions

No regular expressions were active.

126.5 Comparison detail

  1   git VUID-R est 
  2  
  3   Simplified  VUID APIs  with REST  access
  4  
  5   ---------- ---------- ---------- ---------- ---------- ------
  6   --  DDL fo r Table VU ID
  7   ---------- ---------- ---------- ---------- ---------- -
  8           CR EATE TABLE  "VTS_V12" ."VUID" 
  9           (        "ID"  NUMBER(19 ,0), 
  10                    "END VUID" NUMB ER(19,0), 
  11                    "REQ UESTDATE"  TIMESTAMP  (6), 
  12                    "REQ UESTREASON " VARCHAR2 (255 CHAR)
  13                    "STA RTVUID" NU MBER(19,0)
  14                    "USE RINITIALS"  VARCHAR2( 255 CHAR)
  15           )
  16  
  17   Notes on s erver supp ort:
  18  
  19   - The stan dalone VUI D-rest ser vice must  be deploye d in the s ame web se rver as PR ISME and n amed "vuid -rest", as  ISAAC-res t's VUID a llocate AP I construc ts the 
  20   base URL f or VUID-re st from it s prisme.p roperties  file prope rty "prism e_root", i .e. "https :// DNS : PORT /rails_pri sme" becom es 
  21   "https:// DNS : PORT /vuid-rest ."
  22  
  23   - To run H P Fortify  scan (assu ming Forti fy applica tion and l icense ins talled)
  24           $  mvn -Dmave n.test.ski p=true -Df ortify.sca .buildId=v uid-rest - Dfortify.s ca.topleve l.artifact Id=isaac-p arent com. hpe.securi ty.fortify .maven.plu gin:sca-ma ven-plugin :clean
  25           $  mvn -Dmave n.test.ski p=true -Df ortify.sca .buildId=v uid-rest - Dfortify.s ca.topleve l.artifact Id=isaac-p arent com. hpe.securi ty.fortify .maven.plu gin:sca-ma ven-plugin :translate
  26           $  mvn -Dmave n.test.ski p=true -Df ortify.sca .buildId=v uid-rest - Dfortify.s ca.topleve l.artifact Id=isaac-p arent com. hpe.securi ty.fortify .maven.plu gin:sca-ma ven-plugin :scan
  27           
  28   - Check AP I ChangeLo g.md for A PI updates
  29  
  30   Notes on C onfigurati on:
  31  
  32   To overrid e any of t he default  settings,  place a f ile named  custom-vui d-rest.pro perties in  the vuid. data.path  location ( default: / app/vuidSe rverData).  Any and a ll key=val ue pairs i n that fil e will tak
  33   precedence  the defau lt applica tion confi guration p arameters.
  34  
  35   The most i mportant o ptions to  note are:
  36  
  37   prisme.dat a.path : W here Prism e writes t o and wher e we expec t to find  the databa se configu ration YAM L file (da tabase_vui d.yml), de faults to  /app/prism eData
  38  
  39   vuid.data. path : Whe re the VUI D-rest dep loyment wi ll store d ata, which  may need  to be crea ted and de faults to  /app/vuidS erverData
  40  
  41   vuid.reque st.max_blo cksize : T he maximum  number of  VUIDs all owed in a  single req uest, defa ults to 10 00000 (1,0 00,000)