Yaney
Yaney
### What happened I ran `kubectl get nodes` to list nodes and there was 1 node in my cluster. ``` NAME STATUS ROLES AGE VERSION k8s Ready control-plane,master 34d v1.23.7...
### What happened - When I clicked the url of kube-hunter.aquasec.com to check and share the report.It redirection the kube-hunter‘s github URL. - When I clicked the https://kube-hunter.aquasec.com/eula.html to get...
- If I execute the remediation in 1.1.8 of cis-1.3.1 which is auditing `containerd.sock` ,the check 1.1.4 will also pass. Because the path of `containerd.sock` contains the `/run/containerd` ```bash -w...
运行有bug
File "wydomain/wydomain.py", line 41 os.makedirs(_cache_path, 0777) ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (venv) (base)
### Version of copa v0.2.0-17-g4d03dd1 ### Expected Behavior fix the os vuln in image successfully ### Actual Behavior failed to patch image because copa can't request registry ### Steps To...
我按照 [README](https://github.com/fofapro/fofa-py?tab=readme-ov-file#usage) 中的使用示例运行代码时,发现必须输入邮箱才可以创建客户端。 经过排查发现: [2.0.4 版本](https://github.com/fofapro/fofa-py/commit/8676cba15cd4784fbe26831c792a7bba0f3809e4)已经移除了邮箱的依赖,但 [pypi](https://pypi.org/project/FOFA-py/#history) 还未发布 2.0.4 版本的fofa-py,我下载的最新版本的fofa-py也只是2.0.3的版本。 请问,可以发布一下最新版本的fofa-py,让我们可以体验最新功能吗?谢谢~