跳到主要内容

rand_pseudo_bytes

API 概述

rand_pseudo_bytesopenssl 中的一个API。该规属于deprecated API 类型。该规则是使用 Advance 生成的。

规则描述

提示

RAND_pseudo_bytes() was deprecated in OpenSSL 1.1.0

信息

标签:deprecated API

参数下标:N/A

CWE类别:CWE-477

规则代码

import semmle.code.cpp.dataflow.DataFlow

from FunctionCall fc
where fc.getTarget().hasQualifiedName("RAND_pseudo_bytes")
select fc.getLocation()