aboutsummaryrefslogtreecommitdiff
path: root/security/vuls
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/vuls: Update to 0.13.7Dmitri Goutnik2021-01-242-70/+39
| | | | | | | | | | | | | | While here, also - Remove GH_SUBDIR, not needed with go:modules - Remove redundant post-patch target Changes: https://github.com/future-architect/vuls/releases/tag/v0.13.7 PR: 251685 Approved by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Notes: svn path=/head/; revision=562483
* Mark BROKENAntoine Brodin2020-12-251-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=559230
* security/vuls: Update to 0.9.0Rainer Hurling2020-12-086-255/+407
| | | | | | | | | | | | | | | | This patch updates from v0.6.1 to only v0.9.0 [1] for a smooth upgrade experience. The next one will update from 0.9.0 to 0.13.7 [2]. [1] https://github.com/future-architect/vuls/releases/tag/v0.9.0 [2] https://github.com/future-architect/vuls/releases PR: 251654 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Approved by: tcberner (mentor) Notes: svn path=/head/; revision=557282
* security/vuls: Unbreak on aarch64Dmitri Goutnik2020-02-222-4/+5
| | | | | | | | PR: 242445 Approved by: iscandr@gmail.com (maintainer timeout, >2 months) Notes: svn path=/head/; revision=526771
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-95/+90
| | | | | | | | | | | | | | | misc-shells) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21743 Notes: svn path=/head/; revision=513275
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+6
| | | | Notes: svn path=/head/; revision=508909
* Fix the a ports that were broken but did not know it.Mathieu Arnold2019-05-031-2/+0
| | | | | | | Differential Revision: https://reviews.freebsd.org/D20140 Notes: svn path=/head/; revision=500732
* security/vuls: USES=go does not take any argumentsTobias Kortkamp2019-04-021-1/+1
| | | | | | | | Submitted by: Dmitri Goutnik <dg@syrec.org> Differential Revision: https://reviews.freebsd.org/D19803 Notes: svn path=/head/; revision=497578
* security/vuls: Update to 0.6.1Steve Wills2018-11-267-320/+264
| | | | | | | | PR: 233525 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Notes: svn path=/head/; revision=485909
* security/vuls: Update to 0.4.2Steve Wills2017-12-052-8/+8
| | | | | | | | PR: 224102 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Notes: svn path=/head/; revision=455595
* security/vuls: Update to 0.4.1Danilo G. Baio2017-11-022-6/+10
| | | | | | | | | | | | | | Add slack build dependency. While here, improve LICENSE. Changes: https://github.com/future-architect/vuls/releases/tag/v0.4.1 PR: 223375 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Notes: svn path=/head/; revision=453348
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-011-1/+1
| | | | Notes: svn path=/head/; revision=453284
* Update to 0.4.0, reordered tuple alphabetically for sanity and cleanup fixed ↵Richard Gallamore2017-09-035-283/+223
| | | | | | | | | | | | | items upstream PR: 221868 Submitted by: Alexandru Ciobanu (maintainer) Reviewed by: lifanov (mentor), matthew (mentor) Approved by: lifanov (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12209 Notes: svn path=/head/; revision=449215
* Vuls is an agentless vulnerability scanner written in golang.Richard Gallamore2017-07-2811-0/+540
It can scan localhost or remote hosts via SSH. Vuls has a Terminal-Based User Interface(TUI) to display the scan results. Vuls' features include: * scan for vulnerabilitie in Ubuntu, Debian, CentOS, Amazon Linux, RHEL, Oracle Linux, FreeBSD and Raspbian; * scan middleware that are not included in OS package management; * nondestructive testing; * email and slack notification. WWW: https://github.com/future-architect/vuls PR: 220328 Submitted by: Alexandru Ciobanu <iscandr@gmail.com> (maintainer) Reviewed by: matthew (mentor), mat Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11746 Notes: svn path=/head/; revision=446844