openminds / bisu

A security maintenance application.
MIT License
1 stars 2 forks source link

Multiple agents #11

Closed vncntvandriessche closed 10 years ago

vncntvandriessche commented 10 years ago

Currently there is only 1 'agent' where we pull our security information from; We should make the vulnerability data collection more abstract, so we can have multiple agents to compare to a system.

hannesfostie commented 10 years ago

That was the idea behind the Parser class I'm working on, that way it'll be decoupled entirely. Our other classes already somewhat support the idea of supporting multiple platforms. We'll see about the implementation as development and requirements evolve. There's no way to figure out how to abstract this correctly anyway without a real need :-)