Commit ef57496
committed
Bugfix: OutOfMemory issue cause by Rhino (3rd party library)
Transitive library org.mozilla.rhino uses version 1.7.7.2 (used originally by reacability using unified-agent) has possible OutOfMemory due to infinite loop on parsing Issue Objects are only thread-safe when feature is enabled. (https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md#rhino-178)
Using override to use version 1.7.8 fixes this issue.
Resolves: SCA-41201 parent 49b956d commit ef57496
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments