Russell Hancox

Results 10 issues of Russell Hancox

We have fuzz tests in the repo but they're not buildable by the existing BUILD rules (they were originally added with cmake rules but those got out of date quickly)....

enhancement

The docs are, in many ways, out-of-date and could be much clearer. We need to document how to configure many things, better docs on deployment, better docs on how to...

enhancement
cleanup
docs

There is a list of binaries in the "Binaries" section of the documentation but it's missing `santasyncservice` (and `santametricservice`). This should be added, and the "Syncing Overview" page should also...

docs

Proto3 has a canonical JSON encoding for proto messages (though as far as I can tell this isn't supported by the Objective-C library at the moment). It would be nice...

enhancement
future-project

RE2 is faster than ICU (used by NSRegularExpression) for most types of expression at both matching and compiling. It would possibly be prudent to benchmark some example regexes that are...

enhancement

### Discussed in https://github.com/google/santa/discussions/1292 Originally posted by **jumpsdefcon** February 14, 2024 So, was doing some testing with an agent that is not using a sync server, and was looking to...

enhancement
rules
santactl

This issue tracks getting a list of companies using Santa and getting their permission to add their name or logo in the README (and/or a page in the main docs).

enhancement
help wanted
docs

The existing Santa UI is very basic and uses 'old-fashioned' XIBs for layout etc. The UI hasn't been modified in quite a long time and any changes now would be...

enhancement
gui

We make extensive use of dependency imports in our WORKSPACE file because we've been using bazel since pre-1.0. The modern version of this is to use a MODULE.bazel file (where...

enhancement
cleanup
build

Crafting a configuration profile is tedious, difficult to get right, and the documentation for all the keys is difficult to write. We could host a config generator site on santa.dev...