Hacker News new | past | comments | ask | show | jobs | submit login

Frameworks like Quarkus and Micronaut do this at compile time. They dynamically load things and record it, then insert the resulting bytecode statically in the build artifact. I believe the core motivator is performance, but it has the added benefit of eliminating most of the runtime magic that leads to vulnerabilities like this.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: