commit | 7e720d3e21b1c14f6296a9443c153550fc984d5f | [log] [tgz] |
---|---|---|
author | Tal Gitelman <tg851x@intl.att.com> | Sun Jan 21 15:22:16 2018 +0200 |
committer | Tal Gitelman <tg851x@intl.att.com> | Sun Jan 21 15:22:16 2018 +0200 |
tree | cfd975dbdfef71d248cc680c09c185e22b9af28e | |
parent | 47e565009721c2deac5a24d8ba57c47264a0dc38 [diff] |
Review security issues: sdc-tosca Change-Id: Ic734b97e79c3c978232a0183b82e7695ef5d4e1e Issue-ID: SDC-806 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
OpenECOMP SDC-Tosca is delivered as helper JAR that can be used by clients that work with SDC TOSCA CSAR files. It parses the CSAR and returns the model object which represents the CSAR contents, through designated function calls with SDC flavour. It uses the underlying generic JTOSCA parser.
OpenECOMP SDC-Tosca can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***
1.1.31-SNAPSHOT
Initial after separating into separate repo
1.1.1-SNAPSHOT
Added toString of Function (GetInput, etc.)
Allowed two arguments for GetInput - name of list input and index in list