Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 642 Bytes

File metadata and controls

31 lines (21 loc) · 642 Bytes

BSA

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.

Getting Started

Prerequisites :

cd build && cmake .. && make && ./bsa

Check for dangerous commands

$ bsa tests/fork_bomb.sh
Fork bomb detected: tests/fork_bomb.sh

License

This project is licensed under "GPL V3.0" license, read the license for more information.

About

Copyright 2022 © ParchLinux,
all rights reserved.