Design and Implementation of Code Security Inspection System Based on SVN

Jun Liu,Xiaoming Liu,Bo Zheng,Tang, J.
DOI: https://doi.org/10.1109/csss.2011.5974598
2011-01-01
Abstract:This paper proposes a code security inspection system based on the Subversion, which aims to avoid the submission of risk codes that contain vulnerabilities such as SQL injection, XSS (Cross Site Script) attacks and CSRF (Cross-site request forgery) to SVN repositories. In the proposed system, the submitted code will be scanned and checked and then the results will be sent to the SQA (Software Quality Assurance) units to ensure the product's safety. The system mainly adopts dependency injection and inversion of control used in the spring framework, and thus it has high scalability and maintainability. The system is also practical, independent, and highly configurable which can meet the needs of different users.
What problem does this paper attempt to address?