Results 55 issues of za

``` /python_memcached-1.59-py3.8.egg/memcache.py:1303: SyntaxWarning: "is" with a literal. Did you mean "=="? if key is '': /python_memcached-1.59-py3.8.egg/memcache.py:1304: SyntaxWarning: "is" with a literal. Did you mean "=="? if key_extra_len is 0: ```

GH issue: https://github.com/vulhub/vulhub/issues/462

### What kind of changes does this PR include? - [ ] Fixes or refactors - [x] A new challenge - [ ] Additional documentation - [ ] Something else...

Hi there, as the repo is no longer updated https://github.com/aws-samples/aws-workshop-for-kubernetes/commit/a7d1ca587db4c47c0166d9e8fe707c48a0386cba what if, make the repo to read-only/archive?

Hi there, Any plan to use [isort](https://pycqa.github.io/isort/) to sort imported modules alphabetically? This will make the code easier to read as it's following Python best practice on importing modules. Example:...

as Debian 9 is obsolete and no longer available ``` vm-created-by-deployment-manager: {"ResourceType":"compute.v1.instance","ResourceErrorCode":"404","ResourceErrorMessage":{"code":404,"errors":[{"domain":"global","message":"The resource 'projects/debian-cloud/global/images/family/debian-9' was not found","reason":"notFound"}],"message":"The resource 'projects/debian-cloud/global/images/family/debian-9' was not found","statusMessage":"Not Found","requestPath":"https://compute.googleapis.com/compute/v1/projects/gcp-goat-9de386916af0583e/zones/us-central1-a/instances","httpMethod":"POST"}} ```

Hi there, What if we format the Python scripts using [Black](https://github.com/psf/black)? I know this is opinionated, but somehow IMHO having a standardized code style will make the code more readable...

Hi there, I found that `ioutil` package is [deprecated](https://pkg.go.dev/io/ioutil). > Deprecated: As of Go 1.16, the same functionality is now provided by package [io](https://pkg.go.dev/io) or package [os](https://pkg.go.dev/os), and those implementations...

team:library-lovelace

Hi there, I was wondering if adding this information will be helpful. Esp. for beginners.

enhancement

Hi there, I think we should also check the key status: whether it's active or _inactive_ when checking for access keys age: ``` Access key is older than 90 days...

team:library-lovelace