little_brother
little_brother copied to clipboard
Parental Control Application implemented in Python 3 packaged for Debian and Ubuntu to monitor and limit kids' play time on Linux hosts
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
Current status: The URL for the API calls (e.g. `/api/status`) is always relative to the root URL `/`. The configuration item `[StatusServer]base_url` is not used to compute the API URL....
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Current behavior: when network connectivity is lost slaves will never be informed about exceeded ligin times. Hence, monitored users will not be logged out. This might be an “attack vector”...
When LittleBrother encounters an out of disk error, it's probably wise to terminate the application since it has a continuous (albeit small) disk space consumption.
Current behavior: There is only one process pattern to recognize activity of a user. If at least such a process is found the user is active, other inactive. Active processes...
Not sure if this is deliberate, but python_base_app is a git submodule, while python_base_app_ldap_extension is not. For consistencies sake it might be good to either have both as submodules (or...
Current behavior: The internal API URL for receiving communication from the clients does not heed the setting `base_url` which is used for the Web GUI. Desired behavior: It should be...