top | item 38676084

NaiveSystems Analyze – FOSS static analyzer for MISRA C/C++, AUTOSAR C++14, etc.

45 points| xjia | 2 years ago |github.com

13 comments

order

girvo|2 years ago

Oh gosh, AUTOSAR... shudder

The MISRA analysis seems neat -- It's GPLv3 from what the LICENSE suggests, does that cause problems when being used to scan proprietary code?

xjia|2 years ago

No. Using GPL software has nothing to do with the code processed by it. Think about the GCC compiler :)

1over137|2 years ago

I'm sure this is lovely software, and I'll probably try it, but...

Why is software so difficult to install these days? Why on earth should one need docker to build and run some C code? Why can't one just download an executable?

xjia|2 years ago

If you build it from source it's actually a bunch of regular executables. Running as a container is for the purpose of making the environments hermetic/reproducible so that it's easier to support users.