You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==== Scope ====
This task includes issues in the following code repository:
permify: internal/servers/server.go
==== TLDR ====
importing net/http/pprof might expose an interface meant for developers to the public internet. This could reveal function names and file paths, as well as other sensitive information.
==== How to fix ====
Remove the import or alternatively, if you are certain the profiling endpoint is not available from internet, ignore this issue.
The text was updated successfully, but these errors were encountered:
Find more live information in Aikido here: https://app.aikido.dev/queue?sidebarIssue=4226130&groupId=6798&sidebarIssueTask=108073&sidebarTab=tasks
==== Scope ====
This task includes issues in the following code repository:
==== TLDR ====
importing net/http/pprof might expose an interface meant for developers to the public internet. This could reveal function names and file paths, as well as other sensitive information.
==== How to fix ====
Remove the import or alternatively, if you are certain the profiling endpoint is not available from internet, ignore this issue.
The text was updated successfully, but these errors were encountered: