microsoft / binskim

A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
Other
769 stars 156 forks source link

[RULE REQUEST] Dwarf Compile Using Current Dialects #415

Open shaopeng-gh opened 3 years ago

shaopeng-gh commented 3 years ago

Rule metadata

Rule descriptions

Platform & applicability

User-facing strings

Links/Additional Information

https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html https://gcc.gnu.org/onlinedocs/gcc/Standards.html

Implementation Notes

both /std:c and /std:c++ support more than 1 value passed. Compiler will choose the correct one and the finial result is in the 2nd value of the Producer Flag.

How to resolve

sylveon commented 3 years ago

I'm not sure how this is security-relevant?