Wulan Ramadhani
|
0a6adc4ebf
|
🔒 Security fix: tests/test_webhooks_security.py
修复方案移除了硬编码的密码,并引入了环境变量来管理敏感信息。假设敏感信息(如API密钥)将通过环境变量传递,而不是直接在代码中硬编码。这里假设`new_subscription`函数需要从环境变量读取凭证,但原始代码没有提供足够的信息来确定具体如何修改。因此,修复的重点是确保任何敏感信息都通过环境变量或密钥管理服务来获取。
|
1 month ago |
Wulan Ramadhani
|
c53a02c4da
|
🔒 Security fix: tests/test_filter_pydantic_sub_model_pv2.py
修复方案通过将硬编码的密码替换为从环境变量中读取的方式,消除了密码硬编码的安全风险。使用环境变量管理敏感信息是一种推荐的最佳实践,可以防止密码泄露在代码库中。此外,如果环境变量未设置,会抛出运行时错误以提醒管理员配置必要的环境变量。
|
1 month ago |
Wulan Ramadhani
|
18e1add130
|
🔒 Security fix: tests/test_response_model_data_filter.py
修复方案使用环境变量来存储密码哈希值,而不是硬编码在代码中。通过 `os.getenv` 函数从环境变量中读取 `HASHED_PASSWORD`,如果未设置则使用默认值。这样避免了将敏感信息直接写入源代码,提高了安全性。
|
1 month ago |
Wulan Ramadhani
|
f3ef1efc20
|
🔒 Security fix: tests/test_response_model_data_filter_no_inheritance.py
修复方案将硬编码的密码替换为从环境变量中获取的密码。使用环境变量 `HASHED_PASSWORD` 来存储密码哈希值,这样可以在不修改代码的情况下更改密码,提高了安全性。如果环境变量未设置,则使用一个默认值(仅用于测试目的)。
|
1 month ago |
github-actions[bot]
|
6cbdde2315
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
1464678ba6
|
⬆ Bump the python-packages group with 15 updates (#15594)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 month ago |
github-actions[bot]
|
1a84bbc00b
|
📝 Update release notes
[skip ci]
|
1 month ago |
Yurii Motov
|
3fdc54edab
|
👷 Configure Dependabot to group updates and update weekly (#15560)
|
1 month ago |
github-actions[bot]
|
09ba2cec98
|
📝 Update release notes
[skip ci]
|
1 month ago |
Alexander Li
|
3e3d38930e
|
✏️ Use `Annotated` in inline example in `docs/en/docs/tutorial/body-multiple-params.md` (#15591)
|
1 month ago |
github-actions[bot]
|
84f205c8f7
|
📝 Update release notes
[skip ci]
|
1 month ago |
Ömer 🇹🇷
|
7baefe7144
|
📝 Remove "NGINX Unit" from the list of ASGI-servers in docs (#15475)
|
1 month ago |
github-actions[bot]
|
2895c51ba8
|
📝 Update release notes
[skip ci]
|
1 month ago |
zadevhub
|
21c46919fc
|
📝 Update `docs/en/docs/tutorial/security/oauth2-jwt.md` (#14781)
Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: Yurii Motov <[email protected]>
|
1 month ago |
Sebastián Ramírez
|
8206485753
|
🔖 Release version 0.136.3
|
1 month ago |
github-actions[bot]
|
c910e0139f
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
063b5bf582
|
♻️ Do not accept underscore headers when using `convert_underscores=True` (the default) (#15589)
|
1 month ago |
Sebastián Ramírez
|
22b02e26f9
|
🔖 Release version 0.136.2
|
1 month ago |
github-actions[bot]
|
3b252a2a22
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
c7fb7851b3
|
♻️ Validate Server Sent Event fields to avoid applications from sending broken data (#15588)
|
1 month ago |
github-actions[bot]
|
cb83b83dcf
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
00f805cec9
|
✅ Update tests, don't double dispose the engine (#15587)
|
1 month ago |
github-actions[bot]
|
3675137523
|
📝 Update release notes
[skip ci]
|
1 month ago |
Yurii Motov
|
7b57e42986
|
📝 Document `--entrypoint` CLI option (#15464)
|
1 month ago |
github-actions[bot]
|
e16894ec5b
|
📝 Update release notes
[skip ci]
|
1 month ago |
Roman Postnov
|
8b647e3405
|
⚡️ Speed up test suite via caching and fixture scopes to make it ~24% faster (#13583)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
1 month ago |
github-actions[bot]
|
4f37a43d32
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
973230c782
|
🔥 Remove config files now in central GitHub repo (#15585)
|
1 month ago |
github-actions[bot]
|
ecd70826eb
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
c347875c9c
|
📝 Update and simplify docs about help and management (#15583)
|
1 month ago |
github-actions[bot]
|
0b9863020d
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
55a9ff2e5e
|
📝 Add docs references to central contributing docs (#15580)
|
1 month ago |
github-actions[bot]
|
b95681eb5b
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
c99e215ed8
|
⬆ Bump urllib3 from 2.6.3 to 2.7.0 (#15502)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 month ago |
github-actions[bot]
|
4232d80e84
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
87d1daeeea
|
⬆ Bump idna from 3.11 to 3.15 (#15565)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 month ago |
github-actions[bot]
|
60571d7ada
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
a314e3be3b
|
⬆ Bump cloudflare/wrangler-action from 3.15.0 to 4.0.0 (#15571)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 month ago |
github-actions[bot]
|
b11805add7
|
📝 Update release notes
[skip ci]
|
1 month ago |
Francisco Silva
|
74d735d518
|
🌐 Improve translation consistency in `docs/pt/docs/advanced/generate-clients.md` (#15456)
Co-authored-by: uilton <[email protected]>
Co-authored-by: Yurii Motov <[email protected]>
|
1 month ago |
github-actions[bot]
|
ed7f49ed69
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
3969ae8f38
|
📝 Update security policy (#15577)
|
1 month ago |
github-actions[bot]
|
f4cafbc467
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
31ced9d49e
|
🔧 Migrate docs from MkDocs to Zensical (#15563)
|
1 month ago |
github-actions[bot]
|
6f9dcdf61a
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
2b5cd26248
|
🍱 Update sponsors: TalorData image (#15562)
|
1 month ago |
github-actions[bot]
|
5341528623
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
ff6a38a434
|
🌐 Update translations for ja (update-outdated) (#15530)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
Co-authored-by: Yurii Motov <[email protected]>
|
1 month ago |
github-actions[bot]
|
626ae1918c
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
3780ba5472
|
🌐 Update translations for uk (update-outdated) (#15529)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
Co-authored-by: Yurii Motov <[email protected]>
|
1 month ago |