Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Home Assistant Integration Diagnostics leak RTSP user and password #668

Closed
36grad opened this issue Apr 29, 2024 · 1 comment
Closed

Home Assistant Integration Diagnostics leak RTSP user and password #668

36grad opened this issue Apr 29, 2024 · 1 comment
Labels

Comments

@36grad
Copy link

36grad commented Apr 29, 2024

Version of the custom_component

"5.1.0"

Configuration

n/a

Describe the bug

The downloaded diagnostics for the custom integration contain the frigate cionfiguration. And while some data is redacted, the go2rtc section shows each conbfigured RTSP URL including user name and password.

      "go2rtc": {
        "streams": {
          "camera_1": [
            "rtsp://user:[email protected]:554/Streaming/Channels/101?transportmode=unicast&profile=Profile_1"
          ],
          ...

This needs information to be redacted as it is not related to the custom integration and this data should not be stored on the home assistant server in the first place.

Debug log

In Home assistant, go to Settings --> Integrations --> Frigate, click the three dots, select "Download Diagnostics" and check the downloaded JSON file.

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 30, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant