Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ OData Connected Service 0.9.0 Release

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š OData Connected Service 0.9.0 Release


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: devblogs.microsoft.com

OData Connected Service 0.9.0 has been released and is now available on Visual Studio Marketplace. This releaseย adds the following features and bug fixes:

  1. Emitting service metadata to an XML file
  2. Excludingย some schema types from being emitted onto the Connected Service proxy class
  3. Refinements andย minorย bug fixes

ย You can get the extension fromย Visual Studio Marketplace

  1. Emitting service metadata to an XML file

    Prior to this release, the service metadata would be emitted as a long unwieldy string in the C# or VB proxy class generated on the client.ย The service metadata willย nowย be emitted to an XML file namedย Csdl.xmlย located underย ConnectedService<Service Name>ย directory. Since the service metadata is required when initializing aย DataServiceContext, the file is embedded in the assembly during the build process. This ensures thatย if theย executable is moved around or packaged for distribution the fileย will be loadedย as a manifest resource.

    Image OData Connected Service Metadata XML File

  2. Excludingย someย schema types from being emitted onto the Connectedย Serviceย proxy class

    Support for excluding operation imports was introduced in 0.7.0 release. The idea behind that feature was to help you control the size of the generated proxy. In this release, we have enhanced that to support exclusion of schema types โ€“ enum, complex and entity types. The user is able to deselect schema types that they do not wish to have emitted on the Connected Service proxy. However, to guarantee that the auto-generated code always builds, if a user deselects a schema type that another selected schema type depends on, the user will be alerted about it and the dependency included automatically. For the same reason, when a user selects a structured type, all its dependencies also get selected automatically.

    Image OData Connected Service Schema Types Selection

  3. Refinements and minor bug fixes

    • A bug was observed when updating Connected Service without visiting all wizard pages. For the wizard pages not visited, the choices and values entered when the Connected Service was initially added would be replaced with defaults.
    • For users who elected to generate multiple files when adding a Connected Service, later when updating the service proxy theyโ€™d get multiple prompts confirming if they wanted to replace the existing files. In some instances, the prompts would fill the screen and cause the extension to crash.
    • A few navigation and naming refinements also made it into the release

ย 

ย 

ย 

The post OData Connected Service 0.9.0 Release appeared first on OData.

...



๐Ÿ“Œ Using SkipToken for Paging in Asp.Net OData and Asp.Net Core OData


๐Ÿ“ˆ 43.9 Punkte

๐Ÿ“Œ Migrating OData V3 Services to OData V4 without Disrupting Existing Clients


๐Ÿ“ˆ 43.9 Punkte

๐Ÿ“Œ OData Connected Service 0.4.0 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service version 0.6.0 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service version 0.5.0 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service 0.7.1 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service v0.8.0 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service 0.9.0 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ OData Connected Service 0.9.1 Release


๐Ÿ“ˆ 40.51 Punkte

๐Ÿ“Œ Vuln: Microsoft OData CVE-2018-8269 Denial of Service Vulnerability


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ Microsoft Data.OData Web Request denial of service [CVE-2018-8269]


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ SAP Adaptive Server Enterprise 16 Odata Server Crash denial of service


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ SAP Focused RUN 200/300 oData Service improper authorization


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ CVE-2023-29111 | SAP AIF 755/756 ODATA Service information disclosure


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ SAP Adaptive Server Enterprise 16 Odata Server Crash Denial of Service


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ SAP Adaptive Server Enterprise 16 Odata Server Crash Denial of Service


๐Ÿ“ˆ 24.7 Punkte

๐Ÿ“Œ Blazor and Customizing the OData entity model | On .NET


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ #0daytoday #Apache Olingo OData 4.0 - XML External Entity Injection Exploit [webapps #exploits #0day #Exploit]


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ [webapps] Apache Olingo OData 4.0 - XML External Entity Injection


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Apache Olingo OData 4.6.x XML Injection


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Experimenting with OData in ASP.NET Core 3.1


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ $select Enhancement in ASP.NET Core OData


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Integrating Cosmos DB with OData (Part 3)


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Simplifying EDM with OData


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Enabling Pagination in Blazor with OData


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Integrating Cosmos DB with OData (Part 1)


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Enabling Endpoint Routing in OData


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ SAP Mobile Platform 3.0 Offline OData Application information disclosure


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ OData Model Builder now Available


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Exploring Graph Native Support for OData


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ SAP Gateway 750/751/752/753 OData Request HTTP Header information disclosure


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Adding a little Swagger to OData | On .NET


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Customize Control Information for full metadata requests in odata.net


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Optimizing Web Applications with OData $Select


๐Ÿ“ˆ 21.95 Punkte

๐Ÿ“Œ Aggregation extensions in OData ASP.NET Core


๐Ÿ“ˆ 21.95 Punkte











matomo