Ventz Petkov

Results 62 comments of Ventz Petkov

@blackdiamond1982 It looks like the developer updated/changed the code (and thus it shifted the lines), but didn't fix this bug... It's now lines: https://github.com/hamedA2/Zydra/blob/master/Zydra.py#L626-L627 In case it shifts again, one...

@hamedA2 ^ ping -- there is a bug in the input for the min/max check - it's currently parsing a type string, and doing numeric comparisons on a string.

@BryanKadzban - Thank you for posting this. I was going crazy trying to figure out what was wrong given the `mfa_token` error, but nothing else in the Particle Documentation. For...

@BrunoMCBraga You have two options: Option 1.) Build the container without using external volumes. What will happen is that without the: ``` -v $docker-root/misp-db ``` The container will simply keep/store...

@jbarlow-mcafee Give me some time to go through this. I left a couple of comments on lines that stood out. So for: 1.) - exposing the ports - no issues...

Have not forgotten about this one. I was going over it thinking about how to provide some of the features, while potentially separating into a "get-going-with-an-all-in-one" branch.

@SHSauler Sorry, it has been some time. Would you mind summarizing which parts/dirs/volumes you are interested in exposing?

@SHSauler I am trying to understand the use case. We have a few thousand users, and so far other than @jbarlow-mcafee and yourself, no one else has mentioned this. It...

@dspruell Other than the PHP ini, is there anything else that needs to change/be re-configured on the Redis side? Since Redis is included, if not -- this should be a...