Skip to content

Commit

Permalink
feat:[PLG-598] Burp Suite Plugin (#2277)
Browse files Browse the repository at this point in the history
* feat:[PLG-598] Burp Suite Plugin

[PLG-598]

* moved plugins.in.v1 config to EE
  • Loading branch information
akashpaladin committed Jun 25, 2024
1 parent 976251e commit 324a84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/resources/pacbot_app/files/DB.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3125,7 +3125,7 @@ INSERT IGNORE INTO pac_v2_ui_options (filterId,optionName,optionValue,optionURL)

/* Plugin developed using PluginEngine V1 */
INSERT INTO pac_config_properties (`cfkey`,`value`,`application`,`profile`,`label`,`createdBy`,`createdDate`,`modifiedBy`,`modifiedDate`)
VALUES ('plugins.in.v1','gcp,redhat,contrast,checkmarx,crowdstrike,rapid7,wiz','job-scheduler','prd','latest','System',now(),NULL,NULL) ON DUPLICATE KEY UPDATE value = 'gcp,redhat,contrast,checkmarx,crowdstrike,rapid7,wiz', modifiedBy='System', modifiedDate=now();
VALUES ('plugins.in.v1','gcp','job-scheduler','prd','latest','System',now(),NULL,NULL) ON DUPLICATE KEY UPDATE value = 'gcp', modifiedBy='System', modifiedDate=now();

/* Contrast asset application, library */
INSERT INTO `cf_Target` (`targetName`, `targetDesc`, `category`, `dataSourceName`, `targetConfig`, `status`, `userId`, `endpoint`, `createdDate`, `modifiedDate`, `domain`,displayName)
Expand Down

0 comments on commit 324a84c

Please sign in to comment.