cwac-security icon indicating copy to clipboard operation
cwac-security copied to clipboard

CWAC-Security: Helping You Help Your Users Defend Their Data

Results 7 cwac-security issues
Sort by recently updated
recently updated
newest added

The menu raised by `registerForContextMenu()` or `showContextMenu()` is not protected by the existing version of the `FlagSecureHelper` logic. Identify how this window is being created and figure out how to...

enhancement

Reports are that this is not covered. Confirm this (can it be tested in `AutoCompleteTextView`?) and then see what might be done.

In the `appcompat-v7` test activity, add in an action bar item to display a `Snackbar` from `design`, then see if that is protected.

Create a new test activity that uses `AppCompatActivity`, `Theme.AppCompat`, etc. Also migrate to it for the action bar. Test everything on it, to ensure that the action bar backport and...

On the Galaxy Note 3 (Android 5.0 test case), the device has a MENU key. The overflow rises from the bottom of the screen rather than drops down, and it...

enhancement

`android:spinnerMode="dialog"` is not being addressed by the current `FlagSecureHelper` implementation. Preliminary indications are that this will not be possible to support.

enhancement

These classes would validate inbound `Intent`s (e.g., `onCreate()`/`onNewIntent()` of activity, `onHandleIntent()` of service) and outbound `Intent`s (e.g., `startActivity()`), to confirm that they conform to a configurable set of policies, to...

enhancement