dotnet: address unhandled exceptions through improved type checking (#1230)

* dotnet: bump dncil version

* dotnet: check #US stream valid before access

* dotnet: use assert statements to guard types
This commit is contained in:
Mike Hunhoff
2022-12-15 12:55:57 -07:00
committed by GitHub
parent d7548c0b20
commit 3af7fe0b08
4 changed files with 134 additions and 77 deletions

View File

@@ -27,7 +27,7 @@ requirements = [
"pefile==2022.5.30",
"pyelftools==0.29",
"dnfile==0.12.0",
"dncil==1.0.1",
"dncil==1.0.2",
"pydantic==1.10.2",
]