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

Scanner details #86

Merged
merged 9 commits into from
Nov 14, 2017
Merged

Scanner details #86

merged 9 commits into from
Nov 14, 2017

Commits on Nov 13, 2017

  1. Add a new ScannerComponent for CRUD operations on scanners

    The new ScannerComponent is responsible for creating, editing, cloning,
    deleting and verifying of scanners.
    bjoernricks committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    a736002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65738f9 View commit details
    Browse the repository at this point in the history
  3. Use new scanner component in scanner list page

    Reduce code duplication by using the new scanner component at the
    scanners list page.
    bjoernricks committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    01ad479 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Parse tasks, configs and info of a Scanner

    This data will be required for the scanner details.
    bjoernricks committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    234d688 View commit details
    Browse the repository at this point in the history
  2. Improve scanner verify error message

    Show the correct error message to the user.
    bjoernricks committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    fd73c1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e86052 View commit details
    Browse the repository at this point in the history
  4. Add route for scanner details

    Scanner details are mapped to /ng/scanner/<id>
    bjoernricks committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    a9498c8 View commit details
    Browse the repository at this point in the history
  5. Toggle scanner details at scanner list page

    Show the scanner details when clicking on a scanner name.
    bjoernricks committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    4fed9ca View commit details
    Browse the repository at this point in the history
  6. Don't allow to clone CVE scanners

    There should only be one CVE scanner.
    bjoernricks committed Nov 14, 2017
    Configuration menu
    Copy the full SHA
    524573c View commit details
    Browse the repository at this point in the history