[v2,0/4] leaking_addresses: Provide mechanism to scan binary files

Message ID 20240222215755.it.764-kees@kernel.org
Headers
Series leaking_addresses: Provide mechanism to scan binary files |

Message

Kees Cook Feb. 22, 2024, 10 p.m. UTC
  Hi,

Since I was in this script for the binary file scanning, I did other
clean-ups and tweaked the MAINTAINERS file per Tycho's suggestion.

Changes in v2: patches 1-3, move hex() after ^0 skip
Prior v1: https://lore.kernel.org/linux-hardening/20240218173809.work.286-kees@kernel.org/

-Kees

Kees Cook (4):
  MAINTAINERS: Update LEAKING_ADDRESSES details
  leaking_addresses: Use File::Temp for /tmp files
  leaking_addresses: Ignore input device status lines
  leaking_addresses: Provide mechanism to scan binary files

 MAINTAINERS                  |  4 +-
 scripts/leaking_addresses.pl | 90 +++++++++++++++++++++++++++++-------
 2 files changed, 76 insertions(+), 18 deletions(-)
  

Comments

Tycho Andersen Feb. 22, 2024, 11:55 p.m. UTC | #1
Hi Kees,

On Thu, Feb 22, 2024 at 02:00:47PM -0800, Kees Cook wrote:
> Hi,
> 
> Since I was in this script for the binary file scanning, I did other
> clean-ups and tweaked the MAINTAINERS file per Tycho's suggestion.

Thanks, the whole series is:

Reviewed-by: Tycho Andersen <tandersen@netflix.com>

I also pinged Tobin off-list with this thread, perhaps he will respond
here.

Tycho