Skip to content

Commit 2a27817

Browse files
scanned with safety
1 parent c944a8f commit 2a27817

File tree

4 files changed

+16
-54
lines changed

4 files changed

+16
-54
lines changed

.safety-policy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Safety Security and License Configuration file
2+
security: # configuration for the `safety check` command
3+
ignore-cvss-severity-below: 0 # A severity number between 0 and 10. Some helpful reference points: 9=ignore all vulnerabilities except CRITICAL severity. 7=ignore all vulnerabilities except CRITICAL
4+
ignore-cvss-unknown-severity: False # True or False. We recommend you set this to False.
5+
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
6+
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
7+
70612:
8+
reason: Neexistuje vyssi verze s danou opravou
9+
expires: '2025-05-31'
10+
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities

poetry.lock

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pydantic = "^2.5.3"
1515
jinja2 = "^3.1.2"
1616
unidecode = "^1.3.7"
1717
uvicorn = "^0.25.0"
18-
python-multipart = "^0.0.6"
18+
python-multipart = "0.0.17"
1919
redis = "^5.0.1"
2020
aiohttp = "^3.9.3"
2121
python-dotenv = "^1.0.1"

requirements.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)