Ruud Senden

Results 189 comments of Ruud Senden

Duplicate of #198, but keeping this one as it contains slightly more information.

There is already PR #487, however: 1. I'm not fully convinced yet on how to best pass scan arguments to fcli; do we have a `--sargs` option taking a string,...

Thanks for your input. Any particular platform for which you'd like to see arm64 support? We're using GraalVM for building the native binaries; I'd need to check in more detail...

I'd suggest documenting only the upper-case `L` variation as it's more common and easier to recognize; with some fonts, a lowercase `l` could be easily confused with a `1` (or...

I agree that this would make the FoD module more consistent with other fcli modules. However, what about consistency with for example the `-q` option? For example, based on your...

Potentially we could use record transformers to transform both property names and values, for example transform `"applicationType": "Web_Thick_Client"` to `"type": "web"`. This would allow users to do `fcli fod app...

As suggested in internal email, for ease of use and consistency with other modules, we'll probably want to use lower-case option values. Querying is a relatively advanced topic, especially given...

After closer inspection, this will likely require too much work to implement and maintain, and may reduce user experience due to inconsistencies with query/output expressions, so most likely we'll just...

Closing this issue, as we've long made the decision to stick to whatever format is used by the target system.

@young-s-park Is this still relevant, now that we focus more on Debricked? Also, since Debricked has its own CLI (and developing something similar to susceptibility analysis), wouldn't it be better...