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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Updated header of the Prototype library to correctly specify its version.