We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0a1d5 commit fec8c4cCopy full SHA for fec8c4c
schema/bom-1.7.schema.json
@@ -1221,8 +1221,8 @@
1221
"BLAKE2b-384",
1222
"BLAKE2b-512",
1223
"BLAKE3",
1224
- "STREEBOG-256",
1225
- "STREEBOG-512"
+ "Streebog-256",
+ "Streebog-512"
1226
]
1227
},
1228
"hash-content": {
schema/bom-1.7.xsd
@@ -1131,8 +1131,8 @@ limitations under the License.
1131
<xs:enumeration value="BLAKE2b-384"/>
1132
<xs:enumeration value="BLAKE2b-512"/>
1133
<xs:enumeration value="BLAKE3"/>
1134
- <xs:enumeration value="STREEBOG-256"/>
1135
- <xs:enumeration value="STREEBOG-512"/>
+ <xs:enumeration value="Streebog-256"/>
+ <xs:enumeration value="Streebog-512"/>
1136
</xs:restriction>
1137
</xs:simpleType>
1138
0 commit comments