# CodeScan Release Notes

{% hint style="info" %}
With the constantly evolving security landscape, we are evolving too. Please note that a number of CodeScan rules will be fully deactivated in 60 days.  The rules in question are:

* Custom fields must have a description field (sfmeta:RequireDescriptionField, Salesforce Metadata)
* Unnecessary Parentheses (sf:UnnecessaryParentheses, Apex)
* Use System.Assert instead of System.assertEquals (sf:UseAssertInsteadOfAssertEquals, Apex)
* Use System.assertEquals instead of System.assert (sf:UseAssertEqualsInsteadOfAssertEquality, Apex)
* Use System.assertEquals instead of System.assert (sf:UseAssertEqualsInsteadOfAssert, Apex)

To understand the potential impact on your organisation, we recommend reviewing whether any of the soon-to-be-deactivated rules are currently included in your Quality Profiles.You can do so by navigating to *Quality Profiles* - rules subject to deactivation will be highlighted in red next to the overall rule count within your profiles. Each deprecated rule also includes a reason for deactivation (for example, replacement with an improved rule).Thank you for your continued partnership. Should you have any questions or require assistance, please contact us at <support@autorabit.com>&#x20;
{% endhint %}

<figure><img src="/files/3BIuxJUUNcpqykIv8EGs" alt=""><figcaption></figcaption></figure>

CodeScan offers three primary deployment options: [Cloud](/release-notes/release-notes/codescan-release-notes/cloud-releases.md), [Self-Hosted](/release-notes/release-notes/codescan-release-notes/on-premise-releases.md), and [Government](/release-notes/release-notes/codescan-release-notes/ar-govcloud-documentation.md). Release notes and information are available for each deployment type.

{% @mailchimp/mailchimpSubscribe cta="Sign up to receive CodeScan updates!" listId="a085e26e7e" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.autorabit.com/release-notes/release-notes/codescan-release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
