Skip to content

Commit

Permalink
chore: bumped version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Sep 4, 2024
1 parent 646adce commit 901e6c2
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""

__VERSION__ = '4.2-dev'
__VERSION__ = '4.2'
60 changes: 58 additions & 2 deletions src/web_interface/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,65 @@ <h3 class="my-4">Change Log</h3>
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-12" style="width:100%;column-count:2;column-rule:grey 1px dotted;column-gap:50px">

<h4>FACT 4.2-dev</h4>
<h4>FACT 4.2</h4>
<ul>
<li>ToDo</li>
<li>Features:
<ul>
<li>Web GUI:
<ul>
<li>System status page: per plugin progress</li>
<li>Revised advanced search page (better input, syntax check)</li>
<li>Clickable analysis tags (link to summary)</li>
</ul>
</li>
<li>Plugins:
<ul>
<li>Users & passwords: improved password cracking wordlist</li>
<li>CVE lookup: switched to new CVE data source</li>
<li>CVE lookup: filter out busybox results for non-existing components</li>
<li>Info leaks: find credentials in URLs</li>
</ul>
</li>
<li>Added support for Ubuntu 24.04 and Python 3.12
<li>Retired support for Ubuntu 18.04 and Python 3.7</li>
</ul>
</li>
<li>Performance/Efficiency Improvements:
<ul>
<li>Optimized analysis/unpacking progress tracking</li>
<li>More efficient analysis runtime stats</li>
<li>Faster general stats</li>
<li>Faster analysis update</li>
<li>IPC analysis plugin: Ghidra optimizations</li>
<li>DB optimization for certain operations with indices</li>
<li>New analysis plugin base class
<ul>
<li>Migrated several plugins to the new base class (migrating all remaining plugins is an ongoing process)</li>
</ul>
</li>
<li>Upload optimization (contributed by eclipsotic)</li>
</ul>
</li>
<li>Misc.:
<ul>
<li>Improved CLI logging</li>
<li>Improved configuration (switched to toml format)</li>
<li>Added file tree icon for linux kernel images</li>
<li>Updated several dependencies and fixed deprecation warnings</li>
</ul>
</li>
<li>Bug Fixes:
<ul>
<li>File download suffix fix</li>
<li>Unicode data sanitization fix</li>
<li>Extractor connection retry fix</li>
<li>Preview syntax highlighting fix</li>
<li>Stats search links fix</li>
<li>CWE checker memory limit fix</li>
<li>Backend ulimit fix</li>
<li>Several additional smaller fixes</li>
</ul>
</li>
</ul>

<h4>FACT 4.1 (2023-04-05)</h4>
Expand Down

0 comments on commit 901e6c2

Please sign in to comment.