add unit tests for ssrf guard, version compare, and settings validation

This commit is contained in:
Nystik
2026-06-06 18:29:48 +02:00
parent 7688de599a
commit 04be97e48c
5 changed files with 142 additions and 0 deletions

View File

@@ -183,3 +183,4 @@ router.post("/", async (req, res) => {
});
module.exports = router;
module.exports.isPrivateIp = isPrivateIp;