Skip to content

Commit

Permalink
Merge pull request #7896 from geoff-rmtech/fix-cpes-that-are-too-long
Browse files Browse the repository at this point in the history
Fix cpes that are too long
  • Loading branch information
AliasIO authored Aug 3, 2023
2 parents 3ed9a8c + 988c6f7 commit 6de8ec9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/technologies/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -3110,7 +3110,7 @@
"cats": [
12
],
"cpe": "cpe:2.3:a:angularjs:angular:*:*:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:angularjs:angular:*:*:*:*:*:*:*:*",
"description": "Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google.",
"dom": {
"[ng-version]": {
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/o.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"cats": [
1
],
"cpe": "cpe:2.3:a:omeka:omeka:*:*:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:omeka:omeka:*:*:*:*:*:*:*:*",
"description": "Omeka is a free Content Management System (CMS) used by archives, historical societies, libraries, museums, and individual researchers for publishing digital collections.",
"icon": "Omeka.png",
"dom": "link[rel*='stylesheet'][href*='css/myomeka.css'], link[rel*='stylesheet'][href*='/omeka/plugins/'], footer > p > a[href*='//omeka.org']",
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
"cookies": {
"SAKAIID": ""
},
"cpe": "cpe:2.3:a:sakailms:sakai:*:*:*:*:*:*:*:*:*",
"cpe": "cpe:2.3:a:sakailms:sakai:*:*:*:*:*:*:*:*",
"description": "Sakai is a robust open-source learning management system created by higher ed for higher ed.",
"icon": "Sakai.png",
"js": {
Expand Down

0 comments on commit 6de8ec9

Please sign in to comment.