ANAC XML Bandi di Gara

Software per la gestione dei Bandi di Gara e generazione dataset XML per ANAC (ex AVCP -Legge 190/2012 Art 1.32)

v7.8Marco MilesiUpdated Added 600 installs98% rating
22
Score
294
Errors
244
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

538 findings

Security

252

8 issue groups

Maintainability

166

14 issue groups

I18n

86

3 issue groups

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (<a class='at-delete-file' href='#' rel='{$nonce}||{$field['id']}|{$att}'>"'.111
Category
Security
Occurrences
111
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" (<a class='at-delete-file' href='#' rel='{$nonce}||{$field['id']}|{$att}'>"'.

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().64
Category
I18n
Occurrences
64
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$abilita_ruoli&quot;.55
Category
Maintainability
Occurrences
55
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$abilita_ruoli&quot;.

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.36
Category
Security
Occurrences
36
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES[$name]36
Category
Security
Occurrences
36
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES[$name]

WARNINGSecurityRequest data is not unslashed$_GET[$tax_slug] not unslashed before sanitization. Use wp_unslash() or similar32
Category
Security
Occurrences
32
Severity
warning

Sample message

$_GET[$tax_slug] not unslashed before sanitization. Use wp_unslash() or similar

ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.26
Category
Maintainability
Occurrences
26
Severity
error

Sample message

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_ditte_column_content&quot;.18
Category
Maintainability
Occurrences
18
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;add_ditte_column_content&quot;.

ERRORI18nText Domain MismatchMismatched text domain. Expected 'avcp' but got 'pages_textdomain'.18
Category
I18n
Occurrences
18
Severity
error

Sample message

Mismatched text domain. Expected 'avcp' but got 'pages_textdomain'.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;16
Category
Maintainability
Occurrences
16
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

Show 15 more
ERRORSecuritySetting is missing a sanitization callback14
Category
Security
Occurrences
14
Severity
error

Sample message

Sanitization missing for register_setting().

WARNINGSecurityNonce verification recommended11
Category
Security
Occurrences
11
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not validated8
Category
Security
Occurrences
8
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;avcp_data_fine&#039;]. Check that the array index exists before using it.

WARNINGMaintainabilityDeprecated parameter: get_terms parameter 28
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

The parameter &quot;$options[&#039;args&#039;]&quot; at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.

WARNINGMaintainabilityDiscouraged PHP function7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

query_posts() is discouraged. Use WP_Query instead.

WARNINGMaintainabilityMissing Version7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNINGMaintainabilityShort URL found6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Short URL detected (goo.gl). Use full URLs instead of URL shorteners.

ERRORMaintainabilityOffloaded Content5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

ERRORMaintainabilitycurl curl setopt5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

ERRORSecurityUnsafe printing function4
Category
Security
Occurrences
4
Severity
error

Sample message

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERRORMaintainabilityNon Enqueued Script4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Scripts must be registered/enqueued via wp_enqueue_script()

ERRORI18nMissing Translators Comment4
Category
I18n
Occurrences
4
Severity
error

Sample message

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNINGMaintainabilityDiscouraged PHP function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

wp_reset_query() is discouraged. Use wp_reset_postdata() instead.

ERRORMaintainabilityNo Explicit Version3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

WARNINGMaintainabilityNot In Footer3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

External Connections

Potential connections found in static code analysis.

21 domains

Outbound calls

45

External assets

8

Incoming endpoints

3

Notable Domains

goo.gl6 · outbound
i.imgur.com4 · outbound
jqueryui.com4 · outbound
trentrichardson.com4 · outbound
wpgov.it3 · outbound

Platform / Reference Domains

w3.org3 · platform/reference
wordpress.org2 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

github.com6 · asset + outbound
ajax.googleapis.com5 · asset + outbound
google.com3 · asset

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints3
wp_ajax_at_delete_fileauthenticated

wp_ajax

wp_ajax_at_delete_muploadauthenticated

wp_ajax

wp_ajax_at_reorder_imagesauthenticated

wp_ajax

Score History

First score snapshot

v7.8

22

Latest

Findings
538
Errors
294
Warnings
244
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

ANAC XML Viewer

1k+ active installs

73