diff options
author | RossC <ross.carter@est.tech> | 2020-06-09 12:54:50 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-06-09 12:55:00 +0100 |
commit | f949be4f411d914db361344225e100fcfcbc0de6 (patch) | |
tree | f8e9a777009025fff39f8490db4803316a918095 /docs/release-notes.rst | |
parent | 9fcbadcca35f605cb7b9255034251c24ec31815c (diff) |
Adding workaround for JSON Stringify issue
Issue-ID: POLICY-2463
Change-Id: I2a3a75b3ec4aca6ded8b141c647eb68e2e58b971
Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c5d327fb..d29b17eb 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -258,7 +258,7 @@ Known Vulnerabilities Workarounds ----------- - +* `POLICY-2463 <https://jira.onap.org/browse/POLICY-2463>`_ - Parse incoming object using JSON.Parse() or cast the object to a String Security Notes -------------- |