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

http: configures libhtp to allow spaces in uri #7341

Closed
wants to merge 1 commit into from

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/2881

Describe changes:

  • configures libhtp to allow spaces in URIs

Modifies #7318 with doc addition

suricata-verify-pr: 691

OISF/suricata-verify#691

@codecov
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #7341 (5a20dc9) into master (4bb0096) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #7341      +/-   ##
==========================================
- Coverage   75.85%   75.77%   -0.09%     
==========================================
  Files         656      656              
  Lines      190065   190066       +1     
==========================================
- Hits       144171   144013     -158     
- Misses      45894    46053     +159     
Flag Coverage Δ
fuzzcorpus 60.27% <100.00%> (-0.24%) ⬇️
suricata-verify 51.57% <100.00%> (+0.02%) ⬆️
unittests 61.00% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@suricata-qa
Copy link

ERROR:

ERROR: QA failed on tlpw1_files_sha256.

ERROR: QA failed on tlpr1_alerts_cmp.

Pipeline 7217

@catenacyber
Copy link
Contributor Author

Replaced by #7352

@catenacyber catenacyber closed this May 2, 2022
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Extract a simple function function to a simple header with no circular
dependencies.

Next we'll use bindgen to generate Rust bindings for this function.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Use bindgen to generate Rust bindings for "app-layer-ext.h", currently
just one function, SCAppLayerStateGetProgressFn.

We use bindgen as a build dependency and dynamically (re)build the
bindings as needed. The alternative would be to require bindgen-cli as
a build tool.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Extract a simple function function to a simple header with no circular
dependencies.

Next we'll use bindgen to generate Rust bindings for this function.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Use bindgen to generate Rust bindings for "app-layer-ext.h", currently
just one function, SCAppLayerStateGetProgressFn.

We use bindgen as a build dependency and dynamically (re)build the
bindings as needed. The alternative would be to require bindgen-cli as
a build tool.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Extract a simple function function to a simple header with no circular
dependencies.

Next we'll use bindgen to generate Rust bindings for this function.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 23, 2024
Use bindgen to generate Rust bindings for "app-layer-ext.h", currently
just one function, SCAppLayerStateGetProgressFn.

We use bindgen as a build dependency and dynamically (re)build the
bindings as needed. The alternative would be to require bindgen-cli as
a build tool.

Ticket: OISF#7341
jasonish added a commit to jasonish/suricata that referenced this pull request Oct 24, 2024
Extract a simple function function to a simple header with no circular
dependencies.

Next we'll use bindgen to generate Rust bindings for this function.

Ticket: OISF#7341
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants