Skip to content

Commit

Permalink
Production Release
Browse files Browse the repository at this point in the history
Sprint 44 Issues:
Add Touchpoint to 889 Tool #325
Dependabot Alert: Regular Expression Denial of Service (ReDoS) in cross-spawn #395
BUG: Grammatical Error on Template #384
BUG: Remove use of 'Tool' from description on Home Screen #388
  • Loading branch information
felder101 committed Dec 5, 2024
1 parent 16ac2ba commit c6f87d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com https://www.googletagmanager.com;">
<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://dap.digitalgov.gov https://www.google-analytics.com
https://www.googletagmanager.com https://touchpoints.app.cloud.gov;">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="icon" href="/favicon.ico" />
<script src="/js/uswds-init.min.js"></script>
<title>GSA 889 Representations Tool</title>
<script async="" type="text/javascript" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=GSA" id="_fed_an_ua_tag"></script>
<script src="https://touchpoints.app.cloud.gov/touchpoints/55c3c7c9.js" async></script>
</head>
<body >
<div id="app" class="grid-row flex flex-column height-full"></div>
Expand Down
6 changes: 3 additions & 3 deletions front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front-end/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ onMounted(() => {
</div>
<div class="padding-bottom-10">
<p>
This tool only checks for Section 889 representations in an
This search only checks for Section 889 representations in an
entity’s SAM.gov record. Only entities doing business above the
Micro-Purchase Threshold (MPT) are required to register in
SAM.gov. Contracts classified as For Official Use Only (FOUO) or contractors who do not wish for their information to be publicly available will not appear in search results.
Expand Down
2 changes: 1 addition & 1 deletion front-end/src/views/PDFView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function formatDate(date) {

<br>
<p>
The full entity record can accessed at:
The full entity record can be accessed at:
<a href="https://sam.gov/"> https://SAM.gov/ </a>
</p>
</div>
Expand Down

0 comments on commit c6f87d3

Please sign in to comment.