Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions techstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## Tech Stack
aryaniyaps/python-backend-starter is built on the following main stack:

- [Python](https://www.python.org) – Languages
- [Mako](https://github.com/zzzeek/mako) – Templating Languages & Extensions
- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Python](https://www.python.org) – Languages
- [FastAPI](https://fastapi.tiangolo.com/) – Microframeworks (Backend)
- [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells

Full tech stack [here](/techstack.md)

Expand All @@ -17,11 +17,11 @@ Full tech stack [here](/techstack.md)
## Tech Stack
aryaniyaps/python-backend-starter is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/3583/default_43e3ee00dcc48a40f6fcba33551e4f5a99a10537.png' alt='Mako'/> [Mako](https://github.com/zzzeek/mako) – Templating Languages & Extensions
- <img width='25' height='25' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'/> [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/25014/default_f6ff39141b468e832d1bc59fc98a060df604d44d.png' alt='FastAPI'/> [FastAPI](https://fastapi.tiangolo.com/) – Microframeworks (Backend)
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – Continuous Integration
- <img width='25' height='25' src='https://img.stackshare.io/service/4631/default_c2062d40130562bdc836c13dbca02d318205a962.png' alt='Shell'/> [Shell](https://en.wikipedia.org/wiki/Shell_script) – Shells

Full tech stack [here](/techstack.md)

Expand All @@ -32,7 +32,7 @@ Full tech stack [here](/techstack.md)
# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [aryaniyaps/python-backend-starter](https://github.com/aryaniyaps/python-backend-starter)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|17<br/>Tools used|01/20/24 <br/>Report generated|
|17<br/>Tools used|02/29/24 <br/>Report generated|
|------|------|
</div>

Expand Down Expand Up @@ -126,7 +126,7 @@ Full tech stack [here](/techstack.md)
|[pydantic](https://pypi.org/project/pydantic)|N/A|01/12/24|Aryan Iyappan |MIT|N/A|
|[redis](https://pypi.org/project/redis)|v5.0.1|01/12/24|Aryan Iyappan |MIT|N/A|
|[rq](https://pypi.org/project/rq)|v1.15.1|11/25/23|Aryan Iyappan |BSD-3-Clause|N/A|
|[starlette](https://pypi.org/project/starlette)|v0.35.1|01/19/24|Aryan Iyappan |BSD-3-Clause|N/A|
|[starlette](https://pypi.org/project/starlette)|v0.35.1|01/19/24|Aryan Iyappan |BSD-3-Clause|[CVE-2024-24762](https://github.com/advisories/GHSA-2jv5-9r88-3w3p) (High)<br/>[](https://github.com/advisories/GHSA-93gm-qmq6-w238) (High)|
|[user-agents](https://pypi.org/project/user-agents)|v2.2.0|01/19/24|Aryan Iyappan |MIT|N/A|
|[uvicorn](https://pypi.org/project/uvicorn)|N/A|01/18/24|Aryan Iyappan |BSD-3-Clause|N/A|

Expand Down
15 changes: 14 additions & 1 deletion techstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repo_name: aryaniyaps/python-backend-starter
report_id: 71b2893c5646c5a01051ef2d35db7954
version: 0.1
repo_type: Public
timestamp: '2024-01-20T08:12:18+00:00'
timestamp: '2024-02-29T19:31:17+00:00'
requested_by: aryaniyaps
provider: github
branch: main
Expand Down Expand Up @@ -201,6 +201,19 @@ tools:
detection_source: pyproject.toml
last_updated_by: Aryan Iyappan
last_updated_on: 2024-01-19 04:44:38.000000000 Z
vulnerabilities:
- name: python-multipart vulnerable to Content-Type Header ReDoS
cve_id: CVE-2024-24762
cve_url: https://github.com/advisories/GHSA-2jv5-9r88-3w3p
detected_date: Feb 17
severity: high
first_patched: 0.36.2
- name: 'Duplicate Advisory: Starlette Content-Type Header ReDoS'
cve_id:
cve_url: https://github.com/advisories/GHSA-93gm-qmq6-w238
detected_date: Feb 6
severity: high
first_patched: 0.36.2
- name: user-agents
description: A library to identify devices
package_url: https://pypi.org/project/user-agents
Expand Down