Skip to content

Commit

Permalink
version 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheexakat committed Oct 7, 2023
1 parent 97962a0 commit 9936b00
Show file tree
Hide file tree
Showing 8 changed files with 1,751 additions and 1,545 deletions.
2 changes: 2 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ Here is the release note of exakat.
+ New analysis : report modification of readonly properties in __clone()
+ New analysis : report usage of internal classes with class_alias()
+ New analysis : report usage PHP 8.3 new dynamic
+ New analysis : static variables may be initialized with arbitrary expression in PHP 8.3
+ New analysis : report when an interface's class constant visibility is not public when in the class

+ Tokenizer
+ Added support for typed constants
Expand Down
2 changes: 1 addition & 1 deletion Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Introduction
============

This is the documentation of the Exakat engine, version 2.5.3 (Build 1480), on Thu, 28 Sep 2023 06:09:59 +0000.
This is the documentation of the Exakat engine, version 2.5.3 (Build 1483), on Fri, 06 Oct 2023 08:21:21 +0000.

What is Exakat ?
----------------
Expand Down
126 changes: 63 additions & 63 deletions Reference/Reports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -838,17 +838,17 @@ This format is fast, and fitted for human review. It is the same format as PerRu
Specs
_____

+--------------+-------------------------------------+
| Short name | CompatibilityPHP83 |
+--------------+-------------------------------------+
| Rulesets | CompatibilityPHP83. |
+--------------+-------------------------------------+
| Type | Text |
+--------------+-------------------------------------+
| Target | This report is written in 'stdout'. |
+--------------+-------------------------------------+
| Available in | |
+--------------+-------------------------------------+
+--------------+------------------------------------------------------------------+
| Short name | CompatibilityPHP83 |
+--------------+------------------------------------------------------------------+
| Rulesets | CompatibilityPHP83. |
+--------------+------------------------------------------------------------------+
| Type | Text |
+--------------+------------------------------------------------------------------+
| Target | This report is written in 'stdout'. |
+--------------+------------------------------------------------------------------+
| Available in | `Entreprise Edition <https://www.exakat.io/entreprise-edition>`_ |
+--------------+------------------------------------------------------------------+


.. _report-composer:
Expand Down Expand Up @@ -992,19 +992,19 @@ Emissary includes the report from 3 other reports : PhpCompilation, PhpConfigura
Specs
_____

+--------------+-------------------------------------------------------+
| Short name | Emissary |
+--------------+-------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+-------------------------------------------------------+
| Type | HTML |
+--------------+-------------------------------------------------------+
| Target | This report is written in 'report'. |
+--------------+-------------------------------------------------------+
| Available in | |
+--------------+-------------------------------------------------------+
+--------------+------------------------------------------------------------------+
| Short name | Emissary |
+--------------+------------------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+------------------------------------------------------------------+
| Type | HTML |
+--------------+------------------------------------------------------------------+
| Target | This report is written in 'report'. |
+--------------+------------------------------------------------------------------+
| Available in | `Entreprise Edition <https://www.exakat.io/entreprise-edition>`_ |
+--------------+------------------------------------------------------------------+


.. _report-exakat-json:
Expand Down Expand Up @@ -2160,19 +2160,19 @@ The Naming report checks spelling with named element in the code.
Specs
_____

+--------------+------------------------------------------+
| Short name | Naming |
+--------------+------------------------------------------+
| Rulesets | Naming doesn't depend on rulesets. |
| | |
| | |
+--------------+------------------------------------------+
| Type | html |
+--------------+------------------------------------------+
| Target | This report is written in 'naming.html'. |
+--------------+------------------------------------------+
| Available in | |
+--------------+------------------------------------------+
+--------------+------------------------------------------------------------------+
| Short name | Naming |
+--------------+------------------------------------------------------------------+
| Rulesets | Naming doesn't depend on rulesets. |
| | |
| | |
+--------------+------------------------------------------------------------------+
| Type | html |
+--------------+------------------------------------------------------------------+
| Target | This report is written in 'naming.html'. |
+--------------+------------------------------------------------------------------+
| Available in | `Entreprise Edition <https://www.exakat.io/entreprise-edition>`_ |
+--------------+------------------------------------------------------------------+


.. _report-none:
Expand Down Expand Up @@ -2252,19 +2252,19 @@ The One Liners report is based on Andreas Möllers's post `Avoiding one-liners i
Specs
_____

+--------------+-------------------------------------------------------+
| Short name | OneLiners |
+--------------+-------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+-------------------------------------------------------+
| Type | Text |
+--------------+-------------------------------------------------------+
| Target | This report is written in 'oneliners'. |
+--------------+-------------------------------------------------------+
| Available in | |
+--------------+-------------------------------------------------------+
+--------------+------------------------------------------------------------------+
| Short name | OneLiners |
+--------------+------------------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+------------------------------------------------------------------+
| Type | Text |
+--------------+------------------------------------------------------------------+
| Target | This report is written in 'oneliners'. |
+--------------+------------------------------------------------------------------+
| Available in | `Entreprise Edition <https://www.exakat.io/entreprise-edition>`_ |
+--------------+------------------------------------------------------------------+


.. _report-owasp:
Expand Down Expand Up @@ -3170,19 +3170,19 @@ See also `Importing third-party issues <https://docs.sonarqube.org/9.6/analyzing
Specs
_____

+--------------+-------------------------------------------------------+
| Short name | Sonarcube |
+--------------+-------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+-------------------------------------------------------+
| Type | Json |
+--------------+-------------------------------------------------------+
| Target | This report is written in 'exakat.sonarcube'. |
+--------------+-------------------------------------------------------+
| Available in | |
+--------------+-------------------------------------------------------+
+--------------+------------------------------------------------------------------+
| Short name | Sonarcube |
+--------------+------------------------------------------------------------------+
| Rulesets | This reports works with an arbitrary list of results. |
| | |
| | |
+--------------+------------------------------------------------------------------+
| Type | Json |
+--------------+------------------------------------------------------------------+
| Target | This report is written in 'exakat.sonarcube'. |
+--------------+------------------------------------------------------------------+
| Available in | `Entreprise Edition <https://www.exakat.io/entreprise-edition>`_ |
+--------------+------------------------------------------------------------------+


.. _report-stats:
Expand Down

0 comments on commit 9936b00

Please sign in to comment.