From 6a0088ea9abf59c7e35b13a91060b2b3879713d9 Mon Sep 17 00:00:00 2001 From: Alan King Date: Wed, 10 Apr 2024 15:39:36 -0400 Subject: [PATCH] [#6656] Add symlink restriction to msiTarFileExtract Doxygen --- server/re/src/reDataObjOpr.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server/re/src/reDataObjOpr.cpp b/server/re/src/reDataObjOpr.cpp index e777e6eea2..e9f5a80271 100644 --- a/server/re/src/reDataObjOpr.cpp +++ b/server/re/src/reDataObjOpr.cpp @@ -3026,6 +3026,11 @@ msiCollRepl( msParam_t *collection, msParam_t *msKeyValStr, msParam_t *status, * file (inpParam1) into a target collection (inpParam2). The content of * the target collection is stored on the physical resource (inpParam3). * + * \note Structured files extracted by this microservice should not contain + * symbolic links. Symbolic links are not supported by the extraction API. + * The symlinks should be followed when creating the structured file. For + * example: This can be done with the -h option with the tar utility. + * * \usage See clients/icommands/test/rules/ * * \param[in] inpParam1 - A StructFileExtAndRegInp_MS_T or