Gabriel Marquet
Gabriel Marquet
@mertyildiran I see it was removed 3 weeks ago https://github.com/kubeshark/kubeshark/commit/0a5343299c41de498d05f0f264ee5bc7f532f8d1
Thanks a lot for the answer ! That makes it clear, it's not a problem not having the feature, although it was quite cool for auditing/exploring, I use kubeshark in...
Hey ! Yes pretty much, without the actual secret values of course, just the type of secret I'd say, potentially the repo name and file path, including the username of...
I'm reading through the code changes, so far it makes sense to me, it removes a lot of unnecessary conditions I think It made me think about the decision matrix...
Good catch with the tests yes, and definitely it's the special case of risk acceptance that highlighted this unclear decision matrix (and poor code reability, but we already knew about...
I think a decision tree might be better, I realized that a matrix might be a bit overwhelming to navigate it
I'm actually confused right now, I thought I could feed both HTML and JS to the Fingerprint function and it would apply regexes directly. I simply used a headless browser...
Hi ! I think I'm currently doing something similar to properly analyze a full webpage, I have a headless browser to get the list of all loaded assets, then I...
Ok I see... My idea might fit in a different PR then, adding a new Fingerprinting function to indicate whether it's HTML or a js file to analyze, so that...
My bad, I just noticed you talk about Interprocedural in your paper, I think that's what it is, my use-case for inter-file (as semgrep calls it) is to be able...