Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_security_unregisteredClassRejected (0.18 seconds)

  1. src/test/java/org/codelibs/fess/crawler/serializer/DataSerializerTest.java

         * This test ensures that the Kryo registration requirement is working correctly.
         * Unregistered classes should throw an exception to prevent potential RCE attacks.
         */
        @Test
        public void test_security_unregisteredClassRejected() {
            // File class is intentionally not registered to test security
            File unregisteredObject = new File("/tmp/test");
    
            try {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 21.6K bytes
    - Click Count (0)
Back to Top