seanthegeek / easyad

A simple Python module for running common queries on Active Directory
Apache License 2.0
14 stars 9 forks source link

Added JSON safety to user_is_member_of_group #5

Closed Knuckl3head closed 2 years ago

Knuckl3head commented 3 years ago

Seemed kinda weird that json_safe was left out for this one when it's calling other functions that optionally have it too. I haven't actually tested this possible injection point yet, but it's better safe than sorry before I put this in production.