Skip to content

Commit

Permalink
Merge pull request #810 from timopollmeier/update-feed-info-master
Browse files Browse the repository at this point in the history
Update SCAP and CERT feed info in sync scripts (master)
  • Loading branch information
mattmundell authored Oct 21, 2019
2 parents 4723e22 + a8296ab commit 3a8cd38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Speed up the HELP 'brief' case [#807](https://github.com/greenbone/gvmd/pull/807)

### Changed
- Update SCAP and CERT feed info in sync scripts [#810](https://github.com/greenbone/gvmd/pull/810)

### Fixed
- Add NULL check in nvts_feed_version_epoch [#768](https://github.com/greenbone/gvmd/pull/768)
Expand Down
8 changes: 4 additions & 4 deletions tools/greenbone-certdata-sync.in
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ then
fi

if [ -z "$FEED_HOME" ] ; then
FEED_HOME="http://www.greenbone.net/technology/gsf.html"
FEED_HOME="https://www.greenbone.net/en/security-feed/"
fi

else
RESTRICTED=0

if [ -z "$FEED_NAME" ] ; then
FEED_NAME="OpenVAS CERT Feed"
FEED_NAME="Greenbone Community CERT Feed"
fi

if [ -z "$FEED_VENDOR" ] ; then
FEED_VENDOR="The OpenVAS Project"
FEED_VENDOR="Greenbone Networks GmbH"
fi

if [ -z "$FEED_HOME" ] ; then
FEED_HOME="http://www.openvas.org/"
FEED_HOME="https://community.greenbone.net/t/about-greenbone-community-feed-gcf/1224"
fi

if [ -z "$COMMUNITY_CERT_RSYNC_FEED" ]; then
Expand Down
8 changes: 4 additions & 4 deletions tools/greenbone-scapdata-sync.in
Original file line number Diff line number Diff line change
Expand Up @@ -120,22 +120,22 @@ then
fi

if [ -z "$FEED_HOME" ] ; then
FEED_HOME="http://www.greenbone.net/technology/gsf.html"
FEED_HOME="https://www.greenbone.net/en/security-feed/"
fi

else
RESTRICTED=0

if [ -z "$FEED_NAME" ] ; then
FEED_NAME="OpenVAS SCAP Feed"
FEED_NAME="Greenbone Community SCAP Feed"
fi

if [ -z "$FEED_VENDOR" ] ; then
FEED_VENDOR="The OpenVAS Project"
FEED_VENDOR="Greenbone Networks GmbH"
fi

if [ -z "$FEED_HOME" ] ; then
FEED_HOME="http://www.openvas.org/"
FEED_HOME="https://community.greenbone.net/t/about-greenbone-community-feed-gcf/1224"
fi

if [ -z "$COMMUNITY_SCAP_RSYNC_FEED" ]; then
Expand Down

0 comments on commit 3a8cd38

Please sign in to comment.