Hritik Vijay

Results 46 issues of Hritik Vijay

https://github.com/nexB/vulnerablecode/pull/631 and https://github.com/nexB/vulnerablecode/pull/624 gives a basic documentation but there is scope for improvement. - [ ] Info about severity systems - [ ] Info about version_api (githubtagsapi, etc) and time...

documentation

We need a proper mechanism to assign confidences but for now let's assign 9/10 to them. _(via: https://github.com/nexB/vulnerablecode/wiki/WeeklyMeetings#meeting-on-tuesday-2022-05-10-at-1000-utc)_

I have safeeyes in my `.xinitrc` and most often I get this error on startup `ConnectionRefusedError: [Errno 111] Connection refused` I think this could be avoided by using fUnix Domain...

Using a virtualenv ensures that we know the exact packages of python versions made available to us. This is helps avoid surprise-ful behaviors. This also needs to be done in...

We need to decide on consistent labels to use in our Docker images across all the projects. Same issue exists in VulnerableCode: https://github.com/nexB/vulnerablecode/issues/513 ScancodeIO could serve as a light to...

A `VIRTUALENV_DIR` or a hard coded `venv` directly could be used to store virtualenv files rather than dumping them in the project directory. This would avoid lines like https://github.com/nexB/scancode.io/blob/1285a9a5cbc8b582bb94ae877241b011856789c2/Makefile#L84-L85 Also,...

The [documentation](https://github.com/nexB/scancode.io/blob/main/docs/run-docker.rst#run-the-image) asks to populate `ALLOWED_HOSTS` in `.env` during the _Run_ phase. This will have no effect inside the docker container. `ALLOWED_HOSTS` should be either 1) Placed before building the...

Isn't it a standard linux convention to have local configs take precedence over ones in /etc ? https://github.com/nexB/scancode.io/blob/a249402fbbdebd84e0f298d15cb4c3702bf41e63/scancodeio/settings/base.py#L33-L35 appears to do it in reverse This could cause problems in multiple...

It'd be really nice to have a program which would compare the efficiency of given two HDL implementations. The parameters to be used could be: - Number of overall primitive...

Awesom work! But it looks like I've VNCing to my desktop with this app. Being a mobile app it'd have been great if it rendered just the pasting area (scratchpad?),...