Pranay Das
Pranay Das
Hi @Ali-Razmjoo , Can you assign this issue to me I can work on it. I am new to this project and want to contribute so if possible can you...
Hi @mlodic I am looking to contribute to new analyzers. I will try writing a code snippet for hudson analyzer. If I understood it right the below endpoints need to...
class hudson(classes.ObservableAnalyzer): base_url: str = "https://cavalier.hudsonrock.com" api_version: str = "/api/json/v2" hudson_analysis: str _api_key: str start_page: int = 1 def _make_request(self, uri, params, payload): headers = { 'Content-Type': 'application/json', 'api-key': self._api_key...
Hi @mlodic I went through the contribution rules and used shodan analyzer as a reference. I tried to write the hudson analyzer using that as a reference the above snippet...
Ohh, really sorry for that. I was just trying to get a validation of whether the code I wrote was right or wrong. I will strictly follow it in the...
Hi @mlodic any update on this analyzer. Should I raise a PR for the above written code.
Hi @mlodic Can you please assign me this analyzer to work on.
Thank You @mlodic for assigning the analyzer work. Below is the code snippet I have written for the same. Please have a look into it If it can be raised...
> @404-geek Thanks... can you check the test failures? Also in the future it is usually best to avoid mixing two unrelated changes in the same PR... here the license...
Hi @pombredanne I was going through this feature and would like to work on it. Before that I would like to know if we have any version API to get...