Skip to content

Dev RELEASE: v0.19.0#120

Merged
dmdhrumilmistry merged 18 commits intomainfrom
dev
Jun 25, 2024
Merged

Dev RELEASE: v0.19.0#120
dmdhrumilmistry merged 18 commits intomainfrom
dev

Conversation

@dmdhrumilmistry
Copy link
Copy Markdown
Collaborator

No description provided.

nrathaus and others added 18 commits May 16, 2024 17:23
---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump requests from 2.31.0 to 2.32.0 in /src in the pip group across 1 directory
New tests for `fill_params` and `BaseParser`
2. Rename 'ssl' which is ambiguous into to 'ssl_verify'
3. Remove 'ssl' parameter where its not used
SSL Verify was not properly handled
Bumps the pip group with 2 updates in the /src directory: [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3).


Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump the pip group across 1 directory with 2 updates
@dmdhrumilmistry dmdhrumilmistry added the RELEASE Dev branch merged into main for releasing new version label Jun 25, 2024
@dmdhrumilmistry dmdhrumilmistry self-assigned this Jun 25, 2024


logger.info("Secret Key: %s", auth_secret_key)
logger.info('Secret Key: %s', auth_secret_key)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (secret)](1) as clear text. This expression logs [sensitive data (secret)](2) as clear text.
@dmdhrumilmistry dmdhrumilmistry merged commit 58ad093 into main Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

RELEASE Dev branch merged into main for releasing new version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants