@@ -4759,6 +4759,8 @@ describe('modules/platform/github/index', () => {
47594759 . reply ( 200 , [
47604760 {
47614761 security_advisory : {
4762+ ghsa_id : 'GHSA-1234-5678-9012' ,
4763+ summary : 'summary' ,
47624764 description : 'description' ,
47634765 identifiers : [ { type : 'type' , value : 'value' } ] ,
47644766 references : [ ] ,
@@ -4779,6 +4781,8 @@ describe('modules/platform/github/index', () => {
47794781 } ,
47804782 {
47814783 security_advisory : {
4784+ ghsa_id : 'GHSA-1234-5678-9012' ,
4785+ summary : 'summary' ,
47824786 description : 'description' ,
47834787 identifiers : [ { type : 'type' , value : 'value' } ] ,
47844788 references : [ ] ,
@@ -4833,6 +4837,8 @@ describe('modules/platform/github/index', () => {
48334837 . reply ( 200 , [
48344838 {
48354839 security_advisory : {
4840+ ghsa_id : 'GHSA-1234-5678-9012' ,
4841+ summary : 'summary' ,
48364842 description : 'description' ,
48374843 identifiers : [ { type : 'type' , value : 'value' } ] ,
48384844 references : [ ] ,
@@ -4854,6 +4860,8 @@ describe('modules/platform/github/index', () => {
48544860
48554861 {
48564862 security_advisory : {
4863+ ghsa_id : 'GHSA-1234-5678-9012' ,
4864+ summary : 'summary' ,
48574865 description : 'description' ,
48584866 identifiers : [ { type : 'type' , value : 'value' } ] ,
48594867 references : [ ] ,
@@ -4885,6 +4893,8 @@ describe('modules/platform/github/index', () => {
48854893 . reply ( 200 , [
48864894 {
48874895 security_advisory : {
4896+ ghsa_id : 'GHSA-1234-5678-9012' ,
4897+ summary : 'summary' ,
48884898 description : 'description' ,
48894899 identifiers : [ { type : 'type' , value : 'value' } ] ,
48904900 references : [ ] ,
@@ -4922,6 +4932,8 @@ describe('modules/platform/github/index', () => {
49224932 [
49234933 {
49244934 security_advisory : {
4935+ ghsa_id : 'GHSA-1234-5678-9012' ,
4936+ summary : 'summary' ,
49254937 description : 'description' ,
49264938 identifiers : [ { type : 'type' , value : 'value' } ] ,
49274939 references : [ ] ,
@@ -4942,6 +4954,8 @@ describe('modules/platform/github/index', () => {
49424954 } ,
49434955 {
49444956 security_advisory : {
4957+ ghsa_id : 'GHSA-1234-5678-9012' ,
4958+ summary : 'summary' ,
49454959 description : 'description' ,
49464960 identifiers : [ { type : 'type' , value : 'value' } ] ,
49474961 references : [ ] ,
@@ -4971,6 +4985,8 @@ describe('modules/platform/github/index', () => {
49714985 . reply ( 200 , [
49724986 {
49734987 security_advisory : {
4988+ ghsa_id : 'GHSA-1234-5678-9012' ,
4989+ summary : 'summary' ,
49744990 description : 'description' ,
49754991 identifiers : [ { type : 'type' , value : 'value' } ] ,
49764992 references : [ ] ,
0 commit comments