Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
0999e8ee
Commit
0999e8ee
authored
1 year ago
by
Palle Girgensohn
Browse files
Options
Downloads
Patches
Plain Diff
security/go-cve-dictionary: fix bugs in the periodic script
parent
b759dfac
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
security/go-cve-dictionary/Makefile
+1
-0
1 addition, 0 deletions
security/go-cve-dictionary/Makefile
security/go-cve-dictionary/files/periodic-go-cve-dictionary.in
+3
-3
3 additions, 3 deletions
...ity/go-cve-dictionary/files/periodic-go-cve-dictionary.in
with
4 additions
and
3 deletions
security/go-cve-dictionary/Makefile
+
1
−
0
View file @
0999e8ee
PORTNAME
=
go-cve-dictionary
DISTVERSIONPREFIX
=
v
DISTVERSION
=
0.10.1
PORTREVISION
=
1
CATEGORIES
=
security
MAINTAINER
=
girgen@FreeBSD.org
...
...
This diff is collapsed.
Click to expand it.
security/go-cve-dictionary/files/periodic-go-cve-dictionary.in
+
3
−
3
View file @
0999e8ee
...
...
@@ -25,10 +25,10 @@ fi
# You can add arguments per database, for example
# daily_go_cve_dictionary_nvd_args="2020 2021 2022 2023 2024"
case
"
${
daily_go_cve_dictionary_
databases
}
"
in
case
"
${
daily_go_cve_dictionary_
enable
}
"
in
[
Yy][Ee][Ss]
)
for
db
in
${
go_cve_dictionary_databases
}
;
do
eval
args
=
"
\$
{go_cve_dictionary_
${
db
}
_args}"
for
db
in
${
daily_
go_cve_dictionary_databases
}
;
do
eval
args
=
"
\$
{
daily_
go_cve_dictionary_
${
db
}
_args}"
su
-fm
%%USERS%%
\
-c
"/usr/bin/env HOME=/var/db/vuls %%PREFIX%%/bin/go-cve-dictionary fetch
${
db
}
${
args
}
"
\
>>
/var/log/vuls/go-cve-dictionary-updates.log 2>&1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment