Commit Signatures for Centralized Version Control Systems (Extended Abstract)
Commit Signatures for Centralized Version Control Systems (Extended Abstract)
复制标题
集中版本控制系统的提交签名(扩展摘要)
DOI:
10.1007/978-3-030-22312-0_25
复制
发表时间:
2019
期刊:
影响因子:
--
通讯作者:
Cappos, Justin
中科院分区:
文献类型:
--
作者:
Vaidya, Sangat;Torres-Arias, Santiago;Curtmola, Reza;Cappos, Justin
Version Control Systems (VCS-es) play a major role in the software development life cycle, yet historically their security has been relatively underdeveloped compared to their importance. Recent history has shown that source code repositories represent appealing attack targets. Attacks that violate the integrity of repository data can impact negatively millions of users. Some VCS-es, such as Git, employcommit signaturesas a mechanism to provide developers with cryptographic protections for the code they contribute to a repository. However, an entire class of other VCS-es, including the well-known Apache Subversion (SVN), lacks such protections.We design the first commit signing mechanism for centralized version control systems, which supports features such as working with a subset of the repository and allowing clients to work on disjoint sets of files without having to retrieve each other’s changes. We implement a prototype for the proposed commit signing mechanism on top of the SVN codebase and show experimentally that it only incurs a modest overhead. With our solution in place, the VCS security model is substantially improved.