Centralrized Data options
-
hey guys,
I’m the author of the Simple Firewall plugin and I love the idea of this plugin. I can see it’s a substantial amount of work to keep this up-to-date and I was wondering if you would be interested in collaborating to create a centralized database of this.
It wouldn’t even need to be a database, but rather I see a simple YAML file could hold the data you’re storing in your a,b,c…php files and that way we can abstract the data from the PHP.
I’d be happy to help with this and setting it up, say in Github. In the Simple Firewall I use this file:
https://github.com/splorp/wordpress-comment-blacklist
and read in the latest data at fixed intervals to stay up-to-date. I could setup a central YAML definition for your list of vulnerabilities and then you can just update that instead of the plugin each time.What are your thoughts?
e.g.
a.yml could start:--- ab-google-map-travel - start-version: '1.0' last-version: '3.4' type: "cross-site request forgery (CSRF)/cross-site scripting (XSS)" url: 'https://packetstormsecurity.com/files/130960/WordPress-AB-Google-Map-Travel-CSRF-XSS.html' acobot - start-version: '1.0' last-version: '2.0' type: "cross-site request forgery (CSRF)/cross-site scripting (XSS)" url: 'https://packetstormsecurity.com/files/130306/WordPress-Acobot-Live-Chat-And-Contact-Form-2.0-CSRF-XSS.html'
Let me know what you think sure.
Thanks,
Paul.
- The topic ‘Centralrized Data options’ is closed to new replies.