Alexandre ZANNI

Results 618 comments of Alexandre ZANNI

I don't known what is the right DB architecture. Here what's down in PwnDoc (they use mongoDB): - https://github.com/pwndoc/pwndoc/blob/master/backend/src/routes/vulnerability.js - https://github.com/pwndoc/pwndoc/blob/master/backend/src/models/vulnerability.js - https://github.com/pwndoc/pwndoc/blob/master/backend/src/models/vulnerability-update.js - https://github.com/pwndoc/pwndoc/blob/master/backend/src/models/vulnerability-type.js - https://github.com/pwndoc/pwndoc/blob/master/backend/src/models/vulnerability-category.js > we could...

[writehat](https://github.com/blacklanternsecurity/writehat) has support for > Crop, annotate, caption, and upload images It may give you architecture ideas.

Setting manually the languages (locale) now shows the vulnerabilities, but categories and custom fields were not created. ![image](https://user-images.githubusercontent.com/16578570/135729987-b9dd2eae-6830-40c1-81f3-334ea7338292.png) Only types were recreated automatically (of course not those who were existing...

This also means that actually bulwark supports only US english since greek, cyrilic, chineese symbols, french accents, etc are rejected because there-out of the US-ASCII scope.

> I ran your POC locally on the main branch and was able to successfully save a vulnerability. It looks like you're running it via Docker so I will try...

> Another idea that could be quick would to have a "Save as Vulnerability Template" button which will store a template in a "vulnerability_template" table that could be later fetched...

Searching if the same certificate is re-used for different services on the same host eg HTTPS and SMTPS.

Can you allow me to edit wiki so I can document them ?

It's a lot of work to manually keep them up to date, why don't you use original css version ?

I will check that. But for example in scss file you can write pure css so in my opinion stylus can support pure css to, I will have a look...