Android's DataStore is the recommended alternative to SharedPreferences (see SharedPreferences documentation).
Right now, there is a PR that adds a new test to verify that sensitive data is not stored via DataStore (https://github.com/OWASP/mastg/pull/3540/changes) but lacks of a KNOW file of the DataStore.
Adding a new KNOW file for this API would be great so that the TEST and related files can reference them for more information.
Android's
DataStoreis the recommended alternative toSharedPreferences(seeSharedPreferencesdocumentation).Right now, there is a PR that adds a new test to verify that sensitive data is not stored via
DataStore(https://github.com/OWASP/mastg/pull/3540/changes) but lacks of a KNOW file of theDataStore.Adding a new KNOW file for this API would be great so that the TEST and related files can reference them for more information.