Skip to content

Commit 7c3acf6

Browse files
authored
[0.82]: Suppress BinSkim BA2007 for deprecated API warnings in React Native upstream code (#15570)
* update package.json to RN 0.82.0-rc-0 and removed SDL check for 4996 deprecation warning * fix: suppress BinSkim BA2007 for deprecated API warnings in React Native upstream code
1 parent c66c21f commit 7c3acf6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gdn/.gdnsuppress

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "1.0.0",
3+
"suppressions": [
4+
{
5+
"tool": "binskim",
6+
"ruleId": "BA2007",
7+
"justification": "Warning 4996 (deprecated APIs) is disabled for React Native upstream code that uses deprecated functions. This is a known technical debt item tracked by the team.",
8+
"expirationDate": "2027-01-22"
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)