google / kctf

kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://google.github.io/kctf/
Apache License 2.0
665 stars 73 forks source link

fixed issue #404 #405

Open Phabr1945 opened 8 months ago

Phabr1945 commented 8 months ago

./kctf/docker-images/challenge/pow.py

line 20:

import socket

Delete this line as 'socket' is never used. (generally a bad practice to import unnecessary stuff)

google-cla[bot] commented 8 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.