google / rrg

A Rust rewrite of the GRR agent.
MIT License
46 stars 22 forks source link

Implement the `GetLibraryVersions` action #17

Open panhania opened 4 years ago

panhania commented 4 years ago

RRG should support the GetLibraryVersions action. It does not have any input arguments and should respond with [Dict][library-response].

[library-response]: https://github.com/google/grr/blob/f0c26b1e83e77a8f53f7b7aef706b418061682ae/grr/proto/grr_response_proto/jobs.proto#L822-L827

panhania commented 4 years ago

Note that since RRG does not depend on Python libraries, it naturally also does not have any versions for them.