Skip to content

Commit

Permalink
Try out Github CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 15, 2023
1 parent 8bbddba commit 5f5b970
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Gunicorn

This is an unmaintained fork for testing.
This is an unmaintained fork for **testing & integration**.

* See gunicorn [Upstream Repository](https://github.com/benoitc/gunicorn), [PyPI]( https://pypi.python.org/pypi/gunicorn) and [Docs](https://docs.gunicorn.org)

Expand All @@ -12,13 +12,22 @@ This is an unmaintained fork for testing.
Gunicorn is released under the MIT License. See the [LICENSE](LICENSE) file for more
details.

### CI

[![CI:buildpackage](https://github.com/pajod/gunicorn/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/ubuntu.yml)
[![CI:CodeQL](https://github.com/pajod/gunicorn/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/github-code-scanning/codeql)
[![CI:lint](https://github.com/pajod/gunicorn/actions/workflows/lint.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/lint.yml)
[![CI:tox](https://github.com/pajod/gunicorn/actions/workflows/tox.yml/badge.svg)](https://github.com/pajod/gunicorn/actions/workflows/tox.yml)

</td>
<td style="border: none">

### Notable changes tested in this repository

* [request smuggling vulnerabilities](https://github.com/benoitc/gunicorn/pull/3059)
* [configuration mismatch for SCRIPT_NAME](https://github.com/benoitc/gunicorn/pull/2804)
* request smuggling vulnerabilities: [PR #3059](https://github.com/benoitc/gunicorn/pull/3059) [PR #3113](https://github.com/benoitc/gunicorn/pull/3113)
* configuration mismatch for SCRIPT_NAME: [PR #2804](https://github.com/benoitc/gunicorn/pull/2804)
* [Building a debian/ubuntu](.github/workflows/ubuntu.yml) package without pulling updated dependencies
* Ubuntu 22.04 may be willing to stick to setuptools 59 until **April 2032**

</tbody>
</tr></tbody></table>

0 comments on commit 5f5b970

Please sign in to comment.