-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registry #21
Conversation
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
parameter name is "message" not "msg"
…e used to decrypt other message parameters.
Added support for decrypting the oauth token sent from the Maltego client for transforms using OAuth.
…mplemented by tlansec in /pull/3
Add a method to add custom link properties to the Entity
add missing entity types and expose handler properties as initially implemented by tlansec in /pull/3
…uth crypto pycryptodome requires a large dependency on windows.
Replace MaltegoOAuth's pycrptodome dependency with cryptography lib
…perty names from input entity
maltego-trx 1.3.8: Added overlay and genealogy functionality, automatic translation of legacy property names
<Exception> tag was closed by </Exceptions>
fix: Exception XML message typo: wrong closing tag
Included a note regarding debug filter settings in the desktop client.
phdowling
approved these changes
Jul 8, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! May make minor changes to the template dir and demo folder down the line but the registry functionality looks good and ready to be merged
@felixatmaltego there seem to be some minor merge conflicts, once those are resolved I'll go ahead with the merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This addition to the TRX library will provide decorators to annotate transforms (classes) with meta data. This meta data will be used to generate CSV config files for transforms and settings that can be imported into iTDS and pTDS.
This registry is fully optional and this release is not changing the library's functionality.