Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#3164 Update urls for X in FAQs, Resources, and Footer #3172

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/assets/data/faqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"questionText": "Are there CVE List data feeds",
"questionResponseParagraphs": [
"Yes, both internal and external feeds of CVE List content are available.",
"CVE Program:<ul><li><a href='https://twitter.com/CVEnew/' target='_blank'>Feed of newly published CVE Records</a> @CVEnew Twitter</li><li><a href='https://github.com/CVEProject/cvelistV5' target='_blank'>CVE List downloads (updated hourly)</a> cvelistV5 repository on GitHub</li></ul>",
"CVE Program:<ul><li><a href='https://x.com/CVEnew' target='_blank'>Feed of newly published CVE Records</a> @CVEnew on X</li><li><a href='https://github.com/CVEProject/cvelistV5' target='_blank'>CVE List downloads (updated hourly)</a> cvelistV5 repository on GitHub</li></ul>",
"External:<ul><li><a href='https://cassandra.cerias.purdue.edu/CVE_changes/' target='_blank'>CVE Change Logs</a> free tool from CERIAS/Purdue University that provides daily and monthly changes to CVE Records.</li></ul>"
]
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/FooterModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
<font-awesome-icon :icon="['fab', 'medium']" aria-labelledby="mediumIcon" aria-hidden="false" focusable="false"/>
</span></a>
<div>
<a class="cve-social-media-icon-with-text" href="https://twitter.com/CVEnew/" target="_blank">
<a class="cve-social-media-icon-with-text" href="https://x.com/CVEnew" target="_blank">
<span class="icon">
<p id="x-twitterNewIcon" class="is-hidden">x-twitter icon for @CVEnew</p>
<font-awesome-icon :icon="['fab', 'x-twitter']" aria-labelledby="x-twitterNewIcon" aria-hidden="false" focusable="false"/>
</span>
New CVE Records
</a>
<a class="cve-social-media-icon-with-text" href="https://twitter.com/CVEannounce/" target="_blank">
<a class="cve-social-media-icon-with-text" href="https://x.com/CVEannounce" target="_blank">
<span class="icon">
<p id="x-twitterAnnounceIcon" class="is-hidden">x-twitter icon for @CVEannounce</p>
<font-awesome-icon :icon="['fab', 'x-twitter']" aria-labelledby="x-twitterAnnounceIcon" aria-hidden="false" focusable="false"/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/ResourcesSupport/Resources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
</h3>
<p class="mb-0 ml-4 has-text-weight-bold">Feed of newly published CVE Records:</p>
<ul class="mt-0 mb-0 tile-body cve-task-tile-list">
<li><a href="https://twitter.com/CVEnew/" target="_blank">@CVEnew Twitter</a></li>
<li><a href="https://x.com/CVEnew" target="_blank">@CVEnew on X</a></li>
<li><a href='https://github.com/CVEProject/cvelistV5' target='_blank'>CVE List downloads (updated hourly)</a>
cvelistV5 repository on GitHub</li>
</ul>
Expand Down
Loading