Skip to content
Snippets Groups Projects
Commit a1c081e6 authored by felmer's avatar felmer
Browse files

SSDM-2805: org.python.core.PyList added to the white list

SVN: 35073
parent e0a46a81
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject ...@@ -51,6 +51,7 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject
addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.StreamSupportingRemoteInvocation"); addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.StreamSupportingRemoteInvocation");
addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.RemoteInvocationDecorator"); addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.RemoteInvocationDecorator");
addToWhiteListPatterns("java\\..*"); addToWhiteListPatterns("java\\..*");
addToWhiteListPatterns("org\\.python\\.core\\.PyList");
addToWhiteListPatterns("ch\\.ethz\\.sis\\..*"); addToWhiteListPatterns("ch\\.ethz\\.sis\\..*");
addToWhiteListPatterns("ch\\.systemsx\\.cisd\\..*"); addToWhiteListPatterns("ch\\.systemsx\\.cisd\\..*");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment