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 source code review on all platforms(MAC, Linux and Windows).
Installation
Also Read – Bashter : Web Crawler, Scanner & Analyser Framework
Screenshots
Downloading SonarQube and SonarScanner
SonarQube is up and running
Executing Scanner
Scanning Started
Scanner Execution Successful
Results showing in SonarQube Dashboard
Credits: Malkit Singh & Shubham Shubhankar Sharma
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…