Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 670 Bytes

File metadata and controls

30 lines (17 loc) · 670 Bytes

Glossary

A list of terms used in the LeakTK project and their meanings within the scope of this project.

Detection

Detection consists of finding a secret within some source.

Leak

A leak is when a secret's access is broader than intended.

Mitigation

Mitigation consists of removing secrets from sources. If the secret was a credential, mitigation also includes revoking those credentials.

Prevention

Prevention consists of stooping leaks from happening.

Secret

A secret is any information that one wants to restrict access to.

Source

A collection of content that changes over time and can be monitored. The place where a leak can happen.