Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11.0
Description
try the following unit test:
@Test public void littleBobbySchemas() throws Exception { Schema.Parser parser = new Schema.Parser(); parser.setValidate(true); parser.setValidateDefaults(true); Schema schema = parser.parse("{\"type\": \"string\"}; DROP TABLE STUDENTS"); Assert.assertNotNull(schema); }
Attachments
Issue Links
- links to