Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #243 Credentials exposed #244

Merged
merged 1 commit into from
Jun 8, 2019
Merged

Conversation

ozeebee
Copy link
Contributor

@ozeebee ozeebee commented Jun 7, 2019

fixed #243 by adding utils.clean_lines to mask passcode in the transport log (at debug level) and by using the existing utils.clean_headers to do the same in PrintingListener

@jasonrbriggs jasonrbriggs merged commit 5a7f2f0 into jasonrbriggs:master Jun 8, 2019
@jasonrbriggs
Copy link
Owner

Thx!

bmwiedemann added a commit to bmwiedemann/openSUSE that referenced this pull request Jan 6, 2020
https://build.opensuse.org/request/show/761142
by user dimstar_suse
- dropped Python 2 support, not supported by the package
- update to version 5.0.0:
 * Fix for credentials exposure (jasonrbriggs/stomp.py#244)
 * Check for ``STOMP_SKIP_HOSTNAME_SCAN`` environment variable before extending ``LOCALHOST_NAMES``
 * Remove python2 backwards compatibility
 * Update dockerfile for better local testing
 * Fix docker and travis setup, so there are consistent builds both locally and via CI
 * Drop deprecated start/stop methods from connection (issue jasonrbriggs/stomp.py#257)
 * Fix for missing return in get_ssl (jasonrbriggs/stomp.py#258)
 * Clear heartbeat event after heartbeat loop ends (jasonrbriggs/stomp.py#260)
 * Update listener to move receive/message_received/
@lewis-spears
Copy link

@jasonrbriggs can I ask that this fix is merged into a 4.x tag, please as one of our legacy apps still uses Python 2.7.

@jasonrbriggs
Copy link
Owner

jasonrbriggs commented Dec 21, 2020

@lewis-spears Released version 4.1.24 to resolve..,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Credentials exposed
3 participants