You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Malicious scripts use different techniques to hide in the source code. Some of them are: long one-liners or adding a lot of whitespace to move the code away from the screen. AssemblyLine does not wrap lines in the code preview, and does not allow changing preview settings. This makes finding such cases harder.
Describe the solution you'd like
A configuration possibility to enable line wrapping. Ideally per-user or per-view, so the user can choose what is the most important.
Describe alternatives you've considered
Hardcoded line wrapping, but it can make other use cases harder.
Additional context
Here you can see an example how the file looks like in the preview vs. what is important in this line (note - the line number in the service results is wrong, should be 37, as the selected one)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Malicious scripts use different techniques to hide in the source code. Some of them are: long one-liners or adding a lot of whitespace to move the code away from the screen. AssemblyLine does not wrap lines in the code preview, and does not allow changing preview settings. This makes finding such cases harder.
Describe the solution you'd like
A configuration possibility to enable line wrapping. Ideally per-user or per-view, so the user can choose what is the most important.
Describe alternatives you've considered
Hardcoded line wrapping, but it can make other use cases harder.
Additional context
Here you can see an example how the file looks like in the preview vs. what is important in this line (note - the line number in the service results is wrong, should be 37, as the selected one)
The text was updated successfully, but these errors were encountered: