Skip to content

Commit

Permalink
Merge pull request #326 in SOLN/ta-ui-framework from feature/ADDON-27875
Browse files Browse the repository at this point in the history
-upgrade-jinja-version-2.9-to-2.10-due-to-white-source-vulnerability to develop

* commit 'acaa8f35ec822c61043b298662d849413536b42c':
  ADDON-27875: Updating TA_UI version docs
  ADDON-27875: Upgrading jinja version
  • Loading branch information
ssamaddar-crest committed Jul 22, 2020
2 parents cb168d9 + acaa8f3 commit ef2eb67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Table of contents
- [Release notes](#release-notes)
- [3.6.2](#361)
- [3.6.3](#363)
- [Bug Fixes:](#bug-fixes)
- [3.6.2](#362)
- [Bug Fixes:](#bug-fixes)
- [3.6.1](#361)
- [Bug Fixes:](#bug-fixes)
Expand Down Expand Up @@ -48,6 +50,11 @@ Table of contents
- [Help link component](#help-link-component)
- [Service name and Appname as column in table](#service-name-and-appname-as-column-in-table)

### Release notes
#### 3.6.3
##### Bug Fixes:
* Upgraded jinja2 version from 2.9 to 2.10.1 due to whitesource vulnerabiity (ADDON-27875)

### Release notes
#### 3.6.2
##### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion UCC-example-addon/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
solnlib>=2.0.0
splunk-sdk==1.6.6
jinja2==2.9
jinja2==2.10.1
mako==1.0.4
munch==2.0.4
future==0.17.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ta-ui-framework",
"version": "3.6.2",
"version": "3.6.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ef2eb67

Please sign in to comment.