| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Force pushed to rebase #6493. |
Sorry, something went wrong.
There was a problem hiding this comment.
These changes look good from a docs point of view. I just made one small suggestion ⚡
Sorry, something went wrong.
|
Thanks @ethanpalm! Suggestion applied :) |
Sorry, something went wrong.
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
- Update CleartextStorage library to latest refactor - Move change note to new location
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
PR to promote the Cleartext storage of sensitive information using SharedPreferences on Android query created in #4675.
Changes
To Consider
There were three DataFlow::Confiugration working together in this query: SharedPreferencesFlowConfig, EncryptedValueFlowConfig and EncryptedSharedPrefFlowConfig. I removed EncryptedSharedPrefFlowConfig and used DataFlow::localExprFlow instead, to avoid having that many DataFlow::Configuration instances around.