NullpointerException in TaintSourceWrapper.getStringValueTaints
Icysandwich opened this issue · 3 comments
Icysandwich commented
getStringValueTag can return null. In getStringValueTaints, return getStringValueTag.taints can be null.taints, which throw a NPE.
Should make a check here.
jon-bell commented
Thanks for the find. Would you be able to prepare a pull request (with a patch and test case)?
Icysandwich commented
PR submitted. #157
jon-bell commented
Thank you for the contribution!