Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit dbd63bd

Browse files
Release 5.5.0. (#1958)
* Release 5.5.0. * Typo. * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Fixing. * Adding teo changes. * Adding timer changes. * Adding bug fix to release. * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> * Update CHANGELOG.md Co-authored-by: Joe Ranweiler <[email protected]> Co-authored-by: Joe Ranweiler <[email protected]>
1 parent 0d86ef9 commit dbd63bd

8 files changed

+7680
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 5.5.0
8+
### Added
9+
* Service: Added new functionality to the service port from Python to C#. [#1924](https://github.com/microsoft/onefuzz/pull/1924), [#1938](https://github.com/microsoft/onefuzz/pull/1938), [#1946](https://github.com/microsoft/onefuzz/pull/1946), [#1934](https://github.com/microsoft/onefuzz/pull/1934)
10+
11+
### Changed
12+
* Documentation: Update coverage filtering docs. [#1950](https://github.com/microsoft/onefuzz/pull/1950/files)
13+
* Agent: Allow the agent to skip reporting directories. [#1931](https://github.com/microsoft/onefuzz/pull/1931)
14+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#1935](https://github.com/microsoft/onefuzz/pull/1935)
15+
* CLI: Deprecate `libfuzzer_coverage` task. [#1944](https://github.com/microsoft/onefuzz/pull/1944/files)
16+
* CLI: Use consistent logger names. [#1945](https://github.com/microsoft/onefuzz/pull/1945)
17+
* Service: Updated functionality to the service port from Python to C#. [#1922](https://github.com/microsoft/onefuzz/pull/1922), [#1925](https://github.com/microsoft/onefuzz/pull/1925), [#1947](https://github.com/microsoft/onefuzz/pull/1947)
18+
19+
### Fixed
20+
* Agent: Allow old reports to be parsed. [#1943](https://github.com/microsoft/onefuzz/pull/1943)
21+
* Agent: Remove transitive OpenSSL dependency. [#1952](https://github.com/microsoft/onefuzz/pull/1952)
22+
* Agent: Ensure `GlobalFlag` registry value is initialized when checking library dependencies. [#1960](https://github.com/microsoft/onefuzz/pull/1960)
23+
* Service: Allow old reports to be parsed. [#1940](https://github.com/microsoft/onefuzz/pull/1940)
24+
25+
## 5.4.1
26+
This a hotpatch to the 5.4.0 release fixing the parsing failures from old crash reports.
27+
28+
### Fixed
29+
* Agent: Allow old reports to be parsed [#1943](https://github.com/microsoft/onefuzz/pull/1943)
30+
* Agent: Include `LD_LIBRARY_PATH` in shared library dependency check if and only if set by command. [#1933](https://github.com/microsoft/onefuzz/pull/1933)
31+
* Service: Allow old reports to be parsed [#1940](https://github.com/microsoft/onefuzz/pull/1940)
32+
733
## 5.4.0
834
### Added
935
* Agent: Added the OneFuzz version and tool name to the Crash Report. [#1635](https://github.com/microsoft/onefuzz/pull/1635)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0
1+
5.5.0

obj/onefuzz.csproj.nuget.dgspec.json

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"c:\\workspace\\onefuzz\\onefuzz-git\\onefuzz\\onefuzz.csproj": {}
5+
},
6+
"projects": {
7+
"c:\\workspace\\onefuzz\\onefuzz-git\\onefuzz\\onefuzz.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "c:\\workspace\\onefuzz\\onefuzz-git\\onefuzz\\onefuzz.csproj",
11+
"projectName": "onefuzz",
12+
"projectPath": "c:\\workspace\\onefuzz\\onefuzz-git\\onefuzz\\onefuzz.csproj",
13+
"packagesPath": "C:\\Users\\noharper\\.nuget\\packages\\",
14+
"outputPath": "c:\\workspace\\onefuzz\\onefuzz-git\\onefuzz\\obj\\",
15+
"projectStyle": "PackageReference",
16+
"configFilePaths": [
17+
"C:\\Users\\noharper\\AppData\\Roaming\\NuGet\\NuGet.Config"
18+
],
19+
"originalTargetFrameworks": [
20+
"net6.0"
21+
],
22+
"sources": {
23+
"https://api.nuget.org/v3/index.json": {}
24+
},
25+
"frameworks": {
26+
"net6.0": {
27+
"targetAlias": "net6.0",
28+
"projectReferences": {}
29+
}
30+
},
31+
"warningProperties": {
32+
"warnAsError": [
33+
"NU1605"
34+
]
35+
}
36+
},
37+
"frameworks": {
38+
"net6.0": {
39+
"targetAlias": "net6.0",
40+
"dependencies": {
41+
"Microsoft.Azure.WebJobs.Extensions.Storage": {
42+
"target": "Package",
43+
"version": "[4.0.5, )"
44+
},
45+
"Microsoft.NET.Sdk.Functions": {
46+
"target": "Package",
47+
"version": "[4.0.1, )"
48+
}
49+
},
50+
"imports": [
51+
"net461",
52+
"net462",
53+
"net47",
54+
"net471",
55+
"net472",
56+
"net48"
57+
],
58+
"assetTargetFallback": true,
59+
"warn": true,
60+
"frameworkReferences": {
61+
"Microsoft.NETCore.App": {
62+
"privateAssets": "all"
63+
}
64+
},
65+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.202\\RuntimeIdentifierGraph.json"
66+
}
67+
}
68+
}
69+
}
70+
}

obj/onefuzz.csproj.nuget.g.props

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\noharper\.nuget\packages\</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.1.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="C:\Users\noharper\.nuget\packages\" />
14+
</ItemGroup>
15+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
16+
<Import Project="$(NuGetPackageRoot)microsoft.net.sdk.functions\4.0.1\build\Microsoft.NET.Sdk.Functions.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.sdk.functions\4.0.1\build\Microsoft.NET.Sdk.Functions.props')" />
17+
</ImportGroup>
18+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
19+
<PkgMicrosoft_Azure_WebJobs_Script_ExtensionsMetadataGenerator Condition=" '$(PkgMicrosoft_Azure_WebJobs_Script_ExtensionsMetadataGenerator)' == '' ">C:\Users\noharper\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1</PkgMicrosoft_Azure_WebJobs_Script_ExtensionsMetadataGenerator>
20+
<PkgMicrosoft_Azure_Functions_Analyzers Condition=" '$(PkgMicrosoft_Azure_Functions_Analyzers)' == '' ">C:\Users\noharper\.nuget\packages\microsoft.azure.functions.analyzers\1.0.0</PkgMicrosoft_Azure_Functions_Analyzers>
21+
<PkgMicrosoft_NET_Sdk_Functions Condition=" '$(PkgMicrosoft_NET_Sdk_Functions)' == '' ">C:\Users\noharper\.nuget\packages\microsoft.net.sdk.functions\4.0.1</PkgMicrosoft_NET_Sdk_Functions>
22+
</PropertyGroup>
23+
</Project>

obj/onefuzz.csproj.nuget.g.targets

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<Import Project="$(NuGetPackageRoot)microsoft.net.sdk.functions\4.0.1\build\Microsoft.NET.Sdk.Functions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.sdk.functions\4.0.1\build\Microsoft.NET.Sdk.Functions.targets')" />
5+
</ImportGroup>
6+
</Project>

0 commit comments

Comments
 (0)