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

SSDM-2805: org.python27.core.PyList, org.python.core.PySequenceList,...

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

SVN: 35084
parent a43fd8e7
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,9 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject ...@@ -61,6 +61,9 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject
addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.RemoteInvocationDecorator"); addToWhiteListPatterns("com\\.marathon\\.util\\.spring\\.RemoteInvocationDecorator");
addToWhiteListPatterns("java\\..*"); addToWhiteListPatterns("java\\..*");
addToWhiteListPatterns("org\\.python\\.core\\.PyList"); addToWhiteListPatterns("org\\.python\\.core\\.PyList");
addToWhiteListPatterns("org\\.python27\\.core\\.PyList");
addToWhiteListPatterns("org\\.python\\.core\\.PySequenceList");
addToWhiteListPatterns("org\\.python27\\.core\\.PySequenceList");
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