Skip to content

Conversation

@jacalata
Copy link
Contributor

bhuvneshdev and others added 16 commits January 4, 2023 01:46
Unable to add a user to a group with tabcmd 2.0 if username contains uppercase
* handle exit with no logger
* redact logging token, also clean up exit a little
* add logging to check signin failure
* remove duplicate log lines
* refactor: extract strings to local dictionary to make it easier to extract to another file
* add error handling around session file data
* add flows and object detail to list output
* some test coverage
* encoding filter values to handle spaces and special chars in filters
* added new --filter option to pass in un-encoded value for simpler input
* refactoring order of args, method names
* stopped sending filters for workbooks
* add --url, --include-all/--embedded-datasources for create/refresh/delete extract commands
* replace polling code with library call
* add views to workbook listing
* remove 'known gaps' and pointed to release notes.
* add log statement explaining workbooks won't be filtered
* edit contributing file
* add python 3.11
When people ask for help they usually show default logs and don't know what version they have.
* add tests
* format error output
* add ID to output, add a "nothing found" message instead of just exiting silently.
* implement thumbnail options. (including 'not yet implemented' message for --thumbnail-group)
* Implement overwrite/append/replace arguments (including not-yet-implemented message for --replace)
* clarified help content for extract-encryption and some other not-implemented options
* added tests for all valid publish command options
* error log cleanup: better stacktrace, less repetition
* implement --proxy, --no-proxy options
* implement but not tested --use-certificate option
* tweak output
* specify black version
* freeze tsc dependency to 0.25
* Update session.py
* update test for new functionality
* freeze tsc dependency (#248) (#249)
self.logger.info("===== Username: {}".format(self.username))
if self.certificate:
self.logger.info("===== Certificate: {}".format(self.certificate))
else:

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information

This expression logs [sensitive data (certificate)](1) as clear text. This expression logs [sensitive data (certificate)](2) as clear text. This expression logs [sensitive data (certificate)](3) as clear text. This expression logs [sensitive data (certificate)](4) as clear text.
Also change a print statement to log statement
@jacalata jacalata merged commit 4e57e9d into main Jul 28, 2023
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.

4 participants