Research Article

VulMPFF: A Vulnerability Detection Method for Fusing Code Features in Multiple Perspectives

Table 1

Serialized AST node information table.

Node typeDepthValues

FunctionDef0int func(x)
ParameterList1
Parameter2int x
Stmnts1
IdentifierDecIStatement3int z = 1,024;
IdentifierDecIType4int