crashappsec / crashappsec/chalk
report <entrypoint> --version in chalk exec
- Dominant language
- Nim
- Stars
- 436
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
the idea is that when chalk executes something like:
```
chalk exec -- python ....
```
we can figure out that we are executing a `python` program. we can therefore also attempt to call ` --version` or ` version` to report on the version used.
for example that might help in figuring out how many python 2 applications are still deployed across org/etc
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `chalk exec` entry point and trace how the invoked entrypoint is identified. The issue names no files or tests; done means reporting the version of the executed command when a version command can be called.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100