-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comma escape #1191
base: main
Are you sure you want to change the base?
Comma escape #1191
Changes from all commits
e138298
c6c05ca
9cf048b
16a7bee
da4dbc9
cc0c8dd
ed61be8
482be89
bd5f43d
a76237b
27d6579
1e1a6df
11cb5d9
99ee0e2
c2f29ee
50d7b9a
9c1832c
c78a53e
5cd2e84
27b7d8c
ce729c2
bba3fb1
e956ca5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,6 +86,7 @@ | |
notification.job_id, | ||
notification.job_row_number, | ||
) | ||
print(hilite(f"recipient: {recipient}")) | ||
except Exception: | ||
# It is our 2facode, maybe | ||
key = f"2facode-{notification.id}".replace(" ", "") | ||
|
@@ -108,6 +109,7 @@ | |
"sender": notification.reply_to_text, | ||
"international": notification.international, | ||
} | ||
print(hilite(f"send_sms_kwargs: {send_sms_kwargs}")) | ||
Check failure Code scanning / CodeQL Clear-text logging of sensitive information High
This expression logs
sensitive data (private) Error loading related location Loading There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this is okay to keep here for the moment for debugging purposes. |
||
db.session.close() # no commit needed as no changes to objects have been made above | ||
|
||
message_id = provider.send_sms(**send_sms_kwargs) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information High