aquasecurity / aquasecurity/tracee
Symbols import event
- Dominant language
- Go
- Stars
- 4.6k
- Forks
- 507
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
We have the `symbols_loaded` event, which bring the symbols exported by a file that is loaded.
It will be useful to have an event bringing all the symbols that are imported by a file executed.
The imported symbols are the symbols that are used from the external shared objects, so they give another layer of risk assessment.
Contributor guide
Research direction
No file or test is named. Start by locating the existing symbols_loaded event and its handling, then determine how imported symbols from external shared objects should be represented for executed files. Done means a new event exposes those imported symbols and relevant coverage is verified by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, linux
- Domain
- operating-systems, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100