Skip to content

Commit e6db3d2

Browse files
committed
Remove run.sh as it is no longer necessary
1 parent d4f3077 commit e6db3d2

4 files changed

Lines changed: 1 addition & 7 deletions

File tree

what-is-a-bug/libxml-cve-2023-28484/challenge/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ RUN mkdir -p /challenge/bin;\
1919
gcc -I/challenge/include/libxml2 -o /challenge/bin/parse_xsd /challenge/*.c -L/challenge/lib -Wl,-rpath=/challenge/lib -lxml2;\
2020
chmod 6755 /challenge/bin/parse_xsd
2121

22-
COPY run.sh /challenge/run
23-
RUN chmod 6755 /challenge/run
24-
2522

what-is-a-bug/libxml-cve-2023-28484/challenge/run.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.
10 Bytes
Binary file not shown.

what-is-a-bug/libxml-cve-2023-28484/tests_public/test_testcases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cat > /tmp/pass.xsd << 'EOF'
1515
</xs:schema>
1616
EOF
1717

18-
/challenge/run /tmp/pass.xsd
18+
/challenge/bin/parse_xsd /tmp/pass.xsd

0 commit comments

Comments
 (0)