mmanela / chutzpah

Chutzpah is an open source JavaScript test runner which enables you to run unit tests using QUnit, Jasmine, Mocha and TypeScript.
http://mmanela.github.io/chutzpah/
Apache License 2.0
550 stars 143 forks source link

Fixed some security vulnerabilities. #816

Closed Haplois closed 2 years ago

Haplois commented 2 years ago

Build, unit tests and integration tests are passed.

Note

One integration test fails in my environment both in master and in this PR. I assume this is because I don't have Angular installed in my system.

#_#Log#_# {"type":"Log","log":{"message":"!!_!! onInitialized"}}
    Chutzpah.Facts.Integration.Execution.Will_run_tests_from_chutzpah_samples(scriptPath: "Samples\\Angular2\\Basic\\chutzpah.json", count: 2) [FAIL]
      Assert.Equal() Failure
      Expected: 2
      Actual:   0
      Stack Trace:
        Facts.Integration\Execution.cs(97,0): at Chutzpah.Facts.Integration.Execution.Will_run_tests_from_chutzpah_samples(String scriptPath, Int32 count)

/cc @mmanela

Evangelink commented 2 years ago

Thank you @mmanela and thank you @Haplois

Haplois commented 2 years ago

Thanks @mmanela for merging this, is there a release in horizon?

Evangelink commented 2 years ago

@mmanela Would it be possible to plan some release with these security fixes? 🙇

mmanela commented 2 years ago

Sure I will get to it in the next week

mmanela commented 2 years ago

Ok should be out now

Evangelink commented 2 years ago

Thank you! That's really appreciated.