Harlequin
Results
2
issues of
Harlequin
- Implements freeform object support as the json string of the object. Callers manually decode the json to extract the data. (See #5735). - Replaces strcpy and strcat with bounded...
We've (https://moxion.io) recently upgraded the automated code security audits used to check code commits. The audit flagged several unbounded string operations in cJSON (strcpy). This PR replaces them with the...