BugAlertDotOrg / bugalert

MIT License
207 stars 20 forks source link

Structured data #52

Open securityguy opened 2 years ago

securityguy commented 2 years ago

Has anyone considered whether a more structured primary data format, such as JSON, might potentially be advantageous to achieve consistent data contents and allow accurate automated filtering? For example, if I have production Java workloads using the Spring framework, I'd want to know about a Spring RCE, even at 3am. On the other hand, if I'm not using Java, I'd prefer more sleep :)

sullivanmatt commented 2 years ago

Pelican has a plugin system, plugins activated here: https://github.com/BugAlertDotOrg/bugalert-pelican/blob/ee068f09145bf28f6a541c54d6908ca7e5ddd68c/pelicanconf.py#L37

I suspect something like https://github.com/andrewheiss/pelican_json_feed would do the trick

sullivanmatt commented 2 years ago

Potentially closely related to https://github.com/BugAlertDotOrg/bugalert/issues/24