Julien Blondeau

Results 9 comments of Julien Blondeau

Hi @michael-hinterdorfer, Thanks for this patch, i've just encountered the same issue on environmental score. About the getVector update, which compress/remove the undefined ( `X` ) metrics, i checked the...

Hi, Extracted from the swagger spec ( https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#parameterObject ): @lukas-gitl : that's the expected behaviour of a query param: Query - Parameters that are appended to the URL. For example,...

Hi @rantav and @mserralta , For my current project, i needed this kind of resources hierarchy in the resulted swagger html, so i created a patch on my fork. We've...

hi @jonny166 flask seems to register only once a blueprint on a particular url prefix in the examples/blueprints.py file, url_prefix are different for each blueprint, and you put '/api' for...

Hi @lukas-gitl, Experimented same issue few days ago without seeing this opened case. The answer was already in the project samples: Seem that you shouldn't put the 'summary' and 'notes'...

Here is a proposal to deal with both `None` and ``, and to avoid mixing text from method_impl and decorator if both are defined : https://github.com/lounagen/flask-restful-swagger/commit/b13b059d604c53a74460baccaeca1c2a980c2809 It takes default summary/notes...

Hi, Got same issue few days ago while testing without a blueprint. just sent a pull request about this and few other points: i got it ok by adding this...

Hi cve-search team, Could there be a "random" issue (or maybe platform deterministic) somewhere when dealing with the CPE configuration list? Tested on a fresh 4.2.1 and 4.2 installs, but...

EDIT from my previous comment: After debugging the cve-search code, i found my `Vulnerable configurations not up to date with NVD` issue is an inconsistency issue in the NIST NVD...