• Fernando's avatar
    First pass at adding api fuzzing to MR widget · faa49365
    Fernando authored
    * Actions
    * Mutations
    * Getters
    * Store
    * Mediator
    * Constants
    * Vue template
    
    Pass APi Fuzzing filepaths from haml template
    
    * Pass api fuzzing security report path
    * Pass help docs path
    
    API Fuzzing rendering in MR page
    
    * Working security report widget
    
    Add computed props and methods for request/resposnse/supported_messages
    
    * Add related computed props and methods to support API Fuzzing
    
    Update implementation to use refactored MR widget code
    
    * Add needed props due to recent refactor that landed
    
    Refactor api fuzzing into vuex module
    
    * Move actions, getters, mutations, mutation types, store
    
    Implement vuln modal fields for API Fuzzing
    
    * Add fields for Request/Response/Unmodified Response
    
    Update vulnerability modal specs
    
    * Update specs for new api fuzzing fields
    * Clean up computed props
    
    Update and add tests to grouped secuirty app
    
    * Add API Fuzzing unit tests
    
    Run prettier/linter
    
    * Regenerate translations
    
    Add unit tests for api fuzzing vuex module
    
    * Add action, getters, mutation specs
    
    Implement code review feedback
    
    * Clean up compute props
    * Remove unused code
    * Fix typos
    
    Fix vuln detail view for request/response field
    
    * Fix parsing of endpoint fields that changed
    faa49365
show.html.haml 2.93 KB