You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,9 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
164
164
## Third Party jars
165
165
1. org.apache.ws.security.wss4j:1.6.19
166
166
The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC.
167
-
2. org.bouncycastle:bcprov-jdk15on:1.54
167
+
2. org.bouncycastle:bcprov-jdk15on:1.61
168
168
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
169
-
3. org.apache.santuario:xmlsec:1.5.8
169
+
3. org.apache.santuario:xmlsec:1.5.6
170
170
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing, and supports XML Digital Signature APIs.
171
171
4. org.apache.commons:commons-lang3:3.4
172
172
Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
@@ -185,14 +185,11 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
185
185
186
186
Version Cybersource-sdk-java 6.2.7 (MAR,2019)
187
187
_______________________________
188
-
189
-
1) Fixed security vulnerabilities found in the jar dependencies. 1)xmlsec 2)opensaml 3)bcprov
190
-
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
191
-
opensaml jar :- Removed this jar as its not impacting our code base
192
-
bcprov jar :- upgraded from version 1.54 to version 1.61
193
-
194
-
2) Fixed reseller issue. Now using keyfile password to store/load p12 certs.
195
-
188
+
1) Fixed security vulnerabilities found in the jar dependencies.
189
+
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
190
+
opensaml jar :- Removed this jar as its not impacting our code base
191
+
bcprov jar :- upgraded from version 1.54 to version 1.61
192
+
2) Fixed keyfile password issue. Now using keyfile password to store/load p12 certs.
Copy file name to clipboardExpand all lines: zip/README
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,10 @@ Config parameter for this property is 'retryInterval' in cybs.property file. The
173
173
The Apache WSS4J project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications
174
174
from the OASIS Web Services Security TC.
175
175
176
-
2.) org.bouncycastle:bcprov-jdk15on:1.54
176
+
2.) org.bouncycastle:bcprov-jdk15on:1.61
177
177
This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.8.
178
178
179
-
3.) org.apache.santuario:xmlsec:1.5.8
179
+
3.) org.apache.santuario:xmlsec:1.5.6
180
180
The XML Security project is aimed at providing implementation of security standards for XML,supports XML-Signature Syntax and Processing,XML Encryption Syntax and Processing,
181
181
and supports XML Digital Signature APIs.
182
182
@@ -199,6 +199,14 @@ Mock objects library for java
199
199
200
200
##Changes
201
201
202
+
Version Cybersource-sdk-java 6.2.7 (MAR,2019)
203
+
_______________________________
204
+
1) Fixed security vulnerabilities found in the jar dependencies.
205
+
xmlsec jar :-upgraded from version 1.4.3 to version 1.5.6
206
+
opensaml jar :- Removed this jar as its not impacting our code base
207
+
bcprov jar :- upgraded from version 1.54 to version 1.61
208
+
2) Fixed keyfile password issue. Now using keyfile password to store/load p12 certs.
209
+
202
210
Version Cybersource-sdk-java 6.2.6 (MAY,2018)
203
211
_______________________________
204
212
1) Added certificateCacheEnabled optional feature. certificateCacheEnabled parameter is set to false (default is true), the p12 certificate of a merchant will be reloaded from file system every time a transaction is made.
0 commit comments