Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 995 Bytes

CONTRIBUTORS.md

File metadata and controls

19 lines (15 loc) · 995 Bytes

Contributors

  • Dr. Emmanouil Vasilomanolakis - Honeyscanner idea, guidance, suggestions during development and GSoC Mentor.
  • Shreyas Srinivasa - GSoC Mentor.
  • Ricardo Yaben - GSoC Mentor.
  • Aristofanis Chionis Koufakos - Analysis and development of the first prototype as part of Google Summer of Code 2023.
  • Sean Brady - Codebase Refactoring and attack enhancements as part of Google Summer of Code 2024.

How to contribute

If you want to contribute, feel free to send a pull request.

Before sending pull requests please consider the following workflow suggestions:

  • keep in touch.
    • if you are fixing an issue, state it early on within the corresponding thread.
    • if you add new functionality feel free to let us know
      we might be interested to collaborate.
  • make sure to git pull --rebase our upstream main branch regularly to stay up-to-date.
  • make sure your branch does NOT have conflicts with our current upstream main branch.