-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify files for port detection for every detector (#28)
* Update dotnet detector with universal port detection Signed-off-by: thepetk <thepetk@gmail.com> * Align go detectors to universal port detection Signed-off-by: thepetk <thepetk@gmail.com> * TMP update detector Signed-off-by: thepetk <thepetk@gmail.com> * Update various java frameworks Signed-off-by: thepetk <thepetk@gmail.com> * Finalize quarkus port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update spring port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update Vertx port detection Signed-off-by: thepetk <thepetk@gmail.com> * Use consistent naming for enricher models Signed-off-by: thepetk <thepetk@gmail.com> * Update wildfly port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update angular port detection Signed-off-by: thepetk <thepetk@gmail.com> * Add filtering to js files for express enricher Signed-off-by: thepetk <thepetk@gmail.com> * Update next port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update nuxt port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update react port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update svelte js port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update vue js port detection Signed-off-by: thepetk <thepetk@gmail.com> * Sort models Signed-off-by: thepetk <thepetk@gmail.com> * Update laravel port detection Signed-off-by: thepetk <thepetk@gmail.com> * Refactor django enricher Signed-off-by: thepetk <thepetk@gmail.com> * Loop for every application file found during port detection process Signed-off-by: thepetk <thepetk@gmail.com> * Refactor flask enricher Signed-off-by: thepetk <thepetk@gmail.com> * Fix vertx port detection Signed-off-by: thepetk <thepetk@gmail.com> * Remove unused model Signed-off-by: thepetk <thepetk@gmail.com> * Add comments to all func in detector.go Signed-off-by: thepetk <thepetk@gmail.com> * Improve detector_test coverage Signed-off-by: thepetk <thepetk@gmail.com> * Add comments to model.go Signed-off-by: thepetk <thepetk@gmail.com> * Update documentation for port detection Signed-off-by: thepetk <thepetk@gmail.com> * Update docs/public/port_detection.md Signed-off-by: thepetk <thepetk@gmail.com> Co-authored-by: Armel Soro <armel@rm3l.org> Signed-off-by: thepetk <thepetk@gmail.com> * Update docs/public/port_detection.md Signed-off-by: thepetk <thepetk@gmail.com> Co-authored-by: Armel Soro <armel@rm3l.org> Signed-off-by: thepetk <thepetk@gmail.com> * Update docs/public/port_detection.md Signed-off-by: thepetk <thepetk@gmail.com> Co-authored-by: Armel Soro <armel@rm3l.org> Signed-off-by: thepetk <thepetk@gmail.com> * Return nil on not implemented GetApplicationFileInfos Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com> Co-authored-by: Armel Soro <armel@rm3l.org>
- Loading branch information
Showing
31 changed files
with
1,344 additions
and
451 deletions.
There are no files selected for viewing
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
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
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
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.