Daniel Matthews

Results 58 comments of Daniel Matthews

You need to make sure you cloned the CALDERA repository recursively to pull down all the out-of-the-box plugins. If you check the `plugins` directory and don't see anything, that's going...

@mgonzcast did you need anything else regarding this issue or shall I close it?

If you open up your browser developer tools and go to the developer console, what error(s) pop up when using the save button?

Did your server terminal output indicate any warnings or errors?

If you exit out of the adversary/operation GUI module and reopen it, do the changes appear then? Or is restarting the entire server the only way for you to see...

I just tried on a fresh local installation of 5.0.0. It looks like you don't get any "successfully saved" message when you save a new adversary profile, but if I...

@TB12AirJordan Apologies for the late follow-up, but there have been recent [updates to the magma plugin](https://github.com/mitre/magma/pull/82) which may address this issue you've been seeing

Thoughts on swapping this out for only accepting .yml/.yaml files and nothing else? This would be more effective than playing whack-a-mole with other file extensions that may pop up due...

In this case you'll want to set up a virtual Python environment to allow different pip requirement contexts. You can reference the [Python documentation for virtual environments](https://docs.python.org/3/library/venv.html) as needed, but...