Skip to content

Commit 9a3b8ac

Browse files
committed
temp check of 3/24 release
1 parent d3bdae4 commit 9a3b8ac

8 files changed

Lines changed: 515 additions & 229 deletions

File tree

package-lock.json

Lines changed: 216 additions & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ export default {
4242
+ 'vulnerabilities and exposures'
4343
});
4444
},
45+
mounted() {
46+
47+
// Hide the cookie widget that runs along the right side of the website
48+
// window.
49+
50+
window.Osano.cm.hideWidget();
51+
},
4552
head() {
4653
4754
const isProductionSite = useGenericGlobalsStore().isProductionWebsite;
@@ -77,6 +84,7 @@ export default {
7784
@use 'bulmaCveCustomizations';
7885
@use 'bulma-timeline';
7986
@use 'globals';
87+
@use 'osano';
8088
@use 'routerLink';
8189
8290
#cve-skip-link {

src/assets/data/CNAsList.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10150,7 +10150,7 @@
1015010150
"advisories": [
1015110151
{
1015210152
"label": "Advisories",
10153-
"url": "https://product.m-files.com/security-advisories/"
10153+
"url": "https://empower.m-files.com/security-advisories"
1015410154
}
1015510155
]
1015610156
},
@@ -28584,5 +28584,61 @@
2858428584
]
2858528585
},
2858628586
"country": "USA"
28587+
},
28588+
{
28589+
"shortName": "Cribl",
28590+
"cnaID": "CNA-2026-0015",
28591+
"organizationName": "Cribl, Inc.",
28592+
"scope": "Vulnerabilities identified in Cribl products, and vulnerabilities discovered by, or reported to, Cribl that are not in another CNA’s scope.",
28593+
"contact": [
28594+
{
28595+
"email": [],
28596+
"contact": [
28597+
{
28598+
"label": "Cribl contact page",
28599+
"url": "https://helpx.adobe.com/security/alertus.html"
28600+
}
28601+
],
28602+
"form": []
28603+
}
28604+
],
28605+
"disclosurePolicy": [
28606+
{
28607+
"label": "Policy",
28608+
"language": "",
28609+
"url": "https://cribl.io/vulnerability-disclosure-program/"
28610+
}
28611+
],
28612+
"securityAdvisories": {
28613+
"alerts": [],
28614+
"advisories": [
28615+
{
28616+
"label": "Advisories",
28617+
"url": "https://trust.cribl.io/notifications"
28618+
}
28619+
]
28620+
},
28621+
"resources": [],
28622+
"CNA": {
28623+
"isRoot": false,
28624+
"root": {
28625+
"shortName": "icscert",
28626+
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA) Industrial Control Systems (ICS)"
28627+
},
28628+
"type": [
28629+
"Vendor"
28630+
],
28631+
"TLR": {
28632+
"shortName": "CISA",
28633+
"organizationName": "Cybersecurity and Infrastructure Security Agency (CISA)"
28634+
},
28635+
"roles": [
28636+
{
28637+
"helpText": "",
28638+
"role": "CNA"
28639+
}
28640+
]
28641+
},
28642+
"country": "USA"
2858728643
}
2858828644
]

src/assets/data/metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@
11801180
},
11811181
{
11821182
"month": "March",
1183-
"value": "3"
1183+
"value": "4"
11841184
},
11851185
{
11861186
"month": "April",

src/assets/data/news.json

Lines changed: 225 additions & 2 deletions
Large diffs are not rendered by default.

src/assets/style/osano.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
@use 'variables' as *;
22

3-
/* Must hides cookie icon in footer */
4-
.osano-cm-widget{
5-
display: none !important;
6-
}
7-
83
/* Top banner: background */
94
.osano-cm-dialog {
105
background: $theme-color-warning-lighter;

src/components/NewsModule.vue

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
</h2>
2121
<span class ="level is-mobile has-text-grey-dark mb-1">
2222
<div class ="level-left">
23-
<span class ="level-item tag is-rounded has-text-grey-dark is-capitalized">{{newsItem.newsType}}</span>
24-
<p class="level-item" v-if="newsItem.newsType == 'blog'">By {{newsItem.author.name}}
23+
<span class ="level-item tag is-normal is-rounded has-text-grey-dark is-capitalized">
24+
{{newsItem.newsType}}
25+
</span>
26+
<span class="level-item" v-if="newsItem.newsType == 'blog'">By {{newsItem.author.name}}
2527
<span class="pl-1" v-if="newsItem.author.organization.name !== 'CVE Program'">from</span>
2628
<span class="icon-text" v-if="newsItem.author.organization.name !== 'CVE Program'">
2729
<a class="pl-1" :href="newsItem.author.organization.url">
@@ -33,7 +35,7 @@
3335
</a>
3436
</span>
3537
<span class="pl-3">|</span>
36-
</p>
38+
</span>
3739
<time class ="level-item" :datetime="newsItem.date">{{formatDate(newsItem.date)}}</time>
3840
</div>
3941
</span>

src/views/Media/News/NewsItem.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
<h1 class="title" v-html="newsItem.title"></h1>
1111
<span class ="level is-mobile has-text-grey-dark mb-3">
1212
<div class ="level-left">
13-
<span class ="level-item tag is-rounded has-text-grey-dark is-capitalized">{{newsItem.newsType}}</span>
13+
<span class ="level-item tag is-normal is-rounded has-text-grey-dark is-capitalized">
14+
{{newsItem.newsType}}
15+
</span>
1416
<time class ="level-item" :datetime="newsItem.date">{{formatDate(newsItem.date)}}</time>
1517
</div>
1618
</span>

0 commit comments

Comments
 (0)