Bug 255888 - New port: security/crlfuzz: Fast tool to scan CRLF vulnerability written in Go
Summary: New port: security/crlfuzz: Fast tool to scan CRLF vulnerability written in Go
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL: https://github.com/dwisiswant0/crlfuzz
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-14 23:56 UTC by Gabriel M. Dutra
Modified: 2021-05-30 21:19 UTC (History)
1 user (show)

See Also:


Attachments
Shar file (1.65 KB, text/plain)
2021-05-14 23:56 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
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!