Vikas Pal

Results 6 issues of Vikas Pal

# Description Fix the #165 added the correct path in ```../../config.json``` Fixes # (165) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking...

**Describe the bug** In Scanner.py while calling the ``` open(get_absolute_path('config.json'))``` should be ``` open(get_absolute_path('../../config.json'))``` **To Reproduce** Steps to reproduce the behavior: 1. Go to 'scanner.py' 2. Click on 'execute the...

bug

# Description Making a requirements.txt to install all dependencies #148 added the requirement.txt for branch features/python3.8 Fixes # (148) ## Type of change Please delete options that are not relevant....

gssoc21
Level2

In index.html image tag had empty src target. ``` ``` ![image](https://user-images.githubusercontent.com/40069230/111040752-9cf29a00-845a-11eb-9495-a905e0c7e06e.png) It would be great if you provide the image for the same. @vinitshahdeo @Kashish121

help wanted
up for grabs
gssoc21
Level2

**Is your feature request related to a problem? Please describe.** Packaging the app in container So it will be easier to maintain the different dependencies. **Describe the solution you'd like**...

enhancement
backend
level3
GSSoC22

## In Readme cmd for local setup mention are wrong. ``` python -m venv env env\Scripts\activate ``` * venv package installation setup is missing. * activating the virtualenv for different...