enhance: add remediation supported features bubble
To help user see from a glance what feature the remediation supports
This pull request is automatically being deployed by Amplify Hosting (learn more).
Access this pull request here: https://pr-624.d1to60jd2gb6y6.amplifyapp.com
Good idea for the bubble! The only weird thing is the "Mode" bubble, which should not be a boolean (because it can live, stream or both). It leads to "Unsupported" mode for many remediation components. Furthermore, maybe we should call it "Decisions Mode" or something else that only "Mode"?
converting to draft till I have time to solve merge conflicts
should we add a page for traefik ? it is appsec able
Good idea for the bubble! The only weird thing is the "Mode" bubble, which should not be a boolean (because it can live, stream or both). It leads to "Unsupported" mode for many remediation components. Furthermore, maybe we should call it "Decisions Mode" or something else that only "Mode"?
Can we assume that a bouncer with only one mode will have only Live ? so we just change the labels and not the logic of laurence's code (otherwise we'll have to passed something more than just a boolà)
Can we assume that a bouncer with only one mode will have only Live
Most bouncers without a mode are stream typically.