Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P09, EE-1.8.2.GA_P10
-
Fix Version/s: EE-1.8.2.GA_P10
-
Component/s: Bridge
-
Labels:None
-
Environment:prototype
-
Assignee Priority:P2
-
Support Case References:Support Case 14056:- https://icesoft.my.salesforce.com/5007000001iLNhZ?srPos=0&srKp=500
Description
Support Case has found that a security scan is showing (incorrect) prototype version of 1.6.0.2 which is know to have security issues.
Actual prototype version used is
/**
* Prototype.Version -> String
*
* The version of the Prototype library you are using (e.g.
* "<%= PROTOTYPE_VERSION %>").
**/
Version: '1.7',
but the HEADER is misleading and causing flags to be raised. Needs to be updated or removed before P10.
Actual prototype version used is
/**
* Prototype.Version -> String
*
* The version of the Prototype library you are using (e.g.
* "<%= PROTOTYPE_VERSION %>").
**/
Version: '1.7',
but the HEADER is misleading and causing flags to be raised. Needs to be updated or removed before P10.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Fix Version/s | EE-1.8.2.GA_P10 [ 13089 ] |
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Assignee Priority | P2 [ 10011 ] |
Assignee | Arturo Zambrano [ artzambrano ] | Mircea Toma [ mircea.toma ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51439 | Wed Apr 19 18:07:04 MDT 2017 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated header of the Prototype library to correctly specify its version.