haveno icon indicating copy to clipboard operation
haveno copied to clipboard

Fix vulnerabilities

Open th555555 opened this issue 10 months ago • 1 comments

th555555 avatar Jun 03 '25 10:06 th555555

There's a compilation error:

/home/runner/work/haveno/haveno/common/src/main/java/haveno/common/persistence/PersistenceManager.java:505: error: cannot find symbol

                    : Files.createTempFile(dir.toPath(), "temp_" + fileName, null).toFile();
> Task :common:compileJava FAILED
                      ^
  symbol:   variable Files
  location: class PersistenceManager<T>
  where T is a type-variable:
    T extends PersistableEnvelope declared in class PersistenceManager
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error

woodser avatar Jun 09 '25 10:06 woodser