generated from cloud-gov/pages-uswds-11ty
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from GSA-TTS/add-new-logic-to-results-page
Updated the faq page and added a security policy.
- Loading branch information
Showing
5 changed files
with
157 additions
and
72 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Security Policy | ||
|
||
As a U.S. Government agency, the General Services Administration (GSA) takes | ||
seriously our responsibility to protect the public's information, including | ||
financial and personal information, from unwarranted disclosure. | ||
|
||
## Reporting a Vulnerability | ||
|
||
Services operated by the U.S. General Services Administration (GSA) | ||
are covered by the **GSA Vulnerability Disclosure Program (VDP)**. | ||
|
||
See the [GSA Vulnerability Disclosure Policy at https://www.gsa.gov/vulnerability-disclosure-policy](https://gsa.gov/vulnerability-disclosure-policy) | ||
for details including: | ||
|
||
* How to submit a report if you believe you have discovered a vulnerability. | ||
* Bug bounty scope. | ||
* GSA's coordinated disclosure policy. | ||
* Information on how you may conduct security research on GSA developed | ||
software and systems. | ||
* Important legal and policy guidance. | ||
|
||
## Supported Versions | ||
|
||
Please note that only certain branches are supported with security updates. | ||
|
||
| Version (Branch) | Supported | | ||
| ---------------- | ------------------ | | ||
| main | :white_check_mark: | | ||
| other | :x: | | ||
|
||
When using this code or reporting vulnerabilities please only use supported versions. |
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 |
---|---|---|
|
@@ -12,31 +12,45 @@ <h1 class="title">Contact</h1> | |
<div class="usa-alert__body"> | ||
<h2 class="usa-alert__heading">Emergency help</h2> | ||
<p>If you need emergency help with an active disaster event, please dial 9-1-1.</p> | ||
<p>Visit FEMA's <a class="usa-link usa-link--external" href="https://www.fema.gov/disaster/current" target="_blank">Current Disasters page</a> for information about recent disasters.</p> | ||
<p>Visit FEMA's <a class="usa-link usa-link--external" href="https://www.fema.gov/disaster/current" | ||
target="_blank">Current Disasters page</a> for information about recent disasters.</p> | ||
</div> | ||
</div> | ||
<div class="contentRow"> | ||
<h class="margin-top-3">Please contact us regarding:</h3> | ||
<h3 class="margin-top-3">Please contact us regarding:</h3> | ||
<ul class="usa-list"> | ||
<li>Feedback or comments based on your experience using this website</li> | ||
<li>Questions about having an organization added to the site’s mutual aid resource results</li> | ||
<li>Issues, problems, or concerns you have using this website</li> | ||
</ul> | ||
<p>Contact the web support team for the Mutual Aid Second Responder Community portal by emailing us at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
<p>Contact the web support team for the Mutual Aid Second Responder Community portal by emailing us at <a | ||
href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
<div class="contentRow"> | ||
<h4>Other disaster recovery needs</h4> | ||
<p>If you are interested in other disaster recovery resources outside of mutual aid for building departments, FEMA offers a variety of tools and programs to assist in the recovery process. </p> | ||
<p>Whether you need financial assistance, legal aid, or guidance on managing long-term recovery, FEMA provides comprehensive support to help you rebuild and recover. Below are some key resources and contact points to get you started:</p> | ||
<h3>Other disaster recovery needs</h3> | ||
<p>If you are interested in other disaster recovery resources outside of mutual aid for building departments, | ||
FEMA offers a variety of tools and programs to assist in the recovery process. </p> | ||
<p>Whether you need financial assistance, legal aid, or guidance on managing long-term recovery, FEMA provides | ||
comprehensive support to help you rebuild and recover. Below are some key resources and contact points to | ||
get you started:</p> | ||
<ul class="usa-list"> | ||
<li><a class="usa-link usa-link--external" href="https://www.disasterassistance.gov/" target="_blank">DisasterAssistance.gov:</a> Apply for individual disaster assistance and track your application status.</li> | ||
<li><a class="usa-link" href="tel:%208006213362">FEMA Helpline:</a> Call <a href="tel:%208006213362">1-800-621-3362</a> for general questions about disaster assistance.</li> | ||
<li><a class="usa-link usa-link--external" href="https://www.fema.gov/emergency-managers/practitioners/recovery-resources/community-toolkit" target="_blank">Community Recovery Management Toolkit:</a> Access resources to help manage long-term recovery.</li> | ||
<li><a class="usa-link usa-link--external" href="https://www.fema.gov/emergency-managers/practitioners/recovery-resilience-resource-library" target="_blank">Recovery and Resilience Resource Library:</a> Find and research federal disaster recovery resources.</li> | ||
<li><a class="usa-link usa-link--external" href="https://www.disasterassistance.gov/" | ||
target="_blank">DisasterAssistance.gov:</a> Apply for individual disaster assistance and track your | ||
application status.</li> | ||
<li><a class="usa-link" href="tel:%208006213362">FEMA Helpline:</a> Call <a | ||
href="tel:%208006213362">1-800-621-3362</a> for general questions about disaster assistance.</li> | ||
<li><a class="usa-link usa-link--external" | ||
href="https://www.fema.gov/emergency-managers/practitioners/recovery-resources/community-toolkit" | ||
target="_blank">Community Recovery Management Toolkit:</a> Access resources to help manage long-term | ||
recovery.</li> | ||
<li><a class="usa-link usa-link--external" | ||
href="https://www.fema.gov/emergency-managers/practitioners/recovery-resilience-resource-library" | ||
target="_blank">Recovery and Resilience Resource Library:</a> Find and research federal disaster | ||
recovery resources.</li> | ||
</ul> | ||
</div> | ||
|
||
</main> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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
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
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