AutoSource - Automated Source Code Review Framework Integrated With SonarQube
2019-05-07 23:14:41 Author: www.kitploit.com(查看原文) 阅读量:310 收藏

AutoSource is an automated source code review framework integrated with SonarQube which is capable of performing static code analysis/reviews. It can be used for effectively finding the vulnerabilities at very early stage of the SDLC(Software Development Life Cycle). The user can scan the code by just giving GIT repository link into the framework.

AutoSource framework is capable of performing a source code review on all platforms(MAC, Linux, and Windows).


INSTALL

  1. Download the AutoSource repository into your system.
  2. Read the prerequisites.txt file and install the dependencies (mentioned for each platform)
  3. Execute downloadSonar.py (python3 downloadSonar.py), this will download and setup the SonarQube framework which can be access from 'http://127.0.0.1:9000'
  4. After that run executeScanner.py (python3 executeScanner.py), this will ask for your GIT repository that you want to scan.
  5. Access the results on SonarQube Portal('http://127.0.0.1:9000')

Screenshots

Downloading SonarQube and SonarScanner

SonarQube is up and running

Executing Scanner

Scanning Started

Scanner Execution Successful

Results showing in SonarQube Dashboard

Collaborators

  • Malkit Singh
  • Shubham Shubhankar Sharma

AutoSource - Automated Source Code Review Framework Integrated With SonarQube AutoSource - Automated Source Code Review Framework Integrated With SonarQube Reviewed by Zion3R on 5:47 PM Rating: 5


文章来源: https://www.kitploit.com/2019/05/autosource-automated-source-code-review.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PentestTools+%28PenTest+Tools%29
如有侵权请联系:admin#unsafe.sh