Gaurav Mishra
Gaurav Mishra
I have been trying to find a repository which can upload release assets to GitHub Release pages. For almost all of the actions, I get the error of connection reset...
## Description Make FOSSology PHP 8 compatible. This is continuation of #1925 ### Changes 1. Make all syntax changes as required. 2. Add data checks as PHP 8 is more...
## Description Use [swaks](https://www.jetmore.org/john/code/swaks/) as an alternate to s-nail for MTA. s-nail from past had many issues, there were some compatibility between versions causing troubles. The method used to design...
## Description Fix following points for the release workflow: 1. Fetch at least last 10 commits before compiling. 2. Change release upload 1. Repository [actions/upload-release-assets](http://github.com/actions/upload-release-assets) is now archived. 2. Use...
### Description If I add a manual copyright finding to a file in the **"View Copyright/Email/Url Analysis"** page (`mod=copyright-view`) it appears in a table called **Current decisions:**, but as soon...
### Description While testing PR #1955, found following thing. For an upload, there are only 2 failed jobs (readmeoss and ojo) but the REST API says `"status": "Failed"` for every...
## Description The password hash stored in the DB are no longer SHA1 but [bcrypt](https://en.wikipedia.org/wiki/Bcrypt). This caused command line of delagent to fail in checking the password, even throw overflow...
### Logs ```lisp nomos.c: In function ‘list_dir’: nomos.c:198:17: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict] sprintf(filename_buf, "%s\n", filename_buf); // add one new line character by...
### Description Due to recent changes in UI about the password hashing, the C/C++ agents stopped authenticating from CLI. The agents are still using SHA1 and expect the hash to...
I am not sure if this is the right place to ask questions but I can not find anything in the documentation. I just wanted to ask if there is...