Skip to content

Commit 232315e

Browse files
Vineet Dhanawatmeta-codesync[bot]
authored andcommitted
Update GDA annotation 31/x
Summary: Summary Project Rollout Plan https://docs.google.com/document/d/1RbQYyu7Ja9fGFavZrMsGTT0_Ntv4CUey0YH9mVf5HVc/edit?tab=t.0#heading=h.3ddwc12wbzsx Previously, GDA annotations were broadly applied to delegate pages, but subsequent review identified several false positives, cases where the annotation was not required. This change removes unnecessary GDA annotations from affected test classes and modules, ensuring that only the correct entities retain the annotation. This should reduce noise in privacy enforcement and improve the accuracy of our data governance labeling. Differential Revision: D90789459 fbshipit-source-id: 0b25d2d4cb1940bfb595b4d3677a24ebf0435ca2
1 parent 4c7cdf3 commit 232315e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

third-party/thrift/src/thrift/lib/hack/src/__tests__/ThriftContextPropStateTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,6 @@
2020
final class ThriftContextPropStateTest extends WWWTest {
2121
use ClassLevelTest;
2222

23-
<<__Override>>
24-
public static function configPrivacy(
25-
this::TIAssetConfig $config,
26-
)[write_props]: void {
27-
$config->zoneConfig()->policies(
28-
PLGDAConfig::schema()->labels(
29-
GovernableAnnotation::fromEnum(
30-
GovernableAnnotation\GovernableDataAnnotation::FB_DELEGATE_PAGE_RESTRICTED_INPUT_CLOSURE,
31-
),
32-
GovernableAnnotation::fromEnum(
33-
GovernableAnnotation\GovernableDataAnnotation::FB_DELEGATE_PAGE_RESTRICTED_OUTPUT_CLOSURE,
34-
),
35-
),
36-
);
37-
38-
}
39-
4023
public static function dataProviderForInvalidUserIds(): dict<string, (int)> {
4124
return dict[
4225
'zero user id' => tuple(0),

0 commit comments

Comments
 (0)