commit 5045552570f203cb5b7687df8b7efd4ab899c18f Author: Anton Livaja Date: Thu Mar 20 10:52:56 2025 -0700 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d3ab20 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# SourceID + +SourceId ensures that source code integrity is verifiable. It prevents tampering of archives and other formats used for delivering source code by standardizing code and generating a hash-based fingerprint of the tree which includes all essential files. + +## Mitigated Risks + +* Malicious code can be introduced during creation of archival formats such as tar-balls +* Pre-compiled binaries and code can obfuscate malicious code