1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/ponder
epriestley 3a3626834e Replace Remarkup calls to PhabricatorHash::digest() with SHA256
Summary:
Ref T12509. Many of the calls to HMAC+SHA1 are just to compute cachekeys for remarkup objects.

Make these use HMAC+SHA256 instead. There is no downside to swapping these since they just cause a cache miss in the worst case.

I also plan to get rid of `PhabricatorMarkupInterface` eventually, but this doesn't go that far.

Test Plan: Browsed some different types of documents (tasks, legalpad documents, phame blogs / posts, pholio mocks, etc).

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12509

Differential Revision: https://secure.phabricator.com/D17631
2017-04-06 15:43:18 -07:00
..
application Make "Core Applications" more reasonable 2016-08-12 07:57:59 -07:00
capability Add a default moderation policy to Ponder 2015-08-08 12:20:01 -07:00
constants Redesign PonderQuestionView 2016-02-23 17:20:07 -08:00
controller Fix errors found by PHPStan 2017-02-17 10:10:15 +00:00
editor Redesign PonderQuestionView 2016-02-23 17:20:07 -08:00
herald Make Herald test workflow modular and more clear 2016-08-03 16:12:33 -07:00
mail Add Ponder Question mail create receiver 2016-06-08 14:48:20 -07:00
phid Mark PhabricatorPHIDType::getPHIDTypeApplicationClass() as abstract 2015-11-03 06:47:12 +11:00
query Redesign PonderQuestionView 2016-02-23 17:20:07 -08:00
remarkup Remarkup - add a regex to blacklist what objects get link 2014-08-14 15:20:45 -07:00
search Convert all "DocumentIndexers" into "FulltextEngines" 2015-12-21 17:25:23 -08:00
storage Replace Remarkup calls to PhabricatorHash::digest() with SHA256 2017-04-06 15:43:18 -07:00
view Give AphrontTagView a getViewer(), deprecate getUser() 2016-03-06 09:27:38 -08:00