andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

validate input names & scraper names as slugs #10

Closed andykais closed 5 years ago

andykais commented 5 years ago

input names & scraper names are used in handlebars templates and sql execution. Less for security and more for sanity checks, they should prevent weird inputs like "+" or "" and inputs should not use reserved names like value and index.