Saturday, February 18, 2023
HomeSoftware DevelopmentCode Intelligence introduces integration of Jazzer.js into Jest

Code Intelligence introduces integration of Jazzer.js into Jest


The automated testing platform Code Intelligence lately introduced that it has built-in its open-source JavaScript fuzz testing engine, Jazzer.js, into Jest, a unit testing framework for JavaScript.

Jazzer.js is a free, coverage-guided, in-process fuzzer spanning the Node.js platform. It’s presently obtainable inside JavaScript’s node package deal supervisor.

With this, builders can use Jest for each purposeful and safety testing with out the necessity to depart their growth setting. 

In line with the corporate, the combination gives builders the power to run automated safety checks which can be complementary to their current unit checks and permits them to check JavaScript purposes for hidden bugs.

Code Intelligence additionally acknowledged that will probably be bringing the power to obtain specialised bug detectors for vital vulnerabilities to Jazzer.js. These embrace distant executions, cross-site-scripting, and injections. 

“Whereas most JavaScript builders already use Jest for purposeful testing, to check whether or not their utility behaves as anticipated, our new Jest integration permits builders to additionally do unfavourable testing. That is to test their purposes for sudden or unusual behaviors. It doesn’t solely keep away from safety points however makes the code extra dependable and reduces outages and dangerous person expertise,” stated Werner Krahe, product director of Code Intelligence.

The Jest integration allows builders to name Jazzer.js through the use of the brand new it.fuzz() perform in describe() blocks. 

This perform works to name fuzz checks that use protection suggestions to generate a number of unused and sudden check inputs which have the power to set off safety vulnerabilities in addition to purposeful bugs.

For extra info, go to the web site

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments