Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed sync #456

Draft
wants to merge 111 commits into
base: main
Choose a base branch
from
Draft

Feed sync #456

wants to merge 111 commits into from

Commits on Mar 6, 2024

  1. Create gvm-feed-sync-docs

    The first version of a comprehensive feed synchronization documentation.
    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7ec84df View commit details
    Browse the repository at this point in the history
  2. Delete gvm-feed-sync-docs

    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a03f3a0 View commit details
    Browse the repository at this point in the history
  3. Create greenbone-feed-sync-docs.md

    The first draft of a comprehensive Greenbone feed sync instruction manual
    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4448f26 View commit details
    Browse the repository at this point in the history
  4. Update greenbone-feed-sync-docs.md

    updates for clarity
    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b112f6d View commit details
    Browse the repository at this point in the history
  5. Update greenbone-feed-sync-docs.md

    Added logo
    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    46d936a View commit details
    Browse the repository at this point in the history
  6. Update greenbone-feed-sync-docs.md

    Small additions
    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9936598 View commit details
    Browse the repository at this point in the history
  7. created feed-sync docs

    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a03379f View commit details
    Browse the repository at this point in the history
  8. feed-sync changes

    syspect-tech authored and syspect-sec committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    693ad85 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Removed the file and refernces to web interface documentation to keep…

    … this branch only include feed-sync docs
    syspect-tech authored and syspect-sec committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0688cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da852a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    894013f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bfbac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    0a5976c View commit details
    Browse the repository at this point in the history
  2. Fix: Fix compose command for downloading gvmd data manually

    The greenbone-feed-sync application must be run within a
    greenbone-feed-sync container. Otherwise it wont be available.
    bjoernricks authored and greenbonebot committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bb7343a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Bump the python-packages group with 3 updates

    Bumps the python-packages group with 3 updates: [importlib-metadata](https://github.com/python/importlib_metadata), [packaging](https://github.com/pypa/packaging) and [zipp](https://github.com/jaraco/zipp).
    
    
    Updates `importlib-metadata` from 7.0.1 to 7.1.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.0.1...v7.1.0)
    
    Updates `packaging` from 23.2 to 24.0
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@23.2...24.0)
    
    Updates `zipp` from 3.17.0 to 3.18.1
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.17.0...v3.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: importlib-metadata
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: packaging
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9a29da6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Bump idna from 3.6 to 3.7

    Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2ff3c96 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Add: openvas logs

    To be able to see openvas logs more easily a new service `openvas` is
    added. This service tails over `/var/log/openvas/openvas.log`.
    
    Additionally an configuration step `configure-openvas` is added. This
    sets the openvas log level to 128 and changes to log output to
    `/var/log/openvas/openvas.log` instead of `/var/log/gvm/openvas.log`.
    
    To change the log level you can replace the `128` to the desired log
    level.
    nichtsfrei authored and greenbonebot committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    598ae51 View commit details
    Browse the repository at this point in the history
  2. Add: openvasd Remove: notus

    With greenbone/openvas-scanner#1519
    notus is deprecated in favour of openvasd/notus endpoint.
    
    For more details see: https://greenbone.github.io/scanner-api/
    for a general overview of the API implemented by openvasd.
    
    This removes the dependencies of a mqtt broker as well as notus service.
    nichtsfrei authored and greenbonebot committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    217ffdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    881f3a4 View commit details
    Browse the repository at this point in the history
  4. Update changelog.md

    bjoernricks authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fbd9986 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix: can not open or create log file

    When executing docker-compose on some systems:
    ```
    Can not open or create log file or directory. Please check permissions of log files listed in /etc/openvas/openvas_log.conf
    ```
    
    occurs. To fix that we create a openvas.log upfront with the
    persmissions `666`.
    nichtsfrei authored and bjoernricks committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e0b4711 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. OpenVasd Build Documation

    Fixed export variable for the path name for OpenVasd.
    Toys0125 authored and greenbonebot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ef15a28 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Bump the python-packages group with 2 updates

    Bumps the python-packages group with 2 updates: [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild).
    
    
    Updates `sphinx` from 7.2.6 to 7.3.7
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)
    
    Updates `sphinx-autobuild` from 2024.2.4 to 2024.4.16
    - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
    - [Commits](sphinx-doc/sphinx-autobuild@2024.02.04...2024.04.16)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: sphinx-autobuild
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    046bcae View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    cd4ff0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de40eee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86f60e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5432d6 View commit details
    Browse the repository at this point in the history
  5. Add: openvasd configuration

    nichtsfrei authored and greenbonebot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    844bee7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56f7bb3 View commit details
    Browse the repository at this point in the history
  7. Add: remove cargo from Debian and Centos

    Never touch a running system means in those cases that cargo and rustc
    are too old to compile `OpenVASD`, therefore the instructions cannot
    rely on the paketmanager and it needs to be installed via rustup.rs
    nichtsfrei authored and greenbonebot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    77aafe5 View commit details
    Browse the repository at this point in the history
  8. Add: scnnaerctl to openvasd, respect $INSTALL_DIR

    Adds a description for scannerctl as well and respects $INSTALL_DIR
    mentions within openvasd build.
    nichtsfrei authored and greenbonebot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    21d6ee9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b4041ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    646fb16 View commit details
    Browse the repository at this point in the history
  11. Fix captions for code block

    bjoernricks authored and greenbonebot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    6cc0bc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Bump the python-packages group with 3 updates

    Bumps the python-packages group with 3 updates: [myst-parser](https://github.com/executablebooks/MyST-Parser), [furo](https://github.com/pradyunsg/furo) and [docutils](https://docutils.sourceforge.io).
    
    
    Updates `myst-parser` from 2.0.0 to 3.0.1
    - [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
    - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
    - [Commits](executablebooks/MyST-Parser@v2.0.0...v3.0.1)
    
    Updates `furo` from 2024.1.29 to 2024.4.27
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.01.29...2024.04.27)
    
    Updates `docutils` from 0.20.1 to 0.21.2
    
    ---
    updated-dependencies:
    - dependency-name: myst-parser
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: docutils
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7debfad View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Update workflows.md

    Added TLS_MTA_CERTCHECK to the documentation
    Nicolaj-H authored and greenbonebot committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a9738ae View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Bump the python-packages group with 3 updates

    Bumps the python-packages group with 3 updates: [babel](https://github.com/python-babel/babel), [jinja2](https://github.com/pallets/jinja) and [pygments](https://github.com/pygments/pygments).
    
    
    Updates `babel` from 2.14.0 to 2.15.0
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.14.0...v2.15.0)
    
    Updates `jinja2` from 3.1.3 to 3.1.4
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    Updates `pygments` from 2.17.2 to 2.18.0
    - [Release notes](https://github.com/pygments/pygments/releases)
    - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
    - [Commits](pygments/pygments@2.17.2...2.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: babel
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: jinja2
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: pygments
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed May 6, 2024
    Configuration menu
    Copy the full SHA
    23327f7 View commit details
    Browse the repository at this point in the history
  2. Small change to configuring gsad.service for remote access

    A small change to fix a typo in the path of gsad.service file and include the additional steps to restart the gsad.service after changes.
    syspect-sec authored and greenbonebot committed May 6, 2024
    Configuration menu
    Copy the full SHA
    46e3164 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Bump the python-packages group with 2 updates

    Bumps the python-packages group with 2 updates: [furo](https://github.com/pradyunsg/furo) and [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins).
    
    
    Updates `furo` from 2024.4.27 to 2024.5.6
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.04.27...2024.05.06)
    
    Updates `mdit-py-plugins` from 0.4.0 to 0.4.1
    - [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
    - [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
    - [Commits](executablebooks/mdit-py-plugins@v0.4.0...v0.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: mdit-py-plugins
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a2b589d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Create gvm-feed-sync-docs

    The first version of a comprehensive feed synchronization documentation.
    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f6aa8b0 View commit details
    Browse the repository at this point in the history
  2. Delete gvm-feed-sync-docs

    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c9c382c View commit details
    Browse the repository at this point in the history
  3. Create greenbone-feed-sync-docs.md

    The first draft of a comprehensive Greenbone feed sync instruction manual
    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cfaa584 View commit details
    Browse the repository at this point in the history
  4. Update greenbone-feed-sync-docs.md

    updates for clarity
    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    950d860 View commit details
    Browse the repository at this point in the history
  5. Update greenbone-feed-sync-docs.md

    Added logo
    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3f210d0 View commit details
    Browse the repository at this point in the history
  6. Update greenbone-feed-sync-docs.md

    Small additions
    syspect-tech authored and syspect-sec committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8e03c40 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. ---

    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6baca0d View commit details
    Browse the repository at this point in the history
  2. ---

    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    529a765 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7de60c View commit details
    Browse the repository at this point in the history
  4. Adjusted changelog.md

    syspect-sec authored and greenbonebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a21dc39 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Bump the python-packages group with 4 updates

    Bumps the python-packages group with 4 updates: [anyio](https://github.com/agronholm/anyio), [requests](https://github.com/psf/requests), [typing-extensions](https://github.com/python/typing_extensions) and [zipp](https://github.com/jaraco/zipp).
    
    
    Updates `anyio` from 4.3.0 to 4.4.0
    - [Release notes](https://github.com/agronholm/anyio/releases)
    - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
    - [Commits](agronholm/anyio@4.3.0...4.4.0)
    
    Updates `requests` from 2.32.1 to 2.32.2
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.1...v2.32.2)
    
    Updates `typing-extensions` from 4.11.0 to 4.12.0
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.11.0...4.12.0)
    
    Updates `zipp` from 3.18.2 to 3.19.0
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.18.2...v3.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: anyio
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: requests
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: typing-extensions
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed May 27, 2024
    Configuration menu
    Copy the full SHA
    53e4449 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Fix: Typo in environment variable

    n-thumann authored and greenbonebot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e6d89ed View commit details
    Browse the repository at this point in the history
  2. Fix: Typo in comment

    n-thumann authored and greenbonebot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b5f3223 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump the python-packages group with 6 updates

    Bumps the python-packages group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` |
    | [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` |
    | [typing-extensions](https://github.com/python/typing_extensions) | `4.12.0` | `4.12.1` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.1` |
    | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.21.0` | `0.22.0` |
    | [zipp](https://github.com/jaraco/zipp) | `3.19.0` | `3.19.1` |
    
    
    Updates `certifi` from 2024.2.2 to 2024.6.2
    - [Commits](certifi/python-certifi@2024.02.02...2024.06.02)
    
    Updates `requests` from 2.32.2 to 2.32.3
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.2...v2.32.3)
    
    Updates `typing-extensions` from 4.12.0 to 4.12.1
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.12.0...4.12.1)
    
    Updates `uvicorn` from 0.29.0 to 0.30.1
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.29.0...0.30.1)
    
    Updates `watchfiles` from 0.21.0 to 0.22.0
    - [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
    - [Commits](samuelcolvin/watchfiles@v0.21.0...v0.22.0)
    
    Updates `zipp` from 3.19.0 to 3.19.1
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.19.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: requests
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: typing-extensions
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: uvicorn
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: watchfiles
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b7f10b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Bump the python-packages group with 3 updates

    Bumps the python-packages group with 3 updates: [packaging](https://github.com/pypa/packaging), [typing-extensions](https://github.com/python/typing_extensions) and [zipp](https://github.com/jaraco/zipp).
    
    
    Updates `packaging` from 24.0 to 24.1
    - [Release notes](https://github.com/pypa/packaging/releases)
    - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
    - [Commits](pypa/packaging@24.0...24.1)
    
    Updates `typing-extensions` from 4.12.1 to 4.12.2
    - [Release notes](https://github.com/python/typing_extensions/releases)
    - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
    - [Commits](python/typing_extensions@4.12.1...4.12.2)
    
    Updates `zipp` from 3.19.1 to 3.19.2
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.19.1...v3.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: packaging
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: typing-extensions
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2e6a1af View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Bump urllib3 from 2.2.1 to 2.2.2

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.1...2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4a4c831 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Bump the python-packages group across 1 directory with 2 updates

    Bumps the python-packages group with 2 updates in the / directory: [certifi](https://github.com/certifi/python-certifi) and [importlib-metadata](https://github.com/python/importlib_metadata).
    
    
    Updates `certifi` from 2024.6.2 to 2024.7.4
    - [Commits](certifi/python-certifi@2024.06.02...2024.07.04)
    
    Updates `importlib-metadata` from 7.1.0 to 8.0.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v7.1.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: importlib-metadata
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9c5f0a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Bump exceptiongroup from 1.2.1 to 1.2.2 in the python-packages group

    Bumps the python-packages group with 1 update: [exceptiongroup](https://github.com/agronholm/exceptiongroup).
    
    
    Updates `exceptiongroup` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/agronholm/exceptiongroup/releases)
    - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
    - [Commits](agronholm/exceptiongroup@1.2.1...1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: exceptiongroup
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f948785 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    9d92ac4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Change color of visited links

    k-schlosser authored and greenbonebot committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    97071b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    f3cbf90 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Update version of ospd-openvas (greenbone#494)

    * Update version of ospd-openvas
    
    * Bump version of openvas-scanner to 23.8.0
    k-schlosser authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d3b38d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11cf575 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Bump the python-packages group across 1 directory with 10 updates

    Bumps the python-packages group with 10 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `7.4.7` |
    | [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.7.18` |
    | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.0.0` | `8.2.0` |
    | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.8` | `2.0.0` |
    | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.6` | `2.0.0` |
    | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.5` | `2.1.0` |
    | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.7` | `2.0.0` |
    | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.10` | `2.0.0` |
    | [starlette](https://github.com/encode/starlette) | `0.37.2` | `0.38.2` |
    | [uvicorn](https://github.com/encode/uvicorn) | `0.30.1` | `0.30.3` |
    
    
    
    Updates `sphinx` from 7.3.7 to 7.4.7
    - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinx@v7.3.7...v7.4.7)
    
    Updates `furo` from 2024.5.6 to 2024.7.18
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.05.06...2024.07.18)
    
    Updates `importlib-metadata` from 8.0.0 to 8.2.0
    - [Release notes](https://github.com/python/importlib_metadata/releases)
    - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
    - [Commits](python/importlib_metadata@v8.0.0...v8.2.0)
    
    Updates `sphinxcontrib-applehelp` from 1.0.8 to 2.0.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-applehelp@1.0.8...2.0.0)
    
    Updates `sphinxcontrib-devhelp` from 1.0.6 to 2.0.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-devhelp@1.0.6...2.0.0)
    
    Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-htmlhelp@2.0.5...2.1.0)
    
    Updates `sphinxcontrib-qthelp` from 1.0.7 to 2.0.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-qthelp/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-qthelp@1.0.7...2.0.0)
    
    Updates `sphinxcontrib-serializinghtml` from 1.1.10 to 2.0.0
    - [Release notes](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases)
    - [Changelog](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst)
    - [Commits](sphinx-doc/sphinxcontrib-serializinghtml@1.1.10...2.0.0)
    
    Updates `starlette` from 0.37.2 to 0.38.2
    - [Release notes](https://github.com/encode/starlette/releases)
    - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
    - [Commits](encode/starlette@0.37.2...0.38.2)
    
    Updates `uvicorn` from 0.30.1 to 0.30.3
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.1...0.30.3)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: importlib-metadata
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: sphinxcontrib-applehelp
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: sphinxcontrib-devhelp
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: sphinxcontrib-htmlhelp
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: sphinxcontrib-qthelp
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: sphinxcontrib-serializinghtml
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: python-packages
    - dependency-name: starlette
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: uvicorn
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d10212d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    80f745f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    4f96cd7 View commit details
    Browse the repository at this point in the history
  2. Bump uvicorn from 0.30.3 to 0.30.5 in the python-packages group

    Bumps the python-packages group with 1 update: [uvicorn](https://github.com/encode/uvicorn).
    
    
    Updates `uvicorn` from 0.30.3 to 0.30.5
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.3...0.30.5)
    
    ---
    updated-dependencies:
    - dependency-name: uvicorn
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    eaa415e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Revert "Updated line 62 and 202 with ne registry"

    This reverts commit 4f96cd7.
    y0urself authored and greenbonebot committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    35b5954 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Bump the python-packages group with 5 updates

    Bumps the python-packages group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [furo](https://github.com/pradyunsg/furo) | `2024.7.18` | `2024.8.6` |
    | [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` |
    | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
    | [watchfiles](https://github.com/samuelcolvin/watchfiles) | `0.22.0` | `0.23.0` |
    | [zipp](https://github.com/jaraco/zipp) | `3.19.2` | `3.20.0` |
    
    
    Updates `furo` from 2024.7.18 to 2024.8.6
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2024.07.18...2024.08.06)
    
    Updates `babel` from 2.15.0 to 2.16.0
    - [Release notes](https://github.com/python-babel/babel/releases)
    - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
    - [Commits](python-babel/babel@v2.15.0...v2.16.0)
    
    Updates `pyyaml` from 6.0.1 to 6.0.2
    - [Release notes](https://github.com/yaml/pyyaml/releases)
    - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES)
    - [Commits](yaml/pyyaml@6.0.1...6.0.2)
    
    Updates `watchfiles` from 0.22.0 to 0.23.0
    - [Release notes](https://github.com/samuelcolvin/watchfiles/releases)
    - [Commits](samuelcolvin/watchfiles@v0.22.0...v0.23.0)
    
    Updates `zipp` from 3.19.2 to 3.20.0
    - [Release notes](https://github.com/jaraco/zipp/releases)
    - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
    - [Commits](jaraco/zipp@v3.19.2...v3.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: babel
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: pyyaml
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: watchfiles
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: zipp
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and greenbonebot committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4e757fc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update src/feed-sync.md

    Correct product name with capital letters.
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2397d87 View commit details
    Browse the repository at this point in the history
  2. Update src/feed-sync.md

    make title more susinct
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aec90f7 View commit details
    Browse the repository at this point in the history
  3. Update src/feed-sync.md

    Correct the pluralization for number of Greenbone feed-sync scripts in the package.
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c25d8d4 View commit details
    Browse the repository at this point in the history
  4. Update src/feed-sync.md

    Add extra paragraph spacing
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ef915da View commit details
    Browse the repository at this point in the history
  5. Update src/feed-sync.md

    Correct grammar in section title
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    55347bc View commit details
    Browse the repository at this point in the history
  6. Update src/feed-sync.md

    Correct grammatical mistakes and improved style
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    558ffc4 View commit details
    Browse the repository at this point in the history
  7. Update src/feed-sync.md

    Correct title
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    14e15a2 View commit details
    Browse the repository at this point in the history
  8. Update src/feed-sync.md

    Add paragraph spacing
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e0f351c View commit details
    Browse the repository at this point in the history
  9. Update src/feed-sync.md

    Add hyphen for improved style
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aac3c42 View commit details
    Browse the repository at this point in the history
  10. Update src/feed-sync.md

    Co-authored-by: Jaspar Stach <[email protected]>
    syspect-sec and y0urself authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fea2ceb View commit details
    Browse the repository at this point in the history
  11. Update src/feed-sync.md

    Co-authored-by: Jaspar Stach <[email protected]>
    syspect-sec and y0urself authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8670810 View commit details
    Browse the repository at this point in the history
  12. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4cddf2f View commit details
    Browse the repository at this point in the history
  13. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    59cd4cb View commit details
    Browse the repository at this point in the history
  14. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c8b1bb4 View commit details
    Browse the repository at this point in the history
  15. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8844977 View commit details
    Browse the repository at this point in the history
  16. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c4e12a1 View commit details
    Browse the repository at this point in the history
  17. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8aa92ae View commit details
    Browse the repository at this point in the history
  18. Update src/feed-sync.md

    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    deb3378 View commit details
    Browse the repository at this point in the history
  19. Apply suggestions from code review

    Batch commit for changes
    
    Co-authored-by: Kristin Schlosser <[email protected]>
    syspect-sec and k-schlosser authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f5216d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Create gvm-feed-sync-docs

    The first version of a comprehensive feed synchronization documentation.
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    654e742 View commit details
    Browse the repository at this point in the history
  2. Delete gvm-feed-sync-docs

    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    0cc42ab View commit details
    Browse the repository at this point in the history
  3. Create greenbone-feed-sync-docs.md

    The first draft of a comprehensive Greenbone feed sync instruction manual
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e1399ff View commit details
    Browse the repository at this point in the history
  4. Update greenbone-feed-sync-docs.md

    updates for clarity
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9449622 View commit details
    Browse the repository at this point in the history
  5. Update greenbone-feed-sync-docs.md

    Added logo
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2bdd6bb View commit details
    Browse the repository at this point in the history
  6. Update greenbone-feed-sync-docs.md

    Small additions
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    973d54d View commit details
    Browse the repository at this point in the history
  7. created feed-sync docs

    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e3b422b View commit details
    Browse the repository at this point in the history
  8. feed-sync changes

    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f888b01 View commit details
    Browse the repository at this point in the history
  9. Removed the file and refernces to web interface documentation to keep…

    … this branch only include feed-sync docs
    syspect-tech authored and syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    87138bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f4122a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a62b20a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    526a072 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6fdd97 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e993ec2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0fd77a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9f8335d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7144b1e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    238b055 View commit details
    Browse the repository at this point in the history
  19. fixed problems with the src/feed-sync.md file. Some fragments of the …

    …conflicts were remaining in the file.
    syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f5238c2 View commit details
    Browse the repository at this point in the history
  20. Changed the context of the introduction paragraph to refer to a singl…

    …e Greenbone Community Feed
    syspect-sec committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c55e4a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Update greenbone-feed-sync-docs.md

    Co-authored-by: Jaspar Stach <[email protected]>
    k-schlosser and y0urself authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c6ea3b7 View commit details
    Browse the repository at this point in the history
  2. Update greenbone-feed-sync-docs.md

    Co-authored-by: Jaspar Stach <[email protected]>
    k-schlosser and y0urself authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    849c680 View commit details
    Browse the repository at this point in the history
  3. Update greenbone-feed-sync-docs.md

    Co-authored-by: Jaspar Stach <[email protected]>
    k-schlosser and y0urself authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    53fcdf8 View commit details
    Browse the repository at this point in the history
  4. Update greenbone-feed-sync-docs.md

    Co-authored-by: Jaspar Stach <[email protected]>
    k-schlosser and y0urself authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    04e1309 View commit details
    Browse the repository at this point in the history