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 Passive Scan Feature #420

Merged
merged 22 commits into from
Sep 30, 2024
Merged

✨ Add Passive Scan Feature #420

merged 22 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. ✨ Init passive_scan

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d6594e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Add flags for Passive Scan

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    097b5df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cb841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b4b1a View commit details
    Browse the repository at this point in the history
  4. Linting

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f17d009 View commit details
    Browse the repository at this point in the history
  5. Refactor PassiveScan struct to use hyphen in matchers_condition field

    Remove unused variable assignment in rules.cr
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    8f4a770 View commit details
    Browse the repository at this point in the history
  6. Fixed

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3dc7ffa View commit details
    Browse the repository at this point in the history
  7. Refactor rules.cr to recursively search for YAML files in the specifi…

    …ed path
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    6a7774b View commit details
    Browse the repository at this point in the history
  8. Refactor NoirRunner to include passive scan results

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    11d7c65 View commit details
    Browse the repository at this point in the history
  9. Add OutputBuilderPassiveScan class

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4e7cb42 View commit details
    Browse the repository at this point in the history
  10. Refactor NoirRunner to include passive scan results and add OutputBui…

    …lderPassiveScan class
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e7e902d View commit details
    Browse the repository at this point in the history
  11. Refactor NoirRunner to include passive scan results and add OutputBui…

    …lderPassiveScan class
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    bb5776d View commit details
    Browse the repository at this point in the history
  12. Refactor NoirRunner to include passive scan results and add OutputBui…

    …lderPassiveScan class
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    44a06f4 View commit details
    Browse the repository at this point in the history
  13. Refactor NoirRunner to include passive scan results and add OutputBui…

    …lderPassiveScan class
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    0e1b0a5 View commit details
    Browse the repository at this point in the history
  14. Improve logger for PassiveScan

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4542377 View commit details
    Browse the repository at this point in the history
  15. Fixed bug in condition and Add unit test codes

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7131649 View commit details
    Browse the repository at this point in the history
  16. 📝 Update documents

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1152583 View commit details
    Browse the repository at this point in the history
  17. 📝 Update documents

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e188bb5 View commit details
    Browse the repository at this point in the history
  18. Update

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    cdce0d4 View commit details
    Browse the repository at this point in the history
  19. Refactor code to highlight the SourceCode and Report components in th…

    …e flowchart
    
    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d986e32 View commit details
    Browse the repository at this point in the history
  20. Update README

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    f413c20 View commit details
    Browse the repository at this point in the history
  21. Refactor severity color in OutputBuilderPassiveScan

    Signed-off-by: HAHWUL <[email protected]>
    hahwul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    22f2c4c View commit details
    Browse the repository at this point in the history