Adam Parsons

Results 11 comments of Adam Parsons

Hey @xenph, I really like this idea but don't have a valid SDL doc to use as a template. Is there a formal specification for these? What JSON docs have...

Notes for myself: - [ ] Include documentation about goSDL in Manage > Activity Types > Edit View - [ ] Update sample_data.json to not error when `loaddata sample_data.json` (may...

@xenph [I did some prototyping for a gosdl class representing the modules.](https://github.com/aparsons/bag-of-holding/blob/gosdl-dev/project/boh/gosdl.py) I was thinking this could be the basis of [a custom renderer](https://github.com/aparsons/bag-of-holding/blob/gosdl-dev/project/boh/templatetags/gosdl_render.py) so javascript wouldn't be needed to...

Makes sense. When I rework how threadfix connects to applications, I'll add an option to create a new application in threadfix. Thanks for the suggestion!

Thank you for the suggestion. I will look into making engagements more of an isolated entity within an organization which would allow for one or more applications (or assets) to...

This would be really tricky to do with my existing views, however it may be possible through the API. I'll need to check if the necessary information is exposed to...

As I told you earlier, this could also be done through the admin interface by adding a custom action (apply tag). https://docs.djangoproject.com/en/1.8/ref/contrib/admin/actions/ This could also be done by creating a...

I had already planned on moving to a drop down and in newer versions of threadfix the team id is no longer required. I also plan on allowing an application...

Thanks for the heads up! I've added a notice to the readme.