Skip to content

Fix overeager requests update incompatible with python 2.7#154

Merged
codingo merged 3 commits intocodingo:masterfrom
dkegel-fastly:master
Feb 20, 2026
Merged

Fix overeager requests update incompatible with python 2.7#154
codingo merged 3 commits intocodingo:masterfrom
dkegel-fastly:master

Conversation

@dkegel-fastly
Copy link
Contributor

Python 2.7 was very sad with dependabot's change. Fixed!

Also three docker improvements:

  • Make development easier with docker by using the files from the current directory instead of checking out a fresh copy. This clutters the top level directory a bit, but it feels like a good tradeoff.

  • Have the docker app listen on port 8080 by default, as fiddling with port 80 is a bit scary

  • Have the docker app accept commandline parameters

And, finally, a README.md improvement:

  • Show an example script to tickle three vulnerabilities in vuln_apps

(I cannot lie, I had to use Claud to figure out where I was going wrong on those commandlines. Thanks, Claude! But otherwise this was all me-written.)

Python 2.7 was very sad with dependabot's change.  Fixed!

Also three docker improvements:

- Make development easier with docker by using the
  files from the current directory instead of checking out
  a fresh copy.  This clutters the top level directory a bit,
  but it feels like a good tradeoff.

- Have the docker app listen on port 8080 by default, as fiddling with port 80 is a bit scary

- Have the docker app accept commandline parameters

And, finally, a README.md improvement:

- Show an example script to tickle three vulnerabilities in vuln_apps
@codingo codingo merged commit 5a6dc7a into codingo:master Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants