From 5045552570f203cb5b7687df8b7efd4ab899c18f Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Thu, 20 Mar 2025 10:52:56 -0700 Subject: [PATCH] initial commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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