@@ -75,7 +75,6 @@ ignore = [
7575 " RUSTSEC-2024-0370" , # `proc-macro-error` crate is unmaintained
7676 " RUSTSEC-2023-0089" , # `atomic-polyfill` crate is unmaintained
7777 " RUSTSEC-2025-0141" , # `bincode` crate is unmaintained
78-
7978 # { id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" },
8079 # "a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
8180 # { crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
@@ -122,66 +121,12 @@ exceptions = [
122121# Some crates don't have (easily) machine readable licensing information,
123122# adding a clarification entry for it allows you to manually specify the
124123# licensing information
125- [[licenses .clarify ]]
126- crate = " binius_circuits"
127- expression = " Apache-2.0"
128- license-files = [
129- { path = " ../../LICENSE.txt" , hash = 0 }
130- ]
131- [[licenses .clarify ]]
132- crate = " binius_core"
133- expression = " Apache-2.0"
134- license-files = [
135- { path = " ../../LICENSE.txt" , hash = 0 }
136- ]
137- [[licenses .clarify ]]
138- crate = " binius_field"
139- expression = " Apache-2.0"
140- license-files = [
141- { path = " ../../LICENSE.txt" , hash = 0 }
142- ]
143- [[licenses .clarify ]]
144- crate = " binius_hal"
145- expression = " Apache-2.0"
146- license-files = [
147- { path = " ../../LICENSE.txt" , hash = 0 }
148- ]
149- [[licenses .clarify ]]
150- crate = " binius_hash"
151- expression = " Apache-2.0"
152- license-files = [
153- { path = " ../../LICENSE.txt" , hash = 0 }
154- ]
155- [[licenses .clarify ]]
156- crate = " binius_macros"
157- expression = " Apache-2.0"
158- license-files = [
159- { path = " ../../LICENSE.txt" , hash = 0 }
160- ]
161- [[licenses .clarify ]]
162- crate = " binius_math"
163- expression = " Apache-2.0"
164- license-files = [
165- { path = " ../../LICENSE.txt" , hash = 0 }
166- ]
167- [[licenses .clarify ]]
168- crate = " binius_maybe_rayon"
169- expression = " Apache-2.0"
170- license-files = [
171- { path = " ../../LICENSE.txt" , hash = 0 }
172- ]
173- [[licenses .clarify ]]
174- crate = " binius_ntt"
175- expression = " Apache-2.0"
176- license-files = [
177- { path = " ../../LICENSE.txt" , hash = 0 }
178- ]
179- [[licenses .clarify ]]
180- crate = " binius_utils"
181- expression = " Apache-2.0"
182- license-files = [
183- { path = " ../../LICENSE.txt" , hash = 0 }
184- ]
124+ # [[licenses.clarify]]
125+ # crate = "binius_circuits"
126+ # expression = "Apache-2.0"
127+ # license-files = [
128+ # { path = "../../LICENSE.txt", hash = 0 }
129+ # ]
185130# The package spec the clarification applies to
186131# crate = "ring"
187132# The SPDX expression for the license requirements of the crate
0 commit comments