Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkelmann committed Feb 22, 2024
2 parents 9713170 + b086b47 commit 8b3889c
Show file tree
Hide file tree
Showing 74 changed files with 4,860 additions and 1,645 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- master
pull_request:
branches:
- master

env:
CARGO_TERM_COLOR: always
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.8 (2024-02)
===

- Improve logic and context information generation of CWE-416 (use-after-free) check (PRs #423, #429)
- Enforce expression complexity limit to reduce RAM usage (PR #428)
- Implement tracking of nested parameters to improve runtime and analysis quality (PR #432)
- Reduce amount of false positives generated by CWE-416 check (PR #433)
- Added check for CWE-337: Predictable Seed in Pseudo-Random Number Generator (PR #439)

0.7 (2023-06)
====

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- Original author, maintainer 2018-2019

- [Nils-Edvin Enkelmann](https://github.com/Enkelmann)
- Maintainer since 2020
- Maintainer 2020-2024

- [Jörg Stucke](https://github.com/jstucke)

Expand Down
Loading

0 comments on commit 8b3889c

Please sign in to comment.