staticsite icon indicating copy to clipboard operation
staticsite copied to clipboard

Make sure that site_path cannot begin with a slash

Open spanezz opened this issue 4 years ago • 0 comments

A metadata defining an absolute path in site_path, can cause the rendered file to be written to arbitrary locations in the file system, due to the behaviour of os.path.join with absolute paths.

Make sure we test that leading slashes are stripped from site_path when processing pages, so that the generated build_path entries are all relative path.

spanezz avatar Dec 27 '19 20:12 spanezz