forked from ZupIT/horusec-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
engine:refactor - improving engine code and performance (ZupIT#60)
This commit contains a complete engine refactoring and includes some breaking changes. The use of the engine has been simplified to just one function called Run, this function will receive a context, project path that must be analyzed and a slice of rules. These rules are defined by a generic interface and each one have your own implementation, that will make it easy to add other types of analysis in the future, such as semantic. Various performance and code improvements have also been made, which dramatically improved code quality and analysis time. Signed-off-by: Nathan Martins <nathan.martins@zup.com.br>
- Loading branch information
1 parent
bc59273
commit ed43df6
Showing
28 changed files
with
915 additions
and
2,355 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# GitHub code owners | ||
# See https://github.com/blog/2392-introducing-code-owners | ||
* @wiliansilvazup @nathannascimentozup @igorreiszup @lucasbrunozup @nathanmartinszup | ||
* @wiliansilvazup @matheusalcantarazup @lucasbrunozup @nathanmartinszup @iancardosozup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.