Daniel Neagaru
Daniel Neagaru
Update the architecture page in documentation to explain: - [ ] How Flows interact with each other - [ ] Why a graph structure is the best representation - [...
Current tutorials are a bit outdated since raider went thourgh big changes, so it needs to be updated and made sure it works.
Like Plugins have been split into related groups, it would make sense to do the same to Operations, to make it easier to manage them.
Since more people are comfortable with Python than Lisp, it would be great to have an easy way to generate those configuration files by working with Python objects directly. Since...
Create a docker image and publish it so it people who use docker can easily test raider without having to install it.
Currently some github actions don't work as desired: - [ ] mypy action doesn't really work - [ ] what needs to run on dev and what on main -...
Some tool would benefit from having an integration allowing to easily authenticate anywhere. I created this issue to keep an eye on what integrations would be worth considering: - [...
Similar to [Modeling and Discovering Vulnerabilities with Code Property Graphs ](https://www.sec.cs.tu-bs.de/pubs/2014-ieeesp.pdf) it should be possible to traverse graphs to identify vulnerabilities in authentication systems. The linked paper is about finding...