Alessandro

Results 4 comments of Alessandro

Sorry for the late response. Generally what you say is true, but if you compare the output from your tool and powerview, you will see more results in powerview as...

Thanks for the clarification, but i think the problem is different. Using the django app an operator with user role can create clients, projects and reports and it is marked...

Thank you for the clarification. But now I have another problem with the mutation "insert_reportedFinding". If i try to execute the following mutation: `mutation MyMutation { insert_reportedFinding(objects: {affectedEntities: "", cvss_score:...

@chrismaddalena i had the same problem with an other application. A simple workaround is to change the field from`IPAddressField ` to `TextField`. To validate the input you can do something...