Files
2025-10-14 22:20:59 -04:00

41 lines
1.7 KiB
JSON

{
"version": "2.1.0",
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"runs": [
{
"results": [
{
"ruleId": "C4996",
"message": {
"text": "'AActor::NetUpdateFrequency': Public access to NetUpdateFrequency has been deprecated. Use SetNetUpdateFrequency() and GetNetUpdateFrequency() instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile."
},
"analysisTarget": {
"uri": "file:///E:/Unreal/Aura/Source/Aura/Private/Player/AuraPlayerState.cpp"
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "file:///E:/Unreal/Aura/Source/Aura/Private/Player/AuraPlayerState.cpp"
},
"region": {
"startLine": 17,
"startColumn": 2
}
}
}
]
}
],
"tool": {
"driver": {
"name": "MSVC",
"shortDescription": {
"text": "Microsoft Visual C++ Compiler Warnings/Errors"
},
"informationUri": "https://docs.microsoft.com/cpp/error-messages/compiler-errors-1/c-cpp-build-errors"
}
}
}
]
}