Search for %s

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.