google / santa

A binary authorization and monitoring system for macOS
https://santa.dev
Apache License 2.0
4.37k stars 295 forks source link

Namespace simplification pt3 #1386

Closed mlw closed 1 week ago

mlw commented 1 week ago

The style guide prefers that a projects do not overly nest namespace names, and note that unless necessary, a single top-level namespace per project is the most effective strategy to limit exposure to collisions.

This is part 3 in a series of PRs to convert namespaces. This is being done piecemeal to keep PR sizes manageable. This PR converts the namespaces:

Other namespaces will be converted in a future PR.

References: