Skip to content
/ bsa Public

BSA(Bash Static Analyser) is a cross-platform static analysis tool that identifies potential security vulnerabilities in bash scripts.

License

Notifications You must be signed in to change notification settings

parchlinux/bsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

BSA(Bash Static Analyser) is a cross-platform static analysis tool that identifies potential security vulnerabilities in bash scripts.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published