bbarwik

Results 10 issues of bbarwik

The create script is supposed to automatically create storage buckets in google cloud, however it's not possible because appspot domain is not verified and rather cannot be verified: ```bash gcloud...

Why supported python versions are 3.7, 3.8. 3.9 while I get following error? ``` "You can only deploy from Python 3.7. Install Python 3.7" ``` https://github.com/google/clusterfuzz/blob/master/src/local/butler/deploy.py#L428 I changed it manually...

enhancement

When starting AFL job with engine_asan, there's the following fatal error: ``` Custom LSAN_OPTIONS set without symbolize=0 - please fix! ``` It exists because for engine_asan the env `LSAN` is...

Hey. Few weeks ago I had an idea how to make fuzzing involving wasm VM much faster. Recently I finally had some time to create proof of concept of this...

Hey, I was experimenting with fuzzing but I had a problem, it was slow. I spend some time to find the reason, and I found it. The problem is this...

## Two critical VM issues (denial of service attacks) Hey everyone, I am a Web3 cybersecurity researcher working for [Hacken](https://hacken.io/) specializing in layer 1 protocols and virtual machines. I met...

🐞 bug
:package: :robot: gnovm

From my experience as auditor, the most dangerous function is "bucket.burn()". For example, let's say we have the following function: ```rust pub fn repay_loan(&mut self, loan_repayment: Bucket, loan_terms: Bucket) {...

## Description I made it possible for `sui client ptb` to call published or upgraded package in the same transaction for testing purposes. The purpose of this feature is to...

Interactions between WASM packages are far too expensive in the current implementation. Let's assume we have a component `LendingMarket` which has multiple `LendingPool` components, one `LendingPool` for every token. Now...

Hi! Could you implement support for OpenAI responses API - https://platform.openai.com/docs/api-reference/responses? There are some use cases, in my case usage of web-search-tools which force me to use responses API which...