Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SECURITY.md | file | core/ |
Reporting a security issues If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately. |
| SecurityAdvisoriesFetcher | class | core/ |
Defines a service to get security advisories. |
| SecurityAdvisoriesFetcher.php | file | core/ |
|
| SecurityAdvisoriesFetcher::$config | property | core/ |
The 'system.advisories' configuration. |
| SecurityAdvisoriesFetcher::$extensionLists | property | core/ |
Array of extension lists, keyed by extension type. |
| SecurityAdvisoriesFetcher::$httpClient | property | core/ |
The HTTP client. |
| SecurityAdvisoriesFetcher::$keyValueExpirable | property | core/ |
The expirable key/value store for the advisories JSON response. |
| SecurityAdvisoriesFetcher::$logger | property | core/ |
The logger. |
| SecurityAdvisoriesFetcher::$withHttpFallback | property | core/ |
Whether to fall back to HTTP if the HTTPS request fails. |
| SecurityAdvisoriesFetcher::ADVISORIES_JSON_EXPIRABLE_KEY | constant | core/ |
The key to use to store the advisories feed response. |
| SecurityAdvisoriesFetcher::deleteStoredResponse | function | core/ |
Deletes the stored JSON feed response, if any. |
| SecurityAdvisoriesFetcher::doRequest | function | core/ |
Makes an HTTPS GET request, with a possible HTTP fallback. |
| SecurityAdvisoriesFetcher::getMatchingExtensionInfo | function | core/ |
Gets the information for an extension affected by the security advisory. |
| SecurityAdvisoriesFetcher::getProjectExistingVersion | function | core/ |
Gets the existing project version. |
| SecurityAdvisoriesFetcher::getSecurityAdvisories | function | core/ |
Gets security advisories that are applicable for the current site. |
| SecurityAdvisoriesFetcher::isApplicable | function | core/ |
Determines if a security advisory is applicable for the current site. |
| SecurityAdvisoriesFetcher::matchesExistingVersion | function | core/ |
Determines if an advisory matches the existing version of a project. |
| SecurityAdvisoriesFetcher::__construct | function | core/ |
Constructs a new SecurityAdvisoriesFetcher object. |
| SecurityAdvisoriesFetcherTest | class | core/ |
@coversDefaultClass \Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher[[api-linebreak]] |
| SecurityAdvisoriesFetcherTest.php | file | core/ |
|
| SecurityAdvisoriesFetcherTest::$history | property | core/ |
History of requests/responses. |
| SecurityAdvisoriesFetcherTest::$logErrorMessages | property | core/ |
The log error log messages. |
| SecurityAdvisoriesFetcherTest::$modules | property | core/ |
Modules to enable. |
| SecurityAdvisoriesFetcherTest::$watchdogExceptionMessages | property | core/ |
The log messages from watchdog_exception. |
| SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors | function | core/ |
Asserts the expected error messages were logged. |
| SecurityAdvisoriesFetcherTest::getAdvisories | function | core/ |
Gets the advisories from the 'system.sa_fetcher' service. |
| SecurityAdvisoriesFetcherTest::log | function | core/ |
|
| SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories | function | core/ |
Data provider for testIgnoreAdvisories(). |
| SecurityAdvisoriesFetcherTest::providerShowAdvisories | function | core/ |
Data provider for testShowAdvisories(). |
| SecurityAdvisoriesFetcherTest::setExistingProjectVersion | function | core/ |
Sets the existing version of the project. |
| SecurityAdvisoriesFetcherTest::setFeedItems | function | core/ |
Sets the feed items to be returned for the test. |
| SecurityAdvisoriesFetcherTest::setTestFeedResponses | function | core/ |
Sets test feed responses. |
| SecurityAdvisoriesFetcherTest::setUp | function | core/ |
|
| SecurityAdvisoriesFetcherTest::testHttpFallback | function | core/ |
@covers ::doRequest[[api-linebreak]] @covers ::getSecurityAdvisories[[api-linebreak]] |
| SecurityAdvisoriesFetcherTest::testIgnoreAdvisories | function | core/ |
Tests advisories that should be ignored. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate | function | core/ |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisoriesFetcherTest::testInvalidJsonResponse | function | core/ |
Tests that invalid JSON feed responses are not stored. |
| SecurityAdvisoriesFetcherTest::testNoHttpFallback | function | core/ |
@covers ::doRequest[[api-linebreak]] @covers ::getSecurityAdvisories[[api-linebreak]] |
| SecurityAdvisoriesFetcherTest::testShowAdvisories | function | core/ |
Tests contrib advisories that should be displayed. |
| SecurityAdvisory | class | core/ |
Provides a security advisory value object. |
| SecurityAdvisory.php | file | core/ |
|
| SecurityAdvisory::$insecureVersions | property | core/ |
The currently insecure versions of the project. |
| SecurityAdvisory::$isPsa | property | core/ |
Whether this advisory is a PSA instead of another type of advisory. |
| SecurityAdvisory::$project | property | core/ |
The project name for the advisory. |
| SecurityAdvisory::$title | property | core/ |
The title of the advisory. |
| SecurityAdvisory::$type | property | core/ |
The project type for the advisory. |
| SecurityAdvisory::$url | property | core/ |
The URL to the advisory. |
| SecurityAdvisory::createFromArray | function | core/ |
Creates a SecurityAdvisories instance from an array. |
| SecurityAdvisory::getInsecureVersions | function | core/ |
Gets the currently insecure versions of the project. |
| SecurityAdvisory::getProject | function | core/ |
Gets the project associated with the advisory. |
Pagination
- Previous page
- Page 1113
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.