Skip to content

Commit

Permalink
Latest data: Sun Jun 16 08:04:56 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Jun 16, 2024
1 parent c973465 commit 0c41394
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 645 deletions.
422 changes: 0 additions & 422 deletions audits/conda-lock-requirements.audit.json

This file was deleted.

116 changes: 0 additions & 116 deletions audits/theharvester-requirements.audit.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,122 +665,6 @@
}
]
},
{
"package": {
"name": "idna",
"version": "3.6",
"ecosystem": "PyPI"
},
"dependency_groups": [
"theharvester-requirements"
],
"vulnerabilities": [
{
"modified": "2024-04-11T21:56:51Z",
"published": "2024-04-11T21:32:40Z",
"schema_version": "1.6.0",
"id": "GHSA-jjg7-2v4v-x38h",
"aliases": [
"CVE-2024-3651"
],
"summary": "Internationalized Domain Names in Applications (IDNA) vulnerable to denial of service from specially crafted inputs to idna.encode",
"details": "### Impact\nA specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service.\n\n### Patches\nThe function has been refined to reject such strings without the associated resource consumption in version 3.7.\n\n### Workarounds\nDomain names cannot exceed 253 characters in length, if this length limit is enforced prior to passing the domain to the `idna.encode()` function it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.\n\n### References\n* https://huntr.com/bounties/93d78d07-d791-4b39-a845-cbfabc44aadb",
"affected": [
{
"package": {
"ecosystem": "PyPI",
"name": "idna",
"purl": "pkg:pypi/idna"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "3.7"
}
]
}
],
"versions": [
"0.1",
"0.2",
"0.3",
"0.4",
"0.5",
"0.6",
"0.7",
"0.8",
"0.9",
"1.0",
"1.1",
"2.0",
"2.1",
"2.10",
"2.2",
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"2.8",
"2.9",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6"
],
"database_specific": {
"source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/04/GHSA-jjg7-2v4v-x38h/GHSA-jjg7-2v4v-x38h.json"
}
}
],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/kjd/idna/security/advisories/GHSA-jjg7-2v4v-x38h"
},
{
"type": "PACKAGE",
"url": "https://github.com/kjd/idna"
}
],
"database_specific": {
"cwe_ids": [
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2024-04-11T21:32:40Z",
"nvd_published_at": null,
"severity": "MODERATE"
}
}
],
"groups": [
{
"ids": [
"GHSA-jjg7-2v4v-x38h"
],
"aliases": [
"CVE-2024-3651",
"GHSA-jjg7-2v4v-x38h"
],
"max_severity": "6.2"
}
]
},
{
"package": {
"name": "requests",
Expand Down
18 changes: 9 additions & 9 deletions requirements/bilix-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiofiles==23.2.1
annotated-types==0.6.0
anyio==4.3.0
annotated-types==0.7.0
anyio==4.4.0
beautifulsoup4==4.12.3
browser-cookie3==0.19.1
bs4==0.0.2
Expand All @@ -14,19 +14,19 @@ httpcore==1.0.5
httpx==0.27.0
hyperframe==6.0.1
idna==3.7
json5==0.9.24
json5==0.9.25
lz4==4.3.3
m3u8==4.1.0
m3u8==5.0.0
markdown-it-py==3.0.0
mdurl==0.1.2
protobuf==5.26.1
protobuf==5.27.1
pycryptodome==3.20.0
pycryptodomex==3.20.0
pydantic==2.7.0
pydantic-core==2.18.1
pygments==2.17.2
pydantic==2.7.4
pydantic-core==2.18.4
pygments==2.18.0
pymp4==1.4.0
rich==13.7.1
sniffio==1.3.1
soupsieve==2.5
typing-extensions==4.11.0
typing-extensions==4.12.2
10 changes: 5 additions & 5 deletions requirements/chatblade-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotated-types==0.7.0
anyio==4.3.0
anyio==4.4.0
charset-normalizer==3.3.2
distro==1.9.0
h11==0.14.0
Expand All @@ -10,15 +10,15 @@ markdown-it-py==3.0.0
mdurl==0.1.2
openai==1.13.4
platformdirs==4.2.2
pydantic==2.7.1
pydantic-core==2.18.2
pydantic==2.7.4
pydantic-core==2.18.4
pygments==2.18.0
pyyaml==6.0.1
regex==2024.5.15
requests==2.32.1
requests==2.32.3
rich==13.7.1
sniffio==1.3.1
tiktoken==0.6.0
tqdm==4.66.4
typing-extensions==4.11.0
typing-extensions==4.12.2
urllib3==2.2.1
32 changes: 17 additions & 15 deletions requirements/conda-lock-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
annotated-types==0.6.0
annotated-types==0.7.0
appdirs==1.4.4
cachecontrol==0.14.0
cachy==0.3.0
Expand All @@ -9,36 +9,38 @@ clikit==0.6.2
crashtest==0.3.1
distlib==0.3.8
ensureconda==1.4.4
filelock==3.13.4
filelock==3.15.1
gitdb==4.0.11
gitpython==3.1.43
html5lib==1.1
idna==3.7
jaraco-classes==3.4.0
jaraco-context==5.3.0
jaraco-functools==4.0.1
jinja2==3.1.3
keyring==25.2.0
jeepney==0.8.0
jinja2==3.1.4
keyring==25.2.1
markupsafe==2.1.5
more-itertools==10.2.0
more-itertools==10.3.0
msgpack==1.0.8
packaging==24.0
packaging==24.1
pastel==0.2.1
pkginfo==1.10.0
platformdirs==4.2.1
pydantic==2.7.1
pydantic-core==2.18.2
pkginfo==1.11.1
platformdirs==4.2.2
pydantic==2.7.4
pydantic-core==2.18.4
pylev==1.4.0
pyyaml==6.0.1
requests==2.31.0
requests==2.32.3
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
setuptools==69.5.1
secretstorage==3.3.3
setuptools==70.0.0
six==1.16.0
smmap==5.0.1
tomlkit==0.12.4
tomlkit==0.12.5
toolz==0.12.1
typing-extensions==4.11.0
typing-extensions==4.12.2
urllib3==1.26.18
virtualenv==20.26.0
virtualenv==20.26.2
webencodings==0.5.1
10 changes: 5 additions & 5 deletions requirements/copier-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
annotated-types==0.6.0
annotated-types==0.7.0
colorama==0.4.6
dunamai==1.21.1
funcy==2.0
jinja2==3.1.4
jinja2-ansible-filters==1.3.2
markupsafe==2.1.5
packaging==24.0
packaging==24.1
pathspec==0.12.1
plumbum==1.8.3
prompt-toolkit==3.0.36
pydantic==2.7.1
pydantic-core==2.18.2
pydantic==2.7.4
pydantic-core==2.18.4
pygments==2.18.0
pyyaml==6.0.1
questionary==2.0.1
typing-extensions==4.11.0
typing-extensions==4.12.2
wcwidth==0.2.13
20 changes: 10 additions & 10 deletions requirements/fastapi-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotated-types==0.6.0
anyio==4.3.0
annotated-types==0.7.0
anyio==4.4.0
click==8.1.7
dnspython==2.6.1
email-validator==2.1.1
fastapi-cli==0.0.3
fastapi-cli==0.0.4
h11==0.14.0
httpcore==1.0.5
httptools==0.6.1
Expand All @@ -13,9 +13,9 @@ jinja2==3.1.4
markdown-it-py==3.0.0
markupsafe==2.1.5
mdurl==0.1.2
orjson==3.10.3
pydantic==2.7.1
pydantic-core==2.18.2
orjson==3.10.5
pydantic==2.7.4
pydantic-core==2.18.4
pygments==2.18.0
python-dotenv==1.0.1
python-multipart==0.0.9
Expand All @@ -25,9 +25,9 @@ shellingham==1.5.4
sniffio==1.3.1
starlette==0.37.2
typer==0.12.3
typing-extensions==4.11.0
ujson==5.9.0
uvicorn==0.29.0
typing-extensions==4.12.2
ujson==5.10.0
uvicorn==0.30.1
uvloop==0.19.0
watchfiles==0.21.0
watchfiles==0.22.0
websockets==12.0
2 changes: 1 addition & 1 deletion requirements/flake8-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mccabe==0.7.0
pycodestyle==2.11.1
pycodestyle==2.12.0
pyflakes==3.2.0
18 changes: 9 additions & 9 deletions requirements/gptline-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotated-types==0.7.0
anyio==4.3.0
anyio==4.4.0
beautifulsoup4==4.12.3
blessings==1.7
charset-normalizer==3.3.2
Expand All @@ -8,7 +8,7 @@ cssselect==1.2.0
distro==1.9.0
feedfinder2==0.0.4
feedparser==6.0.11
filelock==3.14.0
filelock==3.15.1
h11==0.14.0
html2text==2024.2.26
httpcore==1.0.5
Expand All @@ -19,16 +19,16 @@ joblib==1.4.2
lxml==5.1.1
newspaper3k==0.2.8
nltk==3.8.1
openai==1.30.1
prompt-toolkit==3.0.43
pydantic==2.7.1
pydantic-core==2.18.2
openai==1.34.0
prompt-toolkit==3.0.47
pydantic==2.7.4
pydantic-core==2.18.4
pygments==2.18.0
python-dateutil==2.9.0.post0
pyyaml==6.0.1
regex==2024.5.15
requests==2.32.1
requests-file==2.0.0
requests==2.32.3
requests-file==2.1.0
sgmllib3k==1.0.0
simplejson==3.19.2
six==1.16.0
Expand All @@ -38,6 +38,6 @@ tiktoken==0.7.0
tinysegmenter==0.3
tldextract==5.1.2
tqdm==4.66.4
typing-extensions==4.11.0
typing-extensions==4.12.2
urllib3==2.2.1
wcwidth==0.2.13
16 changes: 8 additions & 8 deletions requirements/llm-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
annotated-types==0.6.0
anyio==4.3.0
annotated-types==0.7.0
anyio==4.4.0
click==8.1.7
click-default-group==1.2.4
distro==1.9.0
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
openai==1.29.0
openai==1.34.0
pluggy==1.5.0
pydantic==2.7.1
pydantic-core==2.18.2
pydantic==2.7.4
pydantic-core==2.18.4
python-dateutil==2.9.0.post0
python-ulid==2.5.0
python-ulid==2.6.0
pyyaml==6.0.1
setuptools==69.5.1
setuptools==70.0.0
six==1.16.0
sniffio==1.3.1
sqlite-fts4==1.0.3
sqlite-migrate==0.1b0
sqlite-utils==3.36
tabulate==0.9.0
tqdm==4.66.4
typing-extensions==4.11.0
typing-extensions==4.12.2
Loading

0 comments on commit 0c41394

Please sign in to comment.