blob: f8e262030576aec0cecfe87f4dfb14c8edd3b837 [file] [log] [blame]
Elena Zhelezina117a5d32022-12-06 13:29:19 +00001<?xml version="1.0"?>
2<!-- Based on https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs Exclude errors if you still need this function. -->
3<def format="2">
4<function name="strlen">
5 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
6 </warn>
7 <arg nr="1"/>
8</function>
9<function name="strcpy">
10 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
11 </warn>
12 <arg nr="1"/>
13</function>
14<function name="strncpy">
15 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
16 </warn>
17 <arg nr="1"/>
18</function>
19<function name="snprintf">
20 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
21 </warn>
22 <arg nr="1"/>
23</function>
24<function name="strncat">
25 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
26 </warn>
27 <arg nr="1"/>
28</function>
29<function name="strtok">
30 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
31 </warn>
32 <arg nr="1"/>
33</function>
34<function name="scanfk">
35 <warn severity="error">This function is considered security sensitive. Please make sure of its proper use by following https://confluence.arm.com/display/ARMSW/Security+Sensitive+APIs
36 </warn>
37 <arg nr="1"/>
38</function>
39</def>