Characterizing Co-located Insecure Coding Patterns in Infrastructure as Code Scripts
Characterizing Co-located Insecure Coding Patterns in Infrastructure as Code Scripts
复制标题
将基础设施中的共置不安全编码模式表征为代码脚本
DOI:
10.1145/3417113.3422154
复制
发表时间:
2020
期刊:
影响因子:
--
通讯作者:
A. Rahman
中科院分区:
文献类型:
--
作者:
Farzana Ahamed Bhuiyan;A. Rahman
Context: Insecure coding patterns (ICPs), such as hard-coded passwords can be inadvertently introduced in infrastructure as code (IaC) scripts, providing malicious users the opportunity to attack provisioned computing infrastructure. As performing code reviews is resource-intensive, a characterization of co-located ICPs, i.e., ICPs that occur together in a script can help practitioners to prioritize their review efforts and mitigate ICPs in IaC scripts. Objective: The goal of this paper is to help practitioners in prioritizing code review efforts for infrastructure as code (IaC) scripts by conducting an empirical study of co-located insecure coding patterns in IaC scripts. Methodology: We conduct an empirical study with 1613, 2764 and 2845 Puppet scripts respectively collected from three organizations namely, Mozilla, Openstack, and Wikimedia. We apply association rule mining to identify co-located ICPs in IaC scripts. Results: We observe 17.9%, 32.9%, and 26.7% of the scripts to include colocated ICPs respectively, for Mozilla, Openstack, and Wikimedia. The most frequent co-located ICP category is hard-coded secret and suspicious comment. Conclusion: Practitioners can prioritize code review efforts for IaC scripts by reviewing scripts that include co-located ICPs.