You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,6 +41,25 @@ After cloning a repository, Macaron parses the CI configuration files and bash s
40
41
41
42
To learn how to define your own checks, see the steps in the [checks documentation](/src/macaron/slsa_analyzer/checks/README.md).
42
43
44
+
## Publications
45
+
46
+
* Behnaz Hassanshahi, Trong Nhan Mai, Alistair Michael, Benjamin Selwyn-Smith, Sophie Bates, and Padmanabhan Krishnan: [Macaron: A Logic-based Framework for Software Supply Chain Security Assurance](https://dl.acm.org/doi/abs/10.1145/3605770.3625213). SCORED 2023. Best paper award :trophy:
47
+
```tex
48
+
@inproceedings{10.1145/3605770.3625213,
49
+
author = {Hassanshahi, Behnaz and Mai, Trong Nhan and Michael, Alistair and Selwyn-Smith, Benjamin and Bates, Sophie and Krishnan, Padmanabhan},
50
+
title = {Macaron: A Logic-Based Framework for Software Supply Chain Security Assurance},
51
+
year = {2023},
52
+
isbn = {9798400702631},
53
+
publisher = {Association for Computing Machinery},
54
+
url = {https://doi.org/10.1145/3605770.3625213},
55
+
doi = {10.1145/3605770.3625213},
56
+
booktitle = {Proceedings of the 2023 Workshop on Software Supply Chain Offensive Research and Ecosystem Defenses},
57
+
pages = {29–37},
58
+
series = {SCORED'23}
59
+
}
60
+
```
61
+
62
+
43
63
## Generating SLSA provenances for Macaron itself
44
64
45
65
We have integrated [SLSA provenance generation](https://github.com/slsa-framework/slsa-github-generator) for our Docker image and release artifacts. However, due to a strict policy regarding the use of third-party GitHub Actions, we cannot generate the provenances in this repository yet until [this issue](https://github.com/slsa-framework/slsa-github-generator/issues/2204) is resolved.
@@ -50,5 +70,5 @@ Please consult the [security guide](./SECURITY.md) for our responsible security
50
70
51
71
## License
52
72
53
-
Copyright (c) 2022, 2023 Oracle and/or its affiliates.
73
+
Copyright (c) 2022, 2024 Oracle and/or its affiliates.
54
74
Macaron is licensed under the [Universal Permissive License (UPL), Version 1.0](./LICENSE.txt).
0 commit comments