zznQ
zznQ
问题反馈
# 关于部署 ## 部署 Hyuga 通过github action 自动发布,使用 embed 打包好前端资源文件,所以部署特别简单: 1. 准备一个域名,如 `hyuga.icu`,准备一台vps,如公网ip `1.1.1.1` 。 2. 在 cloudflare 中添加 hyuga.icu,并按照提示修改域名 DNS 服务器。 3. 在cloudflare dns 那里添加两条记录:  - `ns.hyuga.icu` →...
I found that the API has been changed to `+[CLDurianTask startSoundSequenceTaskWithEncodedSequence:]` in iOS 16.5.1, The Sequence parameter is `NSZeroData`, and the content is empty. Then I continued to search upwards...
# Development guide [Link](https://github.com/go-rod/rod/blob/main/.github/CONTRIBUTING.md) ## Test on local before making the PR ```bash go run ./lib/utils/simple-check ```
### Summary The `/calculate` endpoint in the application is vulnerable to Remote Code Execution (RCE) due to unsafe deserialization using Python's `pickle.loads` on user-supplied data. ### Details - The endpoint...