-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
Astra
theme from 4.8.2 to 4.8.3
- Loading branch information
1 parent
c2d93b4
commit 000dc63
Showing
334 changed files
with
176,833 additions
and
214,949 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
<?php | ||
/** | ||
* The template for displaying 404 pages (not found). | ||
* | ||
* @link https://codex.wordpress.org/Creating_an_Error_404_Page | ||
* | ||
* @package Astra | ||
* @since 1.0.0 | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) { | ||
exit; // Exit if accessed directly. | ||
} | ||
|
||
get_header(); ?> | ||
|
||
<?php if ( astra_page_layout() == 'left-sidebar' ) : ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<?php endif ?> | ||
|
||
<div id="primary" <?php astra_primary_class(); ?>> | ||
|
||
<?php astra_primary_content_top(); ?> | ||
|
||
<?php astra_404_content_template(); ?> | ||
|
||
<?php astra_primary_content_bottom(); ?> | ||
|
||
</div><!-- #primary --> | ||
|
||
<?php if ( astra_page_layout() == 'right-sidebar' ) : ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<?php endif ?> | ||
|
||
<?php get_footer(); ?> | ||
<?php | ||
/** | ||
* The template for displaying 404 pages (not found). | ||
* | ||
* @link https://codex.wordpress.org/Creating_an_Error_404_Page | ||
* | ||
* @package Astra | ||
* @since 1.0.0 | ||
*/ | ||
|
||
if ( ! defined( 'ABSPATH' ) ) { | ||
exit; // Exit if accessed directly. | ||
} | ||
|
||
get_header(); ?> | ||
|
||
<?php if ( astra_page_layout() == 'left-sidebar' ) : ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<?php endif ?> | ||
|
||
<div id="primary" <?php astra_primary_class(); ?>> | ||
|
||
<?php astra_primary_content_top(); ?> | ||
|
||
<?php astra_404_content_template(); ?> | ||
|
||
<?php astra_primary_content_bottom(); ?> | ||
|
||
</div><!-- #primary --> | ||
|
||
<?php if ( astra_page_layout() == 'right-sidebar' ) : ?> | ||
|
||
<?php get_sidebar(); ?> | ||
|
||
<?php endif ?> | ||
|
||
<?php get_footer(); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
# Security Policy | ||
|
||
Thank you for your interest in helping us improve the security of our open source products, websites and other properties. | ||
|
||
We have created this Bug Bounty program to appreciate and reward your efforts. | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please report (suspected) security vulnerabilities to | ||
**[[email protected]](mailto:[email protected])**. You will receive a response from | ||
us within 48 hours. If the issue is confirmed, we will release a patch as soon | ||
as possible depending on complexity but historically within a few days. | ||
|
||
We have [a bug bounty program](https://brainstormforce.com/bug-bounty-program/) too which gives people guidelines on how a report should be reported and how we can reward them for proper reporting. | ||
|
||
If our team cannot reproduce and verify an issue, a bounty cannot be awarded. To help streamline our intake process, we ask that submissions include: | ||
|
||
- Description of the vulnerability | ||
- Steps to reproduce the reported vulnerability | ||
- Proof of exploitability (e.g. screenshot, video) | ||
- Perceived impact to another user or the organization | ||
- Proposed CVSSv3 Vector & Score (without environmental and temporal modifiers) | ||
- List of URLs and affected parameters | ||
- Other vulnerable URLs, additional payloads, Proof-of-Concept code | ||
- Browser, OS and/or app version used during testing | ||
- Impact of the bug | ||
|
||
Security reports should be sent to **[[email protected]](mailto:[email protected])** | ||
|
||
For more details, please [visit this page](https://brainstormforce.com/bug-bounty-program/). | ||
|
||
Once again, thank you for helping us improve security. We really appreciate it. | ||
# Security Policy | ||
|
||
Thank you for your interest in helping us improve the security of our open source products, websites and other properties. | ||
|
||
We have created this Bug Bounty program to appreciate and reward your efforts. | ||
|
||
## Reporting a Vulnerability | ||
|
||
Please report (suspected) security vulnerabilities to | ||
**[[email protected]](mailto:[email protected])**. You will receive a response from | ||
us within 48 hours. If the issue is confirmed, we will release a patch as soon | ||
as possible depending on complexity but historically within a few days. | ||
|
||
We have [a bug bounty program](https://brainstormforce.com/bug-bounty-program/) too which gives people guidelines on how a report should be reported and how we can reward them for proper reporting. | ||
|
||
If our team cannot reproduce and verify an issue, a bounty cannot be awarded. To help streamline our intake process, we ask that submissions include: | ||
|
||
- Description of the vulnerability | ||
- Steps to reproduce the reported vulnerability | ||
- Proof of exploitability (e.g. screenshot, video) | ||
- Perceived impact to another user or the organization | ||
- Proposed CVSSv3 Vector & Score (without environmental and temporal modifiers) | ||
- List of URLs and affected parameters | ||
- Other vulnerable URLs, additional payloads, Proof-of-Concept code | ||
- Browser, OS and/or app version used during testing | ||
- Impact of the bug | ||
|
||
Security reports should be sent to **[[email protected]](mailto:[email protected])** | ||
|
||
For more details, please [visit this page](https://brainstormforce.com/bug-bounty-program/). | ||
|
||
Once again, thank you for helping us improve security. We really appreciate it. |
Oops, something went wrong.