Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anaximand3r authored Jan 8, 2024
1 parent 162e3e3 commit 78bac3f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ PoiEx allows users to:
A custom set of semgrep rules has been developed. Each pair of language and Cloud Service Provider (CSP) needs a different ruleset, as a rule is generally able to match only one language and one CSP.

The table below summarizes the currently supported CSPs and languages
![[images/supported-lang-csp.png]]
</br>
<p align="center">
<img src="images/supported-lang-csp.png" width="30%">
</p>
</br>

### Enhancing Reviews With PoIEx
Non-IaC related features were added to support manual reviews in different ways. Such functionalities are unrelated to the cloud infrastructure analysis and they are usable in any code review activity.<br>
Expand All @@ -57,7 +61,7 @@ It is also possible to flag the findings as `false positive`,`hot` or `resolved`
![Semgrep integration](images/feature-findings.png)

#### 2. Notes taking
It is possible to start comment threads directly within the codebase to add details and reactions.
It is possible to start comment threads directly within the codebase to add details and reactions.<br>

![[images/threadExample.png]]

Expand All @@ -80,4 +84,4 @@ PoiEx allows for real-time synchronization of findings and comments with other u

This project was made with love in the [Doyensec Research island](https://doyensec.com/research.html) by [Michele Lizzit](https://www.linkedin.com/in/michelelizzit/) for his master thesis at ETH Zurich under the mentoring of [Francesco Lacerenza](https://twitter.com/lacerenza_fra).

Download the last [realease](https://github.com/doyensec/PoiEx/releases) and contribute with a star, [bug reports or suggestions](https://github.com/doyensec/PoiEx/issues).
Download the last [realease](https://github.com/doyensec/PoiEx/releases) and contribute with a star, [bug reports or suggestions](https://github.com/doyensec/PoiEx/issues).

0 comments on commit 78bac3f

Please sign in to comment.