aws / aws/aws-dynamodb-encryption-java
Guide clients away from withAttributeValues in EncryptionContext
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 141
- Forks
- 74
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
withAttributeValues is OK to be exposed to the SDK via package private or some other means, but clients aren't intended to use it.
The solution we discussed was to deprecate this method. Maybe there is another way to convince clients not to use it.
Beitragsleitfaden
Rechercherichtung
Locate withAttributeValues in EncryptionContext and inspect how it is exposed and used by the SDK. Review the surrounding API and any existing deprecation guidance or tests before choosing an approach. Done means clients are clearly discouraged from using the method while the SDK can still access the required functionality.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- security
- Issue-Typ
- Refactoring
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100