Skip to content

Commit 46162e2

Browse files
authored
Merge pull request #14 from chains-project/monperrus-patch-1
docs: Update README.md
2 parents 6e92bf9 + f8b5c26 commit 46162e2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Classport
22

3-
## About
4-
5-
**Classport** is a collection of tools that work together to enable **accurate runtime inspection of the supply chain in Maven Java programs**.
3+
**Classport** is a tool to enable accurate runtime inspection of the supply chain in Maven Java programs.
64

75
Classport's main objective is to make software supply chain information available at runtime.
86

@@ -13,6 +11,8 @@ To reach this goal it:
1311

1412
In this way, Classport is able to accurately connect the loaded classes to their corresponding upstream dependencies and build a runtime representation of the application’s code-related supply chain.
1513

14+
See [The Embedding and Retrieval of Software Supply Chain Information in Java Applications (Master's thesis Daniel Williams, KTH, 2024)](https://kth.diva-portal.org/smash/record.jsf?dswid=7855&pid=diva2%3A1905606&c=1&searchType=SIMPLE&language=en&query=The+Embedding+and+Retrieval+of+Software+Supply+Chain+Information+in+Java+Applications&af=%5B%5D&aq=%5B%5B%5D%5D&aq2=%5B%5B%5D%5D&aqe=%5B%5D&noOfRows=50&sortOrder=author_sort_asc&sortOrder2=title_sort_asc&onlyFullText=false&sf=all)
15+
1616

1717
## Structure
1818

@@ -113,6 +113,3 @@ org.example:hello:jar:0.1.0
113113
* Maven
114114
* Java >= 17
115115

116-
## The thesis behind this project
117-
118-
[The Embedding and Retrieval of Software Supply Chain Information in Java Applications](https://kth.diva-portal.org/smash/record.jsf?dswid=7855&pid=diva2%3A1905606&c=1&searchType=SIMPLE&language=en&query=The+Embedding+and+Retrieval+of+Software+Supply+Chain+Information+in+Java+Applications&af=%5B%5D&aq=%5B%5B%5D%5D&aq2=%5B%5B%5D%5D&aqe=%5B%5D&noOfRows=50&sortOrder=author_sort_asc&sortOrder2=title_sort_asc&onlyFullText=false&sf=all)

0 commit comments

Comments
 (0)