makorne

Results 78 comments of makorne

> ``` > while let Some(event) = response_received.next().await { > if event.type == ResourceType::Image || event.response.url.contains(".jpg") { // filter by type,or url > if let Ok(res) = intercept_page.execute(GetResponseBodyParams::new(event.request_id.clone())).await{ > //this...

> Sometimes I get the same error and try again a few times I set it to the loop and got an endless error :( May be `request_id` really wrong?...

What Chrome and ChromeDriver versions do you use??? I just tried with old 107.0.5296 without success.

Solved after manually mkdir ydb_data and ydb_certs

But... Looks like non-Tls part broken: ydb -e grpc://localhost:2136 -d /local scheme ls `.sys_health data orderLines orders stock test urls .sys` ydb -e grpc://localhost:2135 -d /local scheme ls ``` Status:...

@blinkov Nobody knows why TLS port of official ydb docker is broken?

But looks like now admin of dept A can change any data in dept B, where he have no rights

That ranked as the most concerning web security vulnerability [#1 Owasp 21](https://owasp.org/Top10/A01_2021-Broken_Access_Control/) [Authorization_Cheat_Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Authorization_Cheat_Sheet.html)

Any progress in the past 2 years?