Home / Vulnerability Database / Java : Castor query mode undefined
Java

Java : Castor query mode undefined

Overview

A Castor query in default mode is used. It can have negative performance implications.

Castor is an open source data binding framework for Java.

By default Castor queries are executed in the Database.SHARED mode, which enables reading and writing. Using a Castor query in this mode may badly affect the performance of the application. If only reading is needed, use the Database.READONLY query mode. Queries in the Database.READONLY mode run about 7 times faster than queries in default mode.

LOW

DerScanner Severity Score

Do you want to fix Java : Castor query mode undefined in your application?

See also

Java

Java : Race condition

Java

Java : Text4Shell Vulnerability

Java

Java : JNI usage