Johannes Malsam Profile picture
Jun 2 β€’ 10 tweets β€’ 4 min read Twitter logo Read on Twitter
πŸŽ‰ Day of Learning @RedHat

I'm going to explore scanning @stackrox code with Sonarcloud.

Very curious about the findings.

#programming #opensource
@RedHat @stackrox Had to fork the repos. I need to be owner of the github organization to allow Sonarcloud scanning.
Scanning in progress for:
- The Managed Service
- The Core Stackrox Product
Looks decent for the managed service repo:
github.com/johannes94/acs… Image
The scan for the core product is concerning:
github.com/stackrox/stack…

But at first sight it looks like there are a lot of false positives in the Security Review Section Image
Apparently there is no bulk review feature for Security Hotspots in Sonarcloud.

Need to close ~300 "Make sure using this hardcoded IP address is safe here." in *_test.go files. One by one 🀯

+1 for this feature request rb.gy/c73tb
Apparently there is no bulk review Security Hotspots feature in Sonarcloud.

Need to close 300 "Make sure using this hardcoded IP address is safe here." one by one 🀯
Security Review is in much better shape after cleaning up the warnings about hardcoded IP addresses in test files. Image
Next I looked into bugs, we've got quiet a lot in the fronted code. I'm not experienced enough in TS/JS to make sense of them. Maybe also false positives? Forwarded it to our UI team.

I guess I found at least 1 thing where I can tell for sure that this is a bug πŸ˜‚: Image

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Johannes Malsam

Johannes Malsam Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @JohannesMalsam

Jun 3
Best practices for Kubernetes Pods 🧡

#Kubernetes #devops
1/11: 🎯 Single Responsibility Principle 🎯

Assign each Pod a single responsibility, focusing on a specific process or task. By keeping pods lean and focused, you enhance maintainability and avoid unnecessary complexity. #Modularity #ContainerOrchestration
2/11: βš™οΈ Resource Allocation βš™οΈ

Allocate CPU and memory resources to each Pod based on its workload. Keep in mind the QoS Levels:
- Guaranteed (requests == limit)
- Burstable (requests < limit)
- BestEffort (no limit specified)
#ResourceOptimization #Efficiency
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(