Skip to content

Commit

Permalink
WIP: migrate to latest libafl 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTNO committed Dec 6, 2024
1 parent 38c3062 commit f2e0a49
Show file tree
Hide file tree
Showing 13 changed files with 247 additions and 564 deletions.
485 changes: 126 additions & 359 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ iter-read = "1.0.1"
json_env_logger2 = "0.2.1"
lazy_static = "1.4.0"
lcov = "0.8"
libafl = "=0.13.2"
libafl_bolts = "0.13.2"
libafl = "=0.14.1"
libafl_bolts = { version = "0.14.1", features = ["prelude"] }
log = { version = "0.4.21", features = ["serde"] }
num = { version = "0.4.2", default-features = false }
num-derive = "0.4.2"
Expand All @@ -76,7 +76,6 @@ regex = "1.11.1"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
reqwest_cookie_store = "0.7.0"
rusqlite = { version = "0.31.0", features = ["bundled"] }
rustc-demangle = "=0.1.21"
serde = { version = "1.0", default-features = false, features = [
"alloc",
"derive",
Expand Down
29 changes: 0 additions & 29 deletions LICENSE.THIRDPARTY
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,6 @@ Components:
- typewit
- typewit_proc_macros

===============================================================================
Zlib LICENSE NOTICE

Copyright (c) 2024 Orson Peters

This software is provided 'as-is', without any express or implied warranty. In
no event will the authors be held liable for any damages arising from the use of
this software.

Permission is granted to anyone to use this software for any purpose, including
commercial applications, and to alter it and redistribute it freely, subject to
the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim
that you wrote the original software. If you use this software in a product,
an acknowledgment in the product documentation would be appreciated but is
not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

Components:

- foldhash

===============================================================================
BSD-3-Clause LICENSE NOTICE

Expand Down Expand Up @@ -91,8 +64,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Components:

- c2rust-bitfields
- c2rust-bitfields-derive
- encoding_rs
- subtle

Expand Down
Loading

0 comments on commit f2e0a49

Please sign in to comment.