javabeanz

Results 20 comments of javabeanz

maybe this could be a separate project then. Could it be usefully combined with OWASP ZAP for instance ?

one of the problems with threat modeling is that is seen as costly; if (part of) the model can be automated, this may mean higher adoption of this security practise....

Possibly interesting too https://threatdragon.org/ They define a threat model with json.

virustotal sais it's clean https://www.virustotal.com/gui/domain/www.peepdb.com/detection. what makes you think the website is bad ?

Hi Robert, How are you doing on this ticket ? I have the impression this topic is currently on hold, but it would be nice to have the best practises...

hi Robert, thanks for your contribution, I'll see if I can pick up this ticket.

all configuration for the securrity logging library now is done now with xml, but it can also be done with annotations. Here is an example of what i mean :...

Seems the noclassdeffounderror is a classloader issue; when Tomcat starts, it loads Tomcat libraries in its own classloader, the web application is loaded in another classloader which is isolated from...