Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libhtp rust build fix #12217

Merged
merged 4 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion projects/libhtp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder-rust
ENV RUSTUP_TOOLCHAIN nightly-2024-07-07
RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev liblzma-dev
RUN git clone --depth 1 https://github.com/OISF/libhtp.git libhtp
RUN git clone --depth 1 https://github.com/cccs-rtmorti/libhtp-rs.git libhtp-rs
RUN git clone --branch main --depth 1 https://github.com/catenacyber/libhtp-rs.git libhtp-rs
WORKDIR $SRC
COPY build.sh $SRC/
COPY multiple.txt $SRC/
1 change: 1 addition & 0 deletions projects/libhtp/multiple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bstr_ptr
htp_connp_
htp_tx_destroy
htp_tx_set_user_data
htp_tx_get_user_data
htp_tx_register_response_body_data
htp_get_version
htp_config_