Sayam Kanwar

Results 8 issues of Sayam Kanwar

Details: https://github.com/Cloud-CV/Fabrik/pull/503

Hi, I have created the signup page for Fabrik. I have added all the custom validation code. For csrf, I have used npm package ``django-react-csrftoken``. The signup form should be...

Hi, I have implemented the dashboard's design and functionality. Details: https://github.com/Cloud-CV/Fabrik/pull/471 Please review @Ram81 @RishabhJain2018 Thank you! :)

Hi, I encountered some issues while installing Fabrik on my mac. So I have mentioned those things which weren't there in the docs for mac, which helped me configure Fabrik...

Hi, I have done several tests on Fabrik and I have compiled the results. The tests are located in 'security_audit/TESTS.md', please have a look at it I have found several...

There are some security bugs which can be fixed. **1. Application entry point** I fetched the 'csrftoken' from /accounts/login/ from the csrf token cookie using console.log(document.cookie) and inspected the source...

## Description I have noticed that, on clicking the logout button, it redirects to /sad whereas there is no route mentioned in any of the files. This is an unusual...

easy_to_fix
good-first-issue

Hi, I just ran a simple script: `from google import google num_page = 3 search_results = google.search("Hello World", num_page)` It is giving an error even though I have installed the...