Attention is currently required from: Hoernchen.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/42625?usp=email )
Change subject: osmo-smdpp.py: fix path Traversal Bypass in SM-DP+ (CWE-22) ......................................................................
Patch Set 1:
(1 comment)
File osmo-smdpp.py:
https://gerrit.osmocom.org/c/pysim/+/42625/comment/a195ec08_6e9030a0?usp=ema... : PS1, Line 644: if not pathlib.Path(path).resolve().is_relative_to(self.upp_dir): I got the hint that resolving self.upp_dir as well might make sense in case we ever might end up using symlinks in the upp_dir.