()
| 3848 | |
| 3849 | _mesh_poll_peer_findings(peers, results, timeout) |
| 3850 | |
| 3851 | |
| 3852 | def _mesh_poll_peer_findings(peers, health, timeout): |
| 3853 | """Pull each reachable peer's security findings into the local cache. |
| 3854 | |
| 3855 | Findings power the fleet view — vulnerabilities and alerts from every unit |
| 3856 | on one pane. Only reachable peers are asked (an unreachable one already |
| 3857 | shows as degraded), and one call per peer keeps it bounded. |
| 3858 | """ |
| 3859 | try: |
no test coverage detected