Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alegrey91
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
alegrey91
7d ago
Let me know what do you think in case you decide to use it. The model is still far from being perfect, but it gives decent results considering I'm new to the ML topic.
2.
▲
by
alegrey91
7d ago
Hello, thanks for your feedback. The point of vex8s is to avoid fixing all the CVEs at the same time giving them less or more priority depending on their exposure. If you find there's some protection, you can keep that CVE aside to foc
3.
▲
Suppress vulnerabilities applying Kubernetes context to scans
(github.com)
2 points
by
alegrey91
9d ago
|
1 comments
4.
▲
by
alegrey91
9d ago
vex8s is an open source tool that analyzes Kubernetes workloads and generates VEX documents based on their SecurityContext. The idea is to distinguish vulnerabilities that are actually exploitable in a given deployment from those mitigated
5.
▲
Vex8s: Suppress container CVEs that your Kubernetes settings mitigates
(github.com)
1 points
by
alegrey91
6mo ago
|
1 comments
6.
▲
by
alegrey91
6mo ago
If you run hardened containers (readOnlyRootFilesystem, runAsNonRoot, resource limits, etc.), you've probably noticed that trivy/grype still flag CVEs that aren't actually exploitable in your environment. There's no stan
7.
▲
Vex8s: Generate VEX documents by parsing the Kubernetes SecurityContext
(github.com)
1 points
by
alegrey91
11mo ago
|
0 comments
8.
▲
Harpoon: An Open-Source Tool for Tracing Syscalls from User Defined Functions
(github.com)
5 points
by
alegrey91
2y ago
|
1 comments
9.
▲
by
alegrey91
2y ago
Hi everyone, I'm an Open source enthusiast and developer of github.com/alegrey91/harpoon. I wanted to share my lastest release and get your feedback! What Is harpoon? harpoon is a cli that aims to capture the syscalls (as if
10.
▲
Golang Integration testing using testscript
(github.com)
1 points
by
alegrey91
3y ago
|
0 comments
11.
▲
Harpoon – Trace syscalls of user-defined functions, using eBPF
(github.com)
3 points
by
alegrey91
3y ago
|
1 comments
12.
▲
by
alegrey91
3y ago
Harpoon aims to capture the syscalls (as if they were fishes) from the execution flow (the river) of a single user-defined function.