You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import cpp
fromFunctionCallcall,Functionfwheref=call.getTarget()and// function name starts with EVP f.getName().matches("EVP%")and// and the function does not return a pointer or void notf.getType()instanceofPointerTypeandnotf.getType()instanceofVoidTypeand// and the function is not guarded by the OQS_OPENSSL_GUARD macro notexists(MacroAccessm|m.getLocation().subsumes(call.getLocation())andm.getMacroName()="OQS_OPENSSL_GUARD")selectcall
The text was updated successfully, but these errors were encountered:
To prevent issues similar to #1862.
@trailofbits used the following query to detect #1862:
The text was updated successfully, but these errors were encountered: