Gaurav Mishra
Gaurav Mishra
Hello @kannan1997, I am not very sure it will help. Is it possible to send a JWT token for inspection? You might also wanna check id parameter here: https://github.com/fossology/fossology/blob/871739e03281e9cfe1ae76dd79beebd98d632d5e/src/www/ui/page/HomePage.php#L138 This...
Thanks for the info provided @kannan1997 , I have made the fields configurable in https://github.com/fossology/fossology/pull/2305 From your last comment: 1. The field is now configurable. You can use either access...
Really you do not need to tag anyone on the issue. Just comment you are working on it so others do not start at the same time as you. It...
Continued at https://github.com/fossology/fossology/issues/1966
Thank you for your interest @amanbora, I'll be assigning this issue to you if its okay.
@amanbora, FOSSology is not officially supported on macos.
Hey @elfring , would you like to create a PR for the changes proposed? And I don't think `src/nomos/agent_tests/testdata` should be considered for this as it contains only testdata, no...
Yes, all the changes suggested make sense. Please ignore the `src/nomos/agent_tests/testdata` from any code refactoring.
The folder mentioned holds test data for nomos scanner. You can consider them as plain text files as they are not executed by us. nomos uses the folder to perform...
That is an OPTIONS request (assuming from CORS). It is supposed to be 204. There should be a GET request following it which should have actual content.