How to enable Vulnerability alerts through the GitHub API or GraphQL - security

I have searched high and low, but I can't find anything telling me how to enable GitHub Vulnerability alerts through their API. I conversely can't find anything saying it's not supported.
Does anyone know where I can find the API documentation if it is supported, or can someone tell me it's not? I have just completed a migration to GitHub for my origination and we have ~750 repositories so enabling them all manually is... less than ideal.

we released an API for this scenario a while back, so you can now enable or disable security alerts in bulk using that. We also published a sample which calls that API for all the repositories in an organization.
API: https://developer.github.com/v3/previews/#enable-or-disable-vulnerability-alerts-for-a-repository
Sample: https://github.com/github/enable-security-alerts-sample

#Russ looks like it's only available according to the UI. I am in the same position in needing to enable this for a very large number of repos.
Take a look at: https://github.community/t5/GitHub-API-Development-and/Security-vulnerability-alerts/td-p/15846

I got this from my companies GitHub service rep:
Enable security vulnerability via API (v3 or v4)
I've raised this and currently in conversations with the team that is responsible for
this feature to see when this could be addressed. I have to say this
is an exception to the GitHub rule of API/Platform first. I apologise
for that.

Related

Is there a way to select a tenant in Azure Toolkit for IntelliJ?

Is there anyway to select a tenant that is not default when I log in via Azure Toolkit for IntelliJ ?
Once I sign in, there seems to be no way to change the tenant. How do I do that ?
It says this has been fixed in a GitHub issue, but provides no details on how to use the functionality.
It is marked as feature request but not yet implemented this way of Signing of selecting a tenant in IntelliJ IDE Toolkit as described in this GitHub Issue #4456 you have mentioned.
From this Issue, I have traversed the previous ticket issues given at the end of each Ticket Page and then I came to know this is marked as feature-request type but not fixed yet and they have provided the MS doc everywhere which provides the information on available ways of Sign-in instructions in IntelliJ IDE ToolKit.

Do we have DigitalRiver payment method supported in BigCommerce?

I want to add a new payment method in BigCommerce for Digital River.
The API's don't allow.
I have seen the workaround mentioned in : Creating new payment method for Bigcommerce
But that's just a hack, and we need something build in, don't want to write the DR wrapped in whole.
I looked at the SDK : https://github.com/bigcommerce/checkout-sdk-js/tree/master/src/payment/strategies/digitalriver
where DR is added couple of weeks ago, is this something going to be supported sooner ?
You're right that this is not currently supported via apis in the docs. As creating a new payment integration is not as straight-forward as other integrations, such as shipping or tax for example, which use the rest apis in the BigCommerce dev docs.
This process requires a partnership with BigCommerce, in addition to being a large time & resource investment. I do have good news though -- BigCommerce is currently working with this provider to build this integration! :)

Unable to get my App Approved from Microsoft App Store

Can anyone provide me the steps or the testing criteria which Microsoft App approval team is using?
I have tried 3 times to get my app approved from them but it is failing due to some design related issue. They have not reproted any functionality related or technical bugs though.
So can you please provide some type of guidelines other than the Official guideline provided by Microsoft?
I have already gone through the guidelines provided by Microsoft for the SharePoint Addin.
https://learn.microsoft.com/en-us/office/dev/store/validation-policies
Is there anything else I need to consider?
If I want how can I contact with Microsoft tester to get appropriate details of error or let them understand that they reported as a bug is actually not a bug?
At last I am able to get it approved you can visit that app here:
https://appsource.microsoft.com/en-us/product/office/WA104381785

Auto post picture to instagram as story

I want to know, if there is an api that supports to post/publish automatically a picture as a instagram story.
Currently I am using the instagram4j api that works perfectly to publish pictures in the regular feed, but I want to be able to plan that every day a picture is published as a story.
Is there such an api?
Sounds like this is something other developers have requested on the GitHub repo issues section for the Instagram4j API.
https://github.com/brunocvcunha/instagram4j/issues/42
Might be worth following this and +1 ing the issue.
As off now, Instagram's official API doesn't allow this unfortunately.
An alternative might be to check this repo on GitHub.
https://github.com/mgp25/Instagram-API/blob/master/src/Request/Story.php
I haven't tested it myself but that might be something worth considering.

Do the Web Store Payments work still? Docs accurate?

There's no recent posts or activity, the documentation is ancient, and my efforts to add subscription payments just outputs this for a subscription purchase:
The query calls all seem to work, the payment box opens, but I'm thinking that maybe I'm chasing a deprecated API? I'm not sure what's still active and what's not. :( I've tried in both debug mode and with a published (unlisted) app.
You may check on this link. Maybe your Google Account had Google Payments disabled for all users. Try enabling it and see if it works. You can also try deleting your card from your account and add it back again or try different browsers and delete caches.
This issue was also reported in this thread and suggested action is to contact the support team to fix the issue.

Resources