java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

UPYUN Java SDK

Results 15 java-sdk issues
Sort by recently updated
recently updated
newest added

maven构建项目 jetty7正常 8,9报如下异常 java.util.zip.ZipException: invalid entry size 移除UPYUN的JAR即可,请检查是否有冲突?

我的代码是 ``` private long usage; private UpYun upYun; upYun = new UpYun("...","...","..."); new Thread(new Runnable() { @Override public void run() { usage = upYun.getBucketUsage(); Log.i("slz",usage+""); } }).start(); ``` 返回是-1 但是同样的代码在java项目中可以用

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20160212 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies

json有个高位漏洞,需要升级下版本: 1. 依赖项 maven:org.json:json:20160212 为 vulnerable ``` 升级到 20231013 GHSA-4jq9-2xhw-jpx7,分数: 8 Summary A denial of service vulnerability in JSON-Java was discovered by "ClusterFuzz" (https://google.github.io/clusterfuzz/). A bug in the parser means...