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

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

SVN: 35090
parent 091716c9
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,8 @@ public class WhiteListCodebaseAwareObjectInputStream extends CodebaseAwareObject
addToWhiteListPatterns("org\\.python27\\.core\\.PySequenceList");
addToWhiteListPatterns("org\\.python\\.core\\.PySequence");
addToWhiteListPatterns("org\\.python27\\.core\\.PySequence");
addToWhiteListPatterns("org\\.python\\.core\\.PyObject");
addToWhiteListPatterns("org\\.python27\\.core\\.PyObject");
addToWhiteListPatterns("ch\\.ethz\\.sis\\..*");
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