Skip to content

Merkle Math: removed lazy IEnumerable vulnerability in proof generation #902

Merkle Math: removed lazy IEnumerable vulnerability in proof generation

Merkle Math: removed lazy IEnumerable vulnerability in proof generation #902

Triggered via push April 20, 2024 02:34
Status Success
Total duration 38m 38s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build_and_test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test: src/Hydrogen/Extensions/StringExtensions.cs#L374
#warning: 'its drive so dont trim back slash from it Make this code better.'
build_and_test: src/Hydrogen/Environment/RuntimeTool.cs#L54
#warning: 'IsWebApp needs testing for NET_CORE and NET STANDARD apps'
build_and_test: src/Hydrogen/Extensions/ByteArrayExtensions.cs#L116
#warning: 'Should auto-wrap the right array'
build_and_test: src/Hydrogen/Extensions/TypeExtensions.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test: src/Hydrogen/Extensions/TypeExtensions.cs#L143
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build_and_test: src/Hydrogen/Serialization/IItemSerializer.cs#L25
The member 'IItemSerializer<TItem>.Serialize(TItem, EndianBinaryWriter, SerializationContext)' does not hide an accessible member. The new keyword is not required.
build_and_test: src/Hydrogen/Serialization/Utils/SizeDescriptorSerializer.cs#L21
'SizeDescriptorSerializer.SupportsNull' hides inherited member 'ItemSizerBase<long>.SupportsNull'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build_and_test: src/Hydrogen/Collections/StreamPaged/StreamPagedList.cs#L168
'StreamPagedList<TItem>.ReadRangeByPage(long, long)' hides inherited member 'PagedListBase<TItem>.ReadRangeByPage(long, long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.