thejohnbrown

Results 15 comments of thejohnbrown

I have made a PR here https://github.com/blacklanternsecurity/writehat/pull/93. The issue with it not displaying '0' has also been fixed. If you're wondering why the branch name is different it's because I...

Doesn't https://github.com/blacklanternsecurity/writehat/commit/3ebc9ab1e6ab3f248583e66fc3ef6ffb50560be1 fix this? or is this a different issue?

I think I have found the source of the problem https://github.com/blacklanternsecurity/writehat/blob/master/writehat/lib/db.py#L261 ``` if self['type'] == "MarkdownComponent": self.updateRevision() ``` The if statement checks whether the component is of type "MarkdownComponent" when...

Check `docker ps -a`, is the writehat MySQL container running? If yes, are the credentials correct? Can you login to it manually using MySQL command line tool?