Apply suggestions from code review

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2020-10-14 14:08:16 +02:00
committed by GitHub
parent b0ebb5b6d1
commit ffe79f688d
4 changed files with 5 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ module SystemCommandExecution {
/**
* A data-flow node that decodes data from a binary or textual format. This
* is intended to include deserialization, unmarshalling, decoding, unpickling,
* unzipping, decrypting, parsing etc.
* decompressing, decrypting, parsing etc.
*
* Doing so should normally preserve taint, but it can also be a problem
* in itself, e.g. if it allows code execution or could result in deinal-of-service.