certtools / contactdb

The ContactDB project was initiated to cover the need for a tool to maintain contacts for CSIRT teams
GNU Affero General Public License v3.0
37 stars 11 forks source link

otmar's ideas on how the algorithm should work #2

Closed otmarlendl closed 10 years ago

otmarlendl commented 10 years ago

Do away with the specific sequence of lookup.

Consider the problem-space to be a graph-search problem and implement a generic search algorithm there.

More to come, especially the graph-search algorithm