Earlier quoted context omitted.
But this is a static site generator. They can't take over your server if you're just serving up stuff from S3.
They can't take over your server but they can inject a script tag with a cryptominer for all of your users to run. It's not the end of the world because you're just out a few dollars in electricity but it would be embarrassing.
VuePress: a static site generator that excels at working with documentation
21–30 of 39 posts
Re: VuePress: a static site generator that excels at working with documentation
#22Earlier quoted context omitted.
But this is a static site generator. They can't take over your server if you're just serving up stuff from S3.
They can't take over your server but they can inject a script tag with a cryptominer for all of your users to run. It's not the end of the world because you're just out a few dollars in electricity but it would be embarrassing.
Re: VuePress: a static site generator that excels at working with documentation
#23All these static site "generators" seem pretty silly. If you're going to make a static site then just make a few template pages by hand in html then copy and edit them to fill with whatever content. It works even better if your webserver has server side includes (SSI) turned on. Then you can make header/footer/sidebar/etc templates and just insert them with a line in the page templates.
are you trolling? shtml setups were nothing but security nightmares on top of bad ideas 20 years ago.
Re: VuePress: a static site generator that excels at working with documentation
#24Earlier quoted context omitted.
But this is a static site generator. They can't take over your server if you're just serving up stuff from S3.
True, but they can compromise the machine that runs VuePress (or at least, run arbitrary userlevel JS code on it).
Re: VuePress: a static site generator that excels at working with documentation
#25All these static site "generators" seem pretty silly. If you're going to make a static site then just make a few template pages by hand in html then copy and edit them to fill with whatever content. It works even better if your webserver has server side includes (SSI) turned on. Then you can make header/footer/sidebar/etc templates and just insert them with a line in the page templates.
If you're trolling, well done. If not, then you're not understanding the concept of the "static" in "static site generators". SSI are inherently dynamic. They run each time the page is viewed (yes, you can use a cache, but the page is still loaded dynamically by the cache server).
> Then you can make header/footer/sidebar/etc templates and just insert them with a line in the page templates.
This is precisely what any static site generator will do, since they all feature template engines.
Re: VuePress: a static site generator that excels at working with documentation
#26Earlier quoted context omitted.
But this is a static site generator. They can't take over your server if you're just serving up stuff from S3.
They can't take over your server but they can inject a script tag with a cryptominer for all of your users to run. It's not the end of the world because you're just out a few dollars in electricity but it would be embarrassing.
Re: VuePress: a static site generator that excels at working with documentation
#27Re: VuePress: a static site generator that excels at working with documentation
#28I guess there’s no such thing as too many static site generators...
Re: VuePress: a static site generator that excels at working with documentation
#29Earlier quoted context omitted.
They can't take over your server but they can inject a script tag with a cryptominer for all of your users to run. It's not the end of the world because you're just out a few dollars in electricity but it would be embarrassing.
Stupid question, does anyone do this on purpose? (i.e. With the consent of the client side). In a way it seems like a good way to make income for content (say a blog post) rather than all the ad profiling nonsense that goes on now.