zu1k
zu1k
I found a heap overflow vulnerability. Wasm3 0.5.0 has an out-of-bounds write in NewCodePage (called from Compile_BranchTable). Recommended Security Severity: High Poc: [poc.zip](https://github.com/wasm3/wasm3/files/8499030/poc.zip) ``` $ ./wasm3 --func fib poc.wasm Error:...
I need to get a tcpStream established from a specific source IP, but I didn't find a proper `bind_connect` implementation in `ureq`. I checked the historical issue and found a...
Add a `query_vec` function for setting multi query parameters. To avoid repeated deserialization and serialization. Signed-off-by: zu1k
I'm creating a small tool that works around `planet.json`, I found some Date type like `created` make me confused. I think Date type should follow one of `RFC 2822` \...
It is recommended to integrate a simple [remote pinning service](https://docs.ipfs.io/how-to/work-with-pinning-services/), such as [Pinata](https://www.pinata.cloud/). It can effectively help users do the initial distribution of content, and users do not have to...
I'm cross compiling from linux to windows, but I found it not work. I checked the history issue and found that the problem is still unresolved. However, in the course...
This was previously discussed at https://github.com/zu1k/nali/pull/133, we still have some problems with mtr compatibility. **The following content is copied from #133 posted by @mzz2017 :** --- After the fix PR...
By default, zlib-searcher should't provide any IPFS gateway address, and the gateway addressed should be added by the user. So we should provide the ability to add a custom IPFS...
Now we use cang-jie and jieba-rs as out tokenizer, which causing Latin language tokenize false. We need to combine multiple tokenizer to improve the accuracy. Known bugs: - [x] not...