hte-cli 0.1.24__py3-none-any.whl → 0.1.25__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hte_cli/runner.py +3 -3
- {hte_cli-0.1.24.dist-info → hte_cli-0.1.25.dist-info}/METADATA +1 -1
- {hte_cli-0.1.24.dist-info → hte_cli-0.1.25.dist-info}/RECORD +5 -5
- {hte_cli-0.1.24.dist-info → hte_cli-0.1.25.dist-info}/WHEEL +0 -0
- {hte_cli-0.1.24.dist-info → hte_cli-0.1.25.dist-info}/entry_points.txt +0 -0
hte_cli/runner.py
CHANGED
|
@@ -401,10 +401,10 @@ class TaskRunner:
|
|
|
401
401
|
logger.info(f"Using Docker sandbox: {compose_path}")
|
|
402
402
|
|
|
403
403
|
# Collect files to mount into sandbox (exclude compose.yaml and README.md)
|
|
404
|
-
# Destination depends on benchmark -
|
|
404
|
+
# Destination depends on benchmark - match container working directory
|
|
405
405
|
if benchmark == "nyuctf":
|
|
406
|
-
# NYUCTF
|
|
407
|
-
file_dest_base = "/home/ctfplayer"
|
|
406
|
+
# NYUCTF: container starts in ~/ctf_files, mount files there
|
|
407
|
+
file_dest_base = "/home/ctfplayer/ctf_files"
|
|
408
408
|
else:
|
|
409
409
|
# Default to /root for other benchmarks (cybench, etc.)
|
|
410
410
|
file_dest_base = "/root"
|
|
@@ -5,9 +5,9 @@ hte_cli/cli.py,sha256=S2FylZYU3dRctDKnEV-6BVLSINNISLXHdNh5jS4smiY,28229
|
|
|
5
5
|
hte_cli/config.py,sha256=42Xv__YMSeRLs2zhGukJkIXFKtnBtYCHnONfViGyt2g,3387
|
|
6
6
|
hte_cli/errors.py,sha256=1J5PpxcUKBu6XjigMMCPOq4Zc12tnv8LhAsiaVFWLQM,2762
|
|
7
7
|
hte_cli/events.py,sha256=LCNLPJuk_Sz-rCl1Aa3k28y10_jwAx3urbnz3OXYPmE,3937
|
|
8
|
-
hte_cli/runner.py,sha256=
|
|
8
|
+
hte_cli/runner.py,sha256=VH-EzMLJzapVeCO2x85fve4SNjD4X11mzvo0buEoDew,23831
|
|
9
9
|
hte_cli/version_check.py,sha256=WVZyGy2XfAghQYdd2N9-0Qfg-7pgp9gt4761-PnmacI,1708
|
|
10
|
-
hte_cli-0.1.
|
|
11
|
-
hte_cli-0.1.
|
|
12
|
-
hte_cli-0.1.
|
|
13
|
-
hte_cli-0.1.
|
|
10
|
+
hte_cli-0.1.25.dist-info/METADATA,sha256=sFs2us-OeR-19YijKSOiI-Y3tP7y7mHHNWiLnqiR1xc,3615
|
|
11
|
+
hte_cli-0.1.25.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
12
|
+
hte_cli-0.1.25.dist-info/entry_points.txt,sha256=XbyEEi1H14DFAt0Kdl22e_IRVEGzimSzYSh5HlhKlFA,41
|
|
13
|
+
hte_cli-0.1.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|