This documentation is not maintained. Please refer to doc.castsoftware.com/technologies to find the latest updates.

On this page:

2.0.2-funcrel

Resolved Issues

Customer Ticket IdDetails
16850New HTML5/JavaScript extension is inserting meaningless information into the object fullname.

2.0.1-funcrel

Other Updates

Details
Minor bug fixed

2.0.0-funcrel

Resolved Issues

Customer Ticket IdDetails
15396False positive for the rule Avoid having multiple routes for the same path with Node.js
15762Duplicated objects for NodeJS Operation and false link from HTML5 Get HttpRequest service to NodeJS Get operation
15725False positive for the rule, "Ensure the X-Powered-By header" is disabled and "Ensure the X-XSS-Protection header" is enabled.
15723False positives for the rule "JAS Ensure the X-Powered-By header" is disabled and "Ensure the X-XSS-Protection header" is enabled.
15572False positive for the rule Ensure the X-Frame-Options header is setup

2.0.0-beta2

Other Updates

Details
Minor improvement

2.0.0-beta1

Other Updates

Details
Missing link between Mongoose model and Javascripts function.

New Support

SummaryDetails
Koa frameworkKoa framework support for Web service.
Knex FrameworkKnex framework for SQL query call to database.

2.0.0-alpha3

Other Updates

Details
Hapi.js and Sails.js framework minor bugs fixed.
Node.js version resolution fixing

Rules

Rule IdNew RuleDetails
1020750TRUEAvoid using the file path validation with Node.js 8.5.0

New Support

SummaryDetails
Loopback FrameworkSupport of LoopBack framework to manage Webservices/database access.

2.0.0-alpha2

New Support

SummaryDetails
Sails FrameworkSails.js framework support for Webservices/database access.

Transaction Improvements

TypeFramework
SQL Named QuerySupport of database call using a SQL query

2.0.0-alpha1

Rules

Rule IdNew RuleDetails
1020744TRUEAvoid using TLS library before Node.js 9.11.2 and 10.4.1
1020746TRUEAvoid using HTTP/2 library before Node.js 8.11.3, 9.11.2 and 10.4.1
1020748TRUEAvoid using the call of data service with Node.js inside a loop

New Support

SummaryDetails
HTTPS libraryHTTPS library is now supported to create web resources.
HTTP2 libraryHTTP2 library is now supported to create/access web service.
HAPI JS frameworkHapi.js framework is now supported for web services calls.

Transaction Improvements

TypeFramework
Exit point definition from FilesystemFilesystem methods fs.open fs.readFile fs.readFileSync fs.writeFile fs.writeFileSync fs.close fs.closeSync fs.WriteStream.on fs.readStream.on.