The following lines would allow a SOQL injection attack. Ensure query string is escaped before being run. https://github.com/pbattisson/Lightning-Standard-Controller/blob/81bfb0a54a6868c6a210a1b95681586066d43390/src/classes/LightningStandardController.cls#L49-L52
The following lines would allow a SOQL injection attack. Ensure query string is escaped before being run.
Lightning-Standard-Controller/src/classes/LightningStandardController.cls
Lines 49 to 52 in 81bfb0a