[Art competition] Taint Analysis #286
Closed
spearo2
started this conversation in
Art competition
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name
Changgong Lee
Tool You Used
Adobe Firefly
Short Description
For me, Taint Analysis means In a room filled with binary digits, a detective with magnifying glasses chasing painted footprints with the alphabet letter T on the footprints, painting art".
Long Description (up to 3 sentences)
The taint analysis is a type of data-flow analysis method that chases each data flow of a given program and checks if unanticipated input can affect program execution in malicious ways.
In the informal way of describing it, it could be seen as if a state is stained with "Top" value, the value becomes the "Top" value.
The letter "T" in the painting represents the Top value chased by the detective taint analysis.
Beta Was this translation helpful? Give feedback.
All reactions