Bug 255888

Summary: New port: security/crlfuzz: Fast tool to scan CRLF vulnerability written in Go
Product: Ports & Packages Reporter: Gabriel M. Dutra <dutra>
Component: Individual Port(s)Assignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/dwisiswant0/crlfuzz
Attachments:
Description Flags
Shar file dutra: maintainer-approval+

Description Gabriel M. Dutra freebsd_committer freebsd_triage 2021-05-14 23:56:52 UTC
Created attachment 224952 [details]
Shar file

Fast tool to scan CRLF vulnerability written in Go

Tested on

FreeBSD: 14-amd64 14-i386 13-amd64 13-i386 12-amd64 12-i386 11-amd64 11-i386

Portlint: no errors
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-05-30 21:18:15 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a98d34a590014e5154a3c44b1e5ddb435b775aad

commit a98d34a590014e5154a3c44b1e5ddb435b775aad
Author:     Gabriel Dutra <0xdutra@gmail.com>
AuthorDate: 2021-05-30 21:14:49 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-05-30 21:14:49 +0000

    security/crlfuzz: New port: Fast tool to scan CRLF vulnerability

    PR:             255888
    Submitted by:   Gabriel Dutra <0xdutra@gmail.com>
    Approved by:    lwhsu (mentor)

 security/Makefile                |  1 +
 security/crlfuzz/Makefile (new)  | 26 ++++++++++++++++++++++++++
 security/crlfuzz/distinfo (new)  |  7 +++++++
 security/crlfuzz/pkg-descr (new) |  3 +++
 4 files changed, 37 insertions(+)
Comment 2 Guangyuan Yang freebsd_committer freebsd_triage 2021-05-30 21:19:10 UTC
Committed, thanks!