8000 GitHub - micha3lbrown/grigori: Vulnerability feed parser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

micha3lbrown/grigori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grigori

Vulnerability feed parser

Monitored vulnerability feeds

Notes

Node 101 Events: Much of the Node.js core API is built around an idiomatic asynchronous event-driven architecture in which certain kinds of objects (called "emitters") periodically emit named events that cause Function objects ("listeners") to be called. | |--> EventEmitter --> Stream

Stream: A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface. More on streams here

TODO

  • get XML feedparsing working and inspect objects
  • investigate other feeds to find similarities
  • scaffold a schema
  • storage options, probably SQL based

About

Vulnerability feed parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0