General Terms Flashcards

1
Q

Window of Exposure

A

The “Window of Exposure” is considered to be the time between the moment a vulnerability is disclosed and the moment a patch is available.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

MIME types

A

Also known as media types.

A standard that indicates the nature and format of a document, file, or assortment of bytes.

The simplest MIME type consists of a type and a subtype.

Format:
type/subtype

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Important MIME types for web developers

A
application/octet-stream
text/plain
text/css
text/html
text/javascript
Image types
Audio and video types
multipart/form-data
multipart/byteranges
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Document Type Definition (DTD)

A

A description of the different types of elements and markup tags allowable in a particular SGML, XML, or HTML document and where they can occur within the document.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Taint Analysis

A

Tracking non-trusted user input throughout the execution flow to determine if unanticipated input can affect program execution in malicious ways.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly