- Issue created by @eelkeblok
- πΊπΈUnited States smustgrave
If it doesnβt break anything Iβm all for it
- First commit to issue fork.
The module was moved fairly recently to using State API for storing various data, such as last run times and findings for checks. However, some more guidance has become clear regarding the state API, see [#3177901]. As a guideline, the maximum number of entries in the State API as a whole is said to be 100. This module alone causes - typically - 123 entries.
* Instal the module
* Run the security checks
* Run the query from the change record and/or modify it to see the actual entries
* See that the number of entries exceeds the maximum number as given as guidance in the change record.
Use a dedicated key-value collection, as suggested in the change record.
None.
None.
None.
Active
3.1
Code
If it doesnβt break anything Iβm all for it