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

Add: openvasd library #826

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Add: openvasd library #826

wants to merge 19 commits into from

Commits on Nov 4, 2024

  1. Add: openvasd library

    Function and structure for talking with openvasd via Openvasd API
    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    52edccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a77190 View commit details
    Browse the repository at this point in the history
  3. fix CMakeLists.txt

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0b849d4 View commit details
    Browse the repository at this point in the history
  4. Add error status to allow

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cc94a6c View commit details
    Browse the repository at this point in the history
  5. Add: function for parsing string containing the feed in json format

    Also, extend response struct with the element header
    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    16f113b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecc12e6 View commit details
    Browse the repository at this point in the history
  7. handle scanner parameters

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6f6637f View commit details
    Browse the repository at this point in the history
  8. Doc: add docstring

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b01ed8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35c4773 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    877cec1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c87b50c View commit details
    Browse the repository at this point in the history
  12. improvements

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8b1e67a View commit details
    Browse the repository at this point in the history
  13. apply suggested changes

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    14719ac View commit details
    Browse the repository at this point in the history
  14. apply more suggestions

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d67ee73 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b18193 View commit details
    Browse the repository at this point in the history
  16. apply more sugestions

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ab7b767 View commit details
    Browse the repository at this point in the history
  17. Adjust function and type names to keep the pattern in the file, as su…

    …ggested.
    
    Also, fix functions passing the pointer as reference
    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    69301f9 View commit details
    Browse the repository at this point in the history
  18. dont use double pointer

    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6507019 View commit details
    Browse the repository at this point in the history
  19. hide stream string and curlm handler inside a struct

    For accessing the stream string must use function now. Also, it is everything initialized within the connector. Now it is not necessary to free the the stream string and the curlm handler. Just the connector must be free.
    jjnicola committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ae963be View commit details
    Browse the repository at this point in the history