Add encrypt/decrypt filters and scripting methods (#19099)#2
Add encrypt/decrypt filters and scripting methods (#19099)#2erberkson wants to merge 1 commit intobefore-encryptfrom
Conversation
Introduced encrypt and decrypt Liquid filters using ASP.NET Core Data Protection, enabling secure string encryption/decryption in templates. Added corresponding scripting methods for JavaScript contexts. Updated documentation and constants, and included comprehensive unit tests for both filters and scripting methods.
🔴 MatrixReview — RED🔎 = doc-backed finding · 💭 = AI suggestion · 📖 = doc citation · 📝 = PR location Findings: 12 (10 doc-backed, 4 AI suggestions) 🔴 SECURITY — 4 findings (4 doc-backed) · expand 🔽
🟡 ARCHITECTURE — 3 findings (2 doc-backed, 1 AI) · expand 🔽
🟢 LEGAL — No issues found 🟡 STYLE — 2 findings (1 doc-backed, 1 AI) · expand 🔽
🔴 ONBOARDING — 3 findings (3 doc-backed) · expand 🔽
Powered by MatrixReview · Report incorrect finding |
Introduced encrypt and decrypt Liquid filters using ASP.NET Core Data Protection, enabling secure string encryption/decryption in templates. Added corresponding scripting methods for JavaScript contexts. Updated documentation and constants, and included comprehensive unit tests for both filters and scripting methods.