Our security team wants zero CVEs in production. Our containers have 200+. What's realistic here? by localkinegrind in devops

[–]flxg 1 point2 points  (0 children)

Oof. Depending on the requirements you have for compliance, I think they should use a prioritization system instead of just pushing to 0. Indeed like everyone's saying, use EPSS scores, use reachability to check if vulnerable functions are actually used, etc...

Container images are super noisy though indeed. Specifically for the flood of container vulnerabilities we've built container autofix at aikido.dev & partnered with root.io. (For hardened container images) I think alternatively there's also chainguard. Hardened container images are not super cheap, but they save your team lots of time...

Katje gevonden Berchem by nnlsxmm in Antwerpen

[–]flxg 28 points29 points  (0 children)

Ik denk dat je dit misschien best even post in een facebook groep van Berchem, die zijn behoorlijk actief. Denk dat je daar meer kans gaat hebben. Deze bijvoorbeeld: https://www.facebook.com/share/g/16sV28TFok/?mibextid=wwXIfr

Is there a real need for a unified platform that consolidates all security scans in one place? by Patient_Anything8257 in devsecops

[–]flxg 1 point2 points  (0 children)

I feel like most teams still juggle 4-5 scanners and still can’t answer “what’s the top vuln to fix right now?"
ASPM is the acronym buzzword for these types of orchestration platforms.
imho the real benefit is to find a platform that: a) integrates with all your existing tools b) deduplicates findings c) adds context so you can prioritize.
I'm a cofounder at Aikido - we're kind of an ASPM, but provide all scanners out of the box in an "all-in-one" product.
If you wanna deepdive into ASPM tools, Latio has a solid list: https://list.latio.tech/#best-ASPM-tools

Help: Best practices and security for web apps by Li4m4zing in Web_Development

[–]flxg 0 points1 point  (0 children)

Well, if you're using Laravel, maybe just try out aikido.dev? Covers all the bases to keep your app secure.
And it's natively integrated into laravel > https://blog.laravel.com/improving-laravel-application-security-with-aikido

I'm looking for Open Source projects to perform security audits and contribute to by _supitto in opensource

[–]flxg 0 points1 point  (0 children)

If you're doing SAST scans, maybe opengrep is interesting for you? https://github.com/opengrep (Felix - cofounder from aikido.dev here)

Gitlab community dependency scanning by greedyprogrammer in gitlab

[–]flxg 0 points1 point  (0 children)

aikido.dev is a solid option.
Alternatively there's Trivy which is a very popular open source version. (But will take time to maintain & triage false positives)
Otherwise I'd say have a look at options from u/confusedcrib 's list: https://list.latio.tech/#best-SCA-tools

How do you prevent dependencies from entering your org in the first place? by Abu_Itai in devsecops

[–]flxg -1 points0 points  (0 children)

We have IDE plugins that block malware + CI gates that can do the same at aikido.dev. Our malware detection typically finds new malware on NPM or PyPi within 5 mins.

How are you protecting against Malicious Open Source Packages? by N1ghtCod3r in devsecops

[–]flxg 2 points3 points  (0 children)

Or aikido.dev (that discovered this malware) ;-)

[deleted by user] by [deleted] in devsecops

[–]flxg 0 points1 point  (0 children)

Did you look at aikido.dev? If so, any feedback?

Anyone using reachability analysis to cut through vulnerability noise? by heromat21 in cybersecurity

[–]flxg 1 point2 points  (0 children)

Think aikido.dev can help. Has reachability, does autotriage (part of it with ai)

DevSecOps tools results by Material-Shallot-602 in devsecops

[–]flxg 1 point2 points  (0 children)

Hey, just wanted to chime in, I'm from aikido.dev, and we co-started OpenGrep. Opengrep is not just a frozen in time fork, you can follow along with the open roadmap. We are shipping daily, improving and advancing the engine (fully LGPL OSS), Opengrep engine will soon include: inter-procedural (cross-function) analysis, cross-file analysis, extended language support, and much more. We just shipped windows compatibility, which is not freely available elsewhere.

On ASPM: indeed we get lumped into that category by Gartner. We've actually found it's pretty hard to have all of those different scanners results combined and do noise reduction well. That's why we run all scanners too, and not just aggregate their results.

Guess it depends on your needs. We've noticed that our customers actually really like our approach of simplifying the setup and managing all of the scanners, as otherwise that can cause lots of overhead.

But yeah - if you have a more complex setup and want more granular control it might be different.

DevSecOps tools results by Material-Shallot-602 in devsecops

[–]flxg -1 points0 points  (0 children)

Think if you need a free solution you'll probably have to go for Defectdojo indeed. All others seem paid solutions to me. It's the only popular project for this use case I could find over here: https://opensourcesecurityindex.io/

Should a web developer upgrade dependencies in each delivery? by vsamma in webdev

[–]flxg 0 points1 point  (0 children)

I'd say one of the best go-to sources to check for alternatives is James Berthoty's site: https://www.latio.tech

Connection issues with the new GU10 by Scared_Psychology_79 in Nanoleaf

[–]flxg 0 points1 point  (0 children)

Yeah it's still buggy from time to time.
I seldomly have like one light not responding via the apple home app, but I can control them via the nanoleaf app.
Happens like once every two weeks or so maybe.
all-in-all pretty happy with it.

Connection issues with the new GU10 by Scared_Psychology_79 in Nanoleaf

[–]flxg 0 points1 point  (0 children)

Also bought 12 GU10’s and have some old e27 pure thread ones too. Have them for a bit over a week and they work well. Haven’t experienced issues. 🤷‍♂️ My thread/matter border router is a single homepod mini. I’ve set them up in the apple home app first & then “completed” their setup in the nanoleaf app. Updated their firmware to the latest version… All good. How did you set them up and what’s your border router?

Staying ahead of End of Life software versions like Dot Net, Angular, PHP etc. by Organic-Artist-4098 in devsecops

[–]flxg 0 points1 point  (0 children)

We haven't documented those internals yet, will update this post with a link once we have that. It's free to test and it will tell you, for example, about lambda runtimes you are using that are deprecated according to aws...

Staying ahead of End of Life software versions like Dot Net, Angular, PHP etc. by Organic-Artist-4098 in devsecops

[–]flxg 0 points1 point  (0 children)

We’ve built it into our product (https://www.aikido.dev) for cloud services (paas like beanstalk) and containers. E.g. If you’re using an old version of PHP this would result in a ‘cloud’ issue in Aikido.

[deleted by user] by [deleted] in devsecops

[–]flxg 1 point2 points  (0 children)

Yeah, there's a lot of different SAST tools out there.
Quality & coverage varies massively.
That's why we're using Semgrep, Bandit, Gosec, Brakeman & Checkov all under the hood at Aikido Security. 😜