Bughound icon indicating copy to clipboard operation
Bughound copied to clipboard

Static code analysis tool based on Elasticsearch

Results 4 Bughound issues
Sort by recently updated
recently updated
newest added

``` Traceback (most recent call last): File "Bughound/bughound.py", line 53, in findings = p.get_functions(verbose) File "Bughound/core/parser.py", line 114, in get_functions code_snippet+= lines[line_number] IndexError: list index out of range ``` When...

What I did: 1. `git clone https://github.com/mhaskar/Bughound` 2. `pip3 install -r requirements.txt` 3. `python3.9 Bughound/bughound.py --path TARGET_FOLDER_IN_SAME_DIR --language python --name Test --extension .php`

Pls tell me how can i connect with elastic cloud with Bughound?

Hi, want to ask, how to configure to interate with my existing ELK with SSL and username password with BugHound ? example the script input on filebeat.yml or auditbeat.yml ```...