Skip to content

Conversation

@saintentropy
Copy link
Contributor

Purpose

The purpose of this PR is turn back on the test for loading package with valid certificate. Now the signed package has a unique namespace.

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.

Reviewers

@QilongTang

// return nameof(Hello);
// }
// }
//}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put this comment above the Assert above instead of outside of this test?

Copy link
Contributor

@QilongTang QilongTang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with one comment

@QilongTang QilongTang merged commit 75346ca into DynamoDS:master Dec 13, 2019
@QilongTang QilongTang added this to the 2.5.0 milestone Dec 13, 2019
@QilongTang QilongTang added the LGTM Looks good to me label Dec 13, 2019
saintentropy added a commit to saintentropy/Dynamo that referenced this pull request Dec 13, 2019
* Update the signed package file to uniqure namespace

(cherry picked from commit 0005f38)

* Add comment including the zt node

(cherry picked from commit 16c28de)

* Update comment

(cherry picked from commit 75346ca)
mjkkirschner pushed a commit that referenced this pull request Dec 13, 2019
* AGD-1300 Add mechanism for common package directory similar to common definition directory alternative (#10208)

* Add common package folder location similar to common definitions directory to PathManager

* Initalize common package directory

* Add a list of root directories to verify certificates and check those before adding the package

* fix null value check

* Update comments

* Modify package and package loader to only check libraries defined in pkg.json manifest

* Check view extension for valid signed certificate if path matches root to check

* Upate extension loader to validate extension have valid certificate if they are found in directories requiring verification

* Rename package property for to RequiresSignedEntryPoints

* Fix bugs in package loader signed check

* Revise view extension / extension loading logic to avoid ext deff pointing to dll outside of check dir

* Comments

* Package PR comments

* Extension loading pr comments

* View extension pr comments

* On more comment

* Refactor .Net assembly cetificate verication to DynamoCrypto

* Consume validate method from DyanmoCrypto

* Add comments

* Move cert verification method to DynamoUtilities Class

* Add new CertificateVerification class to DynamoUtilities

* Update comments

* Extract package error messages to resource files

* Add comments and change RequiresSignedEntryPoints to internal

* Add test Cases for signed packages

(cherry picked from commit 717bb16)

* AGD-1300 Test Followup (#10211)

* Add untitlity test

(cherry picked from commit 2fcd3b5)

* Fix lib tests

(cherry picked from commit 7ae1302)

* Add check to package property

(cherry picked from commit 8e1bc3c)

* Mark test for failure

(cherry picked from commit 32d7a2d)

* Agd-1300 Turn on valid package test (#10213)

* Update the signed package file to uniqure namespace

(cherry picked from commit 0005f38)

* Add comment including the zt node

(cherry picked from commit 16c28de)

* Update comment

(cherry picked from commit 75346ca)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

LGTM Looks good to me

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants