Subject: CVS commit: pkgsrc/security/nuclei
From: Leonardo Taccari
Date: 2023-07-23 18:02:22
Message id: 20230723160222.EA762FBDB@cvs.NetBSD.org

Log Message:
httpx: Update to 1.3.4

Changes:
v1.3.4
### Features
* Added error page classifier with automatic filtering

```console
   -fep, -filter-error-page  filter response with ML based error page detection
```

* Added support for multiple output format

```console
   -oa, -output-all  filename to write output results in all formats
```

* Added html index (`screenshot.html`) file for screenshots
* Added custom config input support

```console
   -config string  path to the httpx configuration file (default \ 
$HOME/.config/httpx/config.yaml)

### Bugs
* Fixed `-tls-grab` option issue in ztls mode
* Fixed issue with `-sr` option when used with `-x` option

### Maintenance
* Made output response fields public

### Other Changes
* Fixed github.com/bxcodec/faker/v4 is deprecated

v1.3.3
### Features
* Added Support for TLS ClientHello randomization (experimental)
```console
   -tlsi, -tls-impersonate  enable experimental client hello (ja3) tls randomization
```

### Bugs
* Fixed issue with `rateLimiter` not stop
* Fixed issue to skip body read with status code 304
* Fixed issue to remove duplicate `onresult` option

v1.3.2
### Bugs
* Fixed issue ignoring http path with port option
* Fixed issue to write missing screenshots to index file

### Other Changes
* Added `-no-stdin` option

Files:
RevisionActionfile
1.7modifypkgsrc/security/nuclei/Makefile
1.4modifypkgsrc/security/nuclei/distinfo
1.4modifypkgsrc/security/nuclei/go-modules.mk