Philipp D.

Results 14 comments of Philipp D.

I also suggest to bump the kindest/node:v1.17.0 version to 1.21 or newer.

Your proposal sounds a lot like https://github.com/google/tsunami-security-scanner How about integrating Rustscan into it?

I think the valid boolean flag can't be trusted, it will stay false until the backend iterated thru all candidates after a restart which can take anywhere from 2-5min. We've...

I vaguely remember @wpank mentioning before that users should check the validity[].valid fields if any of those is false instead of trusting the global valid flag.

I personally belive that having contributed to the community and having passed the good intentions evaluation is more valuable than being able to show strong financial support for the validator....

For reproduction, I use the parity/polkadot:0.9.23 docker image. The full docker compose file: ``` version: '3' services: polkadot: image: parity/polkadot container_name: '{{ docker_name }}' command: [ "--name={{ node_name }}", "-l{{...

This still seems to be an issue, I've had to expand the PVC manually but there's no way the Filesystem get's expanded due to the pod lacking the needed tools....

We ended up deleting the PVC and therefore losing the historic data...

We're currently facing the same issue. App 1 is used to run terraform provider to read/modify branch_protection rules of repo X, where private App 2 is a protection bypasser. This...