mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
Merge pull request #4963 from corda/colljos-backport-secfix-serializer
(BACKPORT) ENT-3121 restrict custom serializers
This commit is contained in:
@ -175,7 +175,6 @@ class NodeAttachmentService(
|
||||
* this will provide an additional safety check against user error.
|
||||
*/
|
||||
@VisibleForTesting
|
||||
@CordaSerializable
|
||||
class HashCheckingStream(val expected: SecureHash.SHA256,
|
||||
val expectedSize: Int,
|
||||
input: InputStream,
|
||||
|
@ -17,5 +17,4 @@ interface NetworkRegistrationService {
|
||||
|
||||
data class CertificateResponse(val pollInterval: Duration, val certificates: List<X509Certificate>?)
|
||||
|
||||
@CordaSerializable
|
||||
class CertificateRequestException(message: String) : CordaException(message)
|
||||
|
Reference in New Issue
Block a user