@forge/manifest 8.3.0 → 8.3.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"additionalProperties": false,
|
|
408
408
|
"properties": {
|
|
409
409
|
"allowDataEgress": {
|
|
410
|
-
"description": "If set to false, webtriggers
|
|
410
|
+
"description": "If set to false, the developer has opted into no-egress webtriggers. Inherently, webtriggers have the capability of egressing data from Forge apps, making apps using them ineligible for the RoA badge. These no-egress webtriggers give apps a pathway to RoA eligibility by sanitising response bodies, headers, and any other way responses can egress data when called via webtriggers. \nMore details can be found here: https://hello.atlassian.net/wiki/spaces/ECO/pages/4562786428/WIP+ECORFC-409+-+No+egress+for+Web-Triggers",
|
|
411
411
|
"type": "boolean"
|
|
412
412
|
},
|
|
413
413
|
"allowedResponses": {
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -774,7 +774,8 @@ export interface Modules {
|
|
|
774
774
|
security?: {
|
|
775
775
|
egress?: {
|
|
776
776
|
/**
|
|
777
|
-
* If set to false, webtriggers
|
|
777
|
+
* If set to false, the developer has opted into no-egress webtriggers. Inherently, webtriggers have the capability of egressing data from Forge apps, making apps using them ineligible for the RoA badge. These no-egress webtriggers give apps a pathway to RoA eligibility by sanitising response bodies, headers, and any other way responses can egress data when called via webtriggers.
|
|
778
|
+
* More details can be found here: https://hello.atlassian.net/wiki/spaces/ECO/pages/4562786428/WIP+ECORFC-409+-+No+egress+for+Web-Triggers
|
|
778
779
|
*/
|
|
779
780
|
allowDataEgress: boolean;
|
|
780
781
|
/**
|
|
@@ -1675,7 +1676,8 @@ export interface Modules {
|
|
|
1675
1676
|
security?: {
|
|
1676
1677
|
egress?: {
|
|
1677
1678
|
/**
|
|
1678
|
-
* If set to false, webtriggers
|
|
1679
|
+
* If set to false, the developer has opted into no-egress webtriggers. Inherently, webtriggers have the capability of egressing data from Forge apps, making apps using them ineligible for the RoA badge. These no-egress webtriggers give apps a pathway to RoA eligibility by sanitising response bodies, headers, and any other way responses can egress data when called via webtriggers.
|
|
1680
|
+
* More details can be found here: https://hello.atlassian.net/wiki/spaces/ECO/pages/4562786428/WIP+ECORFC-409+-+No+egress+for+Web-Triggers
|
|
1679
1681
|
*/
|
|
1680
1682
|
allowDataEgress: boolean;
|
|
1681
1683
|
/**
|