[DAEMON-97] appcd-detect: Wire up Windows Registry library
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | High |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-10-03T21:34:15.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | appcd-detect |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-08-22T21:25:05.000+0000 |
| Updated | 2017-10-25T23:13:02.000+0000 |
Description
The
DetectEngine has the necessary plumbing to poll the Windows Registry for paths to watch, however the actual call to query the registry is commented out until a solution is dropped in.
We need to select a library that allows us to query the registry. In the past, we've used winreg, but it requires a bit of abstraction to make it nicer to work with. Need to investigate the offerings in NPM and perhaps find a solution that allows us to listen to registry changes.
No comments