BSA(Bash Static Analyser) is a cross-platform static analysis tool that identifies potential security vulnerabilities in bash scripts.
BSA is a part of ParchLinux.
Prerequisites :
- cmake
- gcc>=8.0
- ShellCheck
cd build && cmake .. && make && ./bsa
$ bsa tests/fork_bomb.sh
Fork bomb detected: tests/fork_bomb.sh
This project is licensed under "GPL V3.0" license, read the license for more information.
Copyright 2022 © ParchLinux,
all rights reserved.