Cyber security

Project History Of Tartufo – A Comprehensive Update

Explore the evolution of Tartufo, a powerful security tool, through its detailed project history.

This article delves into significant updates, from enhanced Python support to critical bug fixes, charting its development from early 2022 to the latest release.

Discover how Tartufo has adapted to changing technological landscapes, ensuring robust security solutions for its users.

Features: * [#433] – Dropped support for deprecated flags rules, b64, hex

and corresponding code around deprecated options. Removed support for old signatures which generated with +/- chars in git diff.

  • [#411] – Drop support for python 3.6. This version reached end of life several years ago, and end of security support at the end of 2021. Users with a requirement to run tartufo on this python version should remain at v3.3.x.
  • [#403] – Add support for python 3.11. * Update various support libraries to current versions * Rebase container to python 3.11 * Add CI step to verify container is operational
  • [#348] – Add –no-git-check option to skip confirmation dialog for scan-folder

v3.3.1 – 23 Nov 2022

Bug fixes: * [#408] – 3.3.0 container broken

  • Rebuild container using python 3.10 base instead of python 3.11
  • Eliminates reference to missing library present in 3.3.0 container
  • Eliminates requirement for build-it-yerself libraries in container

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

2 days ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

3 days ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

3 days ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

4 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

4 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

6 days ago