src/BinSkim.Rules/PERules/BA2024.EnableSpectreMitigations.cs (5 lines): - line 114: // TODO: generally we emit a message of some kind for every binary - line 170: // TODO: https://github.com/Microsoft/binskim/issues/114 - line 214: // TODO: https://github.com/Microsoft/binskim/issues/116 - line 220: // TODO: https://github.com/Microsoft/binskim/issues/117 - line 262: // TODO: https://github.com/Microsoft/binskim/issues/119 src/BinSkim.Driver/RoslynAnalyzer/RoslynExtensionMethods.cs (2 lines): - line 15: // TODO we should consume the standard Roslyn->SARIF emit code here. - line 28: // TODO: review this decision src/Test.FunctionalTests.BinSkim.Rules/RuleTests.cs (2 lines): - line 426: // TODO need test case - line 437: // TODO need test case src/Test.Samples/Wix/Wix_3.11.1_VS2017_Bootstrapper/Wix_3.11.1_VS2017_Msi/Product.wxs (2 lines): - line 24: - line 26: src/BinSkim.Rules/PERules/BA2004.EnableSecureSourceCodeHashing.cs (2 lines): - line 158: // TODO - We need a prepass on the library / final link to determine which file was - line 165: // TODO - check this against the filename used to create the pch. For now just let it pass src/BinSkim.Rules/PERules/BA2006.BuildWithSecureTools.cs (2 lines): - line 122: // TODO: MikeFan (1/6/2022) - line 145: TODO: MikeFan (1/6/2022) src/Test.FunctionalTests.BinSkim.Rules/SarifHelpers.cs (1 line): - line 24: // TODO version, etc src/BinaryParsers/PEBinary/PortableExecutable/PE.cs (1 line): - line 188: // TODO: investigate src/BinSkim.Rules/PERules/BA2021.DoNotMarkWritableSectionsAsExecutable.cs (1 line): - line 63: // TODO: do we really require this check? What is the proposed fix to this issue? src/BinaryParsers/PEBinary/PEBinary.cs (1 line): - line 95: // TODO: replace this with an actual sniff of PDB binary data. src/BinaryParsers/PEBinary/ProgramDatabase/ObjectModuleDetails.cs (1 line): - line 11: // TODO: Consider merging this function into Symbol. (Most of the code to support it is there anyway) src/BinSkim.Rules/BinarySkimmer.cs (1 line): - line 17: // TODO: author good help text. src/BinSkim.Rules/StringToVersionMap.cs (1 line): - line 10: // TODO: move into driver utilities?