Skip to content
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

[TOOL] Adding hermes-dec as a general tool for React Native static analysis #2798

Merged
merged 7 commits into from
Jul 16, 2024

Conversation

saulpanders
Copy link
Contributor

@saulpanders saulpanders commented Jul 12, 2024

Adding for hermes-dec to tools.

This PR closes #2794

adding writeup for hermes-dec tool, closes issue  OWASP#2794

I just picked 42 as the tool number because I wasn't sure how the number scheme works, feel free to change.
@TheDauntless
Copy link
Collaborator

Thanks for the contribution!

I don't have any remarks on the current content, but maybe we should add a quick test to see if we are actually working with hermes BC vs normal JS? Maybe running file on the two proposed files? And then stating that if it's normal JS it can be opened with any text editor?

@TheDauntless TheDauntless self-assigned this Jul 13, 2024
@@ -0,0 +1,13 @@
---
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use: MASTG-TOOL-0104

Since today you can go to the tools overview and sort by ID to find out which one would be the next to use:

https://mas.owasp.org/MASTG/tools/

Thanks!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, will do

tools/generic/MASTG-TOOL-0104.md Show resolved Hide resolved
tools/generic/MASTG-TOOL-0104.md Outdated Show resolved Hide resolved
tools/generic/MASTG-TOOL-0104.md Outdated Show resolved Hide resolved
tools/generic/MASTG-TOOL-0104.md Outdated Show resolved Hide resolved
tools/generic/MASTG-TOOL-0104.md Outdated Show resolved Hide resolved
tools/generic/MASTG-TOOL-0104.md Outdated Show resolved Hide resolved
saulpanders and others added 2 commits July 14, 2024 18:37
thanks for the review, should be all set now

Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
Copy link
Collaborator

@TheDauntless TheDauntless left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you fix the grammar mistake it's ok for me :)

Co-authored-by: Jeroen Beckers <me.githbub@dauntless.be>
@cpholguera
Copy link
Collaborator

cpholguera commented Jul 16, 2024

Changes were applied @TheDauntless

Copy link
Collaborator

@cpholguera cpholguera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!!

@cpholguera cpholguera merged commit 9232de2 into OWASP:master Jul 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tool] Add React Native Decompiler and hermes-dec
3 participants