XML - 外部访问

发布于 2024-11-30 13:08:48 字数 141 浏览 0 评论 0原文

我计划将一些 HTML 网站的内容保存在 XML 文档中。这些 XML 文档将可供公开阅读,但是,是否存在允许外部人员写入我的 XML 文档的漏洞?我将使用 simpleXML(PHP 脚本)来允许登录用户编辑他们自己的 XML 文档。

请告知,谢谢!

I am planning on saving content of some HTML sites in XML docs. These XML docs will be publicly available to read, however, are there vulnerabilities that could allow outsiders to write to my XML docs? I'll be using simpleXML (PHP script) to allow logged in users to edit their own XML doc.

Please let me know, thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安穩 2024-12-07 13:08:48

如果 XML 文件的权限对公众来说是只读的(最多 775),并且只有登录用户才能通过 PHP 进行编辑,那么您就不必担心。

If the permissions on the XML files are read-only for the public (775 at most), and only logged-in users can edit via PHP, then you shouldn't have anything to worry about.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文