-
- Downloads
Externally Reported Moderate Security Issue: SQL Injection in WAPPushManager
Bug 17969135 Use query (instead of rawQuery) and pass in arguments instead of building the query with a giant string. Add a unit test that fails with the old code but passes with the new code. Change-Id: Id04a1db6fb95fcd923e1f36f5ab3b94402590918
Showing
- packages/WAPPushManager/src/com/android/smspush/WapPushManager.java 22 additions, 8 deletions...APPushManager/src/com/android/smspush/WapPushManager.java
- packages/WAPPushManager/tests/src/com/android/smspush/unitTests/WapPushTest.java 20 additions, 1 deletion.../tests/src/com/android/smspush/unitTests/WapPushTest.java
Loading
Please register or sign in to comment