EP3830687A1 - Verfahren zum analysieren von quelltexten - Google Patents
Verfahren zum analysieren von quelltextenInfo
- Publication number
- EP3830687A1 EP3830687A1 EP19746460.5A EP19746460A EP3830687A1 EP 3830687 A1 EP3830687 A1 EP 3830687A1 EP 19746460 A EP19746460 A EP 19746460A EP 3830687 A1 EP3830687 A1 EP 3830687A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- source code
- source
- identified
- vulnerability
- text
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/577—Assessing vulnerabilities and evaluating computer system security
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/362—Debugging of software
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/54—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/55—Detecting local intrusion or implementing counter-measures
- G06F21/56—Computer malware detection or handling, e.g. anti-virus arrangements
- G06F21/562—Static detection
- G06F21/565—Static detection by checking file integrity
Definitions
- the invention relates to a method for analyzing source texts, comprising the step of: identifying source text weak points which are susceptible to attacks on implementation.
- the invention relates to a device for data processing, a computer program product and a computer-readable data carrier.
- source code developers are regularly supported in source code generation so that the source code development is accelerated and the susceptibility to errors of the later software is reduced.
- a developer support known in the prior art is syntax highlighting, in which the source text is subjected to a syntax check during the active source code development, so that code errors can be identified during the active source code development.
- the source code developer is made aware of these during the active source code development by optically highlighting the identified source code passages.
- the syntax highlighting reduces errors occurring in the compilation phase, so that software development is accelerated.
- real-time source code checks which examine the source code for unsafe standard functions such as strcpy or printf during active source code development.
- the source text can be compared, for example, with a kind of dictionary of previously defined insecure standard functions.
- This is a purely static check, by which no source text vulnerabilities can be identified, which are susceptible to implementation attacks.
- Source code vulnerabilities that are susceptible to implementation attacks have so far only been identified during the runtime of a program, i.e. after programming and implementation have been completed.
- software emulation or the analysis of a test system is necessary, for example.
- Program compilation or the binary file is therefore necessary to identify corresponding source text vulnerabilities. If the corresponding source code vulnerabilities are identified, it is therefore necessary to turn to source code development again, which means that time-consuming and therefore costly development loops are necessary to remedy the identified vulnerabilities.
- Source code developer for corresponding vulnerability patterns For corresponding vulnerability patterns.
- the known methods do not lead to learning progress among the source code developers.
- the object on which the invention is based is therefore to accelerate and / or simplify the development of source texts which are not susceptible to implementation attacks.
- the object is achieved by a method of the type mentioned at the outset, in which the source code vulnerabilities are identified during active source code development without the need for program compilation.
- the invention takes advantage of the knowledge that by identifying source code vulnerabilities, which are susceptible to implementation attacks, during active source code development, time-consuming and costly development loops, which require software emulation or analysis of a test system, can be avoided. Furthermore, the identification of corresponding source code vulnerabilities during active source code development allows direct feedback to the source code developer, which source code developer for corresponding source code vulnerabilities can be achieved.
- the source code analysis therefore extends to the dynamic implementation behavior of the source code and not only to unsafe standard functions such as strcpy or printf.
- the term implementation attack does not include any attacks that occur exclusively at the software level.
- the method is preferably carried out partially or completely in an integrated development environment. In particular, it is not necessary to generate a binary file to identify corresponding source code vulnerabilities. Overall, the development process is significantly accelerated and the source code is significantly less susceptible to implementation attacks.
- identifying the source code vulnerabilities which are susceptible to implementation attacks comprises identifying source code vulnerabilities which are susceptible to side channel attacks and / or identifying source code vulnerabilities which are susceptible to error injection attacks.
- Side channel attacks and error injection attacks are sub-types of implementation attacks.
- Side channel attacks can also be referred to as side channel attacks (SCA).
- SCA side channel attacks
- Side-channel attacks exploit the physical implementation of a cryptosystem in a device or in software. A device is observed when cryptographic algorithms are executed and a correlation between the observed information and a key used is examined. Corresponding side-channel attacks can be based, for example, on the analysis of the running time of an algorithm, the energy consumption during calculation processes or the electromagnetic radiation.
- Fault injection attacks can also be referred to as fault injection attacks (FIA). With error injection, for example, glitches can be introduced into the supply voltage of a device become. Another error injection involves inserting noise into a device's clock signal. In addition, fault injection attacks are known in which the attacked device is exposed to radiation.
- the method according to the invention is further advantageously developed by optically highlighting the identified source code vulnerabilities, with the identified highlighting of the identified source code vulnerabilities occurring during active source text development without the need for program compilation.
- the optical highlighting can be done, for example, by a colored background, the setting of a changed text color and / or the setting of a changed font or a changed font style.
- a pop-up window can be displayed, which informs the source developer of the identified source code vulnerability.
- Source code vulnerabilities and / or visual highlighting of the identified source code vulnerabilities in real time during active source code development are corresponding source code vulnerabilities during programming
- the method according to the invention is further advantageously developed in that a stored explanation of the identified source code vulnerability is loaded automatically. Alternatively or additionally, an explanation of the identified source code vulnerability generated automatically. Depending on the complexity of the identified source code vulnerability, it may be sufficient to make the source code developer aware of the source code vulnerability with a stored explanation and / or to provide the source code developer with additional information on the identified source code vulnerability by means of a stored explanation. In other cases, the identified source text vulnerability can be used to generate a corresponding explanation, so that the generated description includes source-specific elements that relate to the source text actually formulated by the source developer. Alternatively or additionally, the method can include automatically displaying the loaded or generated explanation of the identified source code vulnerability.
- an alternative source text to the identified source text vulnerability is generated automatically and / or the generated alternative source text to the identified source text vulnerability is displayed automatically.
- the source code preferably does not include any source code vulnerabilities that are susceptible to implementation attacks.
- the alternative source text can have a new source text structure.
- a method according to the invention is preferred in which the identified source code weak point is automatically replaced by the generated alternative source text on the basis of a correction command entered by a source text developer. In this way, the time-consuming manual adjustment of the source code to eliminate the identified source code vulnerability is eliminated. This will further accelerate source code development.
- the method according to the invention can be used to analyze
- Source texts are used, which are used in vehicles, especially in automobiles.
- the Source texts for in-vehicle control devices are used.
- Other areas of application are the development of
- Smartcard software developments relating to the Internet of Things, Industry 4.0 and other developments for areas in which devices interact with one another and a high degree of security is necessary.
- the object on which the invention is based is also achieved by a device for data processing, which comprises a processor which is configured in such a way that it executes the method for analyzing source texts according to one of the embodiments described above.
- a device for data processing which comprises a processor which is configured in such a way that it executes the method for analyzing source texts according to one of the embodiments described above.
- the object on which the invention is based is also achieved by a computer program product which comprises commands which, when the program is executed by a computer, cause the computer to carry out the method for analyzing source texts according to one of the embodiments described above.
- a computer program product which comprises commands which, when the program is executed by a computer, cause the computer to carry out the method for analyzing source texts according to one of the embodiments described above.
- the object on which the invention is based is also achieved by a computer-readable data carrier on which the computer program product described above is stored.
- Fig. 1 parts of a device according to the invention for
- FIG. 1 schematically shows an exemplary embodiment of the method according to the invention for analyzing source texts 10.
- the method is carried out by means of a device for data processing, the device comprising a processor which is configured such that it can carry out the method described below.
- the method is based on a computer program product which comprises instructions which, when the program is executed by a computer, cause the computer to execute the method accordingly.
- source code weak points 14 are identified within a source code 10 entered by a source code developer.
- the source text developer enters the source text 10 into an editor 12 via an input device designed as a keyboard. Identifying the source text 10 into an editor 12 via an input device designed as a keyboard. Identifying the source text 10 into an editor 12 via an input device designed as a keyboard.
- Code vulnerabilities 14 occur in real time during active code development and without the need for program compilation.
- source code vulnerabilities 14 are identified that are susceptible to implementation attacks, such as side channel attacks or error injection attacks.
- the source code analysis does not extend to insecure standard functions, such as strcpy or printf, but rather to the implementation behavior of the source text 10.
- source code vulnerabilities 14 are identified that are susceptible to implementation attacks, the identified source code vulnerabilities 14 are highlighted so that the source code developer is made aware of the source code vulnerabilities 14 during the active source code development.
- the optical highlighting of the identified source code weak points 14 thus also takes place on-the-fly, that is to say during active source code development without the need for program compilation.
- the source text 10 contains a for statement and an if statement. Both instructions were identified as vulnerable to implementation attacks and highlighted visually.
- the if statement was identified as source text vulnerability 14 in the process, which is susceptible to side channel attacks.
- a window 16a was opened for the if statement, which includes the segments 18a, 18b.
- a stored explanation of the identified source code weak point 14 is displayed to the source text developer, namely that the if statement is not balanced and thus an abuse of time behavior can occur.
- the source code developer is shown a correction suggestion for eliminating the source code vulnerability 14, namely that the if statement is to be combined with an else statement.
- the for statement was identified as source text vulnerability 14 in the process, which is susceptible to error injection attacks.
- a window 16b was opened for the for statement, which includes the segments 20a, 20b.
- the segment 20a a stored explanation of the identified source code vulnerability 14 is displayed to the source code developer, namely that no end is defined for the for loop and therefore an abuse of control flow manipulation is possible.
- the source code developer is shown a correction proposal for eliminating the source code vulnerability 14, namely the insertion of a second count value, which checks whether all iterations of the for loop have been carried out. Furthermore, it is proposed to insert an else statement in segment 20b to eliminate the source code vulnerability 14.
- the displayed alternative source texts can thus have modified and / or supplemented source text structures.
- the source text developer can replace the identified source code by entering an appropriate correction command. Initiate text weak point 14 by the displayed alternative source text.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Virology (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- Stored Programmes (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102018213053.1A DE102018213053A1 (de) | 2018-08-03 | 2018-08-03 | Verfahren zum Analysieren von Quelltexten |
| PCT/EP2019/070138 WO2020025463A1 (de) | 2018-08-03 | 2019-07-25 | Verfahren zum analysieren von quelltexten |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP3830687A1 true EP3830687A1 (de) | 2021-06-09 |
Family
ID=67482938
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP19746460.5A Ceased EP3830687A1 (de) | 2018-08-03 | 2019-07-25 | Verfahren zum analysieren von quelltexten |
Country Status (7)
| Country | Link |
|---|---|
| US (1) | US20210157929A1 (de) |
| EP (1) | EP3830687A1 (de) |
| JP (1) | JP2021533476A (de) |
| KR (1) | KR20210024161A (de) |
| CN (1) | CN112534400A (de) |
| DE (1) | DE102018213053A1 (de) |
| WO (1) | WO2020025463A1 (de) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11513833B1 (en) | 2020-09-29 | 2022-11-29 | Amazon Technologies, Inc. | Event listener interface for container-based execution of serverless functions |
| US11531526B1 (en) * | 2020-09-29 | 2022-12-20 | Amazon Technologies, Inc. | Creating portable serverless applications |
| US11494184B1 (en) | 2020-09-29 | 2022-11-08 | Amazon Technologies, Inc. | Creation of transportability container files for serverless applications |
| JP7814629B1 (ja) * | 2024-07-26 | 2026-02-16 | 三菱電機株式会社 | 脆弱性対処装置、脆弱性対処方法及び脆弱性対処プログラム |
Family Cites Families (26)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6986122B2 (en) * | 2001-06-07 | 2006-01-10 | International Business Machines Corporation | IF statement having an expression setup clause to be utilized in structured assembly language programming |
| US20050273859A1 (en) * | 2004-06-04 | 2005-12-08 | Brian Chess | Apparatus and method for testing secure software |
| US8051408B1 (en) * | 2004-09-13 | 2011-11-01 | The Mathworks, Inc. | Method of providing interactive usage descriptions based on source code analysis |
| US8800042B2 (en) * | 2005-05-16 | 2014-08-05 | Hewlett-Packard Development Company, L.P. | Secure web application development and execution environment |
| KR100653122B1 (ko) * | 2005-08-31 | 2006-12-01 | 학교법인 대전기독학원 한남대학교 | 안전한 소프트웨어 개발을 위한 룰 기반의 실시간 탐지시스템 및 방법 |
| JP2008059279A (ja) * | 2006-08-31 | 2008-03-13 | Internatl Business Mach Corp <Ibm> | 文字列出力処理を最適化する技術 |
| JP4680876B2 (ja) * | 2006-12-11 | 2011-05-11 | ルネサスエレクトロニクス株式会社 | 情報処理装置及び命令フェッチ制御方法 |
| US8341600B2 (en) * | 2008-02-15 | 2012-12-25 | Microsoft Corporation | Tagging and logical grouping of items in source code change lists |
| CN102141956B (zh) * | 2010-01-29 | 2015-02-11 | 国际商业机器公司 | 用于开发中的安全漏洞响应管理的方法和系统 |
| EP2575069B1 (de) * | 2011-09-30 | 2016-10-19 | Tata Consultancy Services Ltd. | Korrektur von Sicherheitslücken |
| JP5845888B2 (ja) * | 2011-12-26 | 2016-01-20 | 日本電気株式会社 | ソフトウェア修正装置、ソフトウェア修正システム、ソフトウェア修正方法、及び、ソフトウェア修正プログラム |
| US9170782B2 (en) * | 2012-03-27 | 2015-10-27 | Microsoft Technology Licensing, Llc | Extensible mechanism for providing suggestions in a source code editor |
| FR2995429B1 (fr) * | 2012-09-10 | 2015-04-10 | Oberthur Technologies | Procede de test de la securite d'un dispositif electronique vis-a-vis d'une attaque, et dispositif electronique mettant en oeuvre des contre-mesures |
| US9632771B2 (en) * | 2012-12-13 | 2017-04-25 | Microsoft Technology Licensing, Llc | Association of metadata with source code and applications and services premised thereon |
| JP6016613B2 (ja) * | 2012-12-21 | 2016-10-26 | 三菱電機株式会社 | ソフトウェア信頼性評価装置、ソフトウェア信頼性評価方法、及びプログラム |
| US9128723B2 (en) * | 2013-05-28 | 2015-09-08 | Adobe Systems Incorporated | Method and apparatus for dynamic document object model (DOM) aware code editing |
| JP2015225513A (ja) * | 2014-05-28 | 2015-12-14 | 株式会社日立製作所 | 情報表示装置、および情報表示方法 |
| EP3155512A1 (de) * | 2014-06-13 | 2017-04-19 | The Charles Stark Draper Laboratory, Inc. | Systeme und verfahren für softwareanalytik |
| US9798875B2 (en) * | 2015-02-03 | 2017-10-24 | Easy Solutions Enterprises Corp. | Systems and methods for detecting and addressing HTML-modifying malware |
| US9792443B1 (en) * | 2015-03-12 | 2017-10-17 | Whitehat Security, Inc. | Position analysis of source code vulnerabilities |
| US9965633B2 (en) * | 2015-12-29 | 2018-05-08 | Sap Se | Using code similarities for improving auditing and fixing of SAST-discovered code vulnerabilities |
| CN110383238B (zh) * | 2016-05-15 | 2024-01-05 | 新思科技有限公司 | 用于基于模型的软件分析的系统和方法 |
| US10275601B2 (en) * | 2016-06-08 | 2019-04-30 | Veracode, Inc. | Flaw attribution and correlation |
| JP6769265B2 (ja) * | 2016-11-29 | 2020-10-14 | 大日本印刷株式会社 | 電子情報記憶媒体、icカード、データ異常確認方法、及びデータ異常確認プログラム |
| US10503910B2 (en) * | 2017-06-06 | 2019-12-10 | Sap Se | Security testing framework including virtualized server-side platform |
| US10628129B2 (en) * | 2017-08-08 | 2020-04-21 | Accenture Global Solutions Limited | Intellectual automated security, performance and code generation framework |
-
2018
- 2018-08-03 DE DE102018213053.1A patent/DE102018213053A1/de not_active Withdrawn
-
2019
- 2019-07-25 EP EP19746460.5A patent/EP3830687A1/de not_active Ceased
- 2019-07-25 CN CN201980051187.9A patent/CN112534400A/zh active Pending
- 2019-07-25 JP JP2021505807A patent/JP2021533476A/ja active Pending
- 2019-07-25 KR KR1020217003014A patent/KR20210024161A/ko not_active Ceased
- 2019-07-25 WO PCT/EP2019/070138 patent/WO2020025463A1/de not_active Ceased
-
2021
- 2021-02-02 US US17/165,670 patent/US20210157929A1/en not_active Abandoned
Also Published As
| Publication number | Publication date |
|---|---|
| JP2021533476A (ja) | 2021-12-02 |
| KR20210024161A (ko) | 2021-03-04 |
| WO2020025463A1 (de) | 2020-02-06 |
| DE102018213053A1 (de) | 2020-02-06 |
| CN112534400A (zh) | 2021-03-19 |
| US20210157929A1 (en) | 2021-05-27 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020025463A1 (de) | Verfahren zum analysieren von quelltexten | |
| Gerevini et al. | Inferring state constraints for domain-independent planning | |
| EP3864547B1 (de) | Verfahren zur detektion sicherheitsrelevanter datenflüsse | |
| DE102005042126A1 (de) | Verfahren und Vorrichtung zum automatisierten Bewerten der Qualität eines Software-Quellcodes | |
| EP3306295B1 (de) | Verfahren und vorrichtung zum testen elektronischer steuerungen, insbesondere zum testen von automobilsteuerungen | |
| DE112019002778T5 (de) | Simulationsvorrichtung, simulationsverfahren und elektronische steuereinheitsvorrichtung | |
| DE10038499A1 (de) | Verfahren und System für die verbesserte Entwicklungsprüfung mittels angepasster Ablaufverfolgung | |
| DE102021132302A1 (de) | Compilervalidierung | |
| DE102011006000B4 (de) | Signaturaktualisierung durch Codetransformation | |
| EP4542423A1 (de) | Verfahren zur obfuskation von llm-generiertem code | |
| EP4530832A1 (de) | Automatisierte refaktorierung von code einer embedded software | |
| DE10325513B4 (de) | Verfahren und Vorrichtung zum Erstellen eines Verhaltensaspekts einer Schaltung zur formalen Verifikation | |
| DE102021207872A1 (de) | Kompositionelle verifikation von eingebetteten softwaresystemen | |
| EP3173928B1 (de) | Verfahren und vorrichtung zum überprüfen eines komponentenfehlerbaums | |
| DE102005048029B4 (de) | Compiliervorrichtung und Verfahren zum Compilieren | |
| EP4597303A1 (de) | Computer-implementiertes verfahren zum identifizieren einer erforderlichen code-änderung | |
| EP4589420A1 (de) | Automatisierte erzeugung von patches einer embedded software | |
| DE102010014720A1 (de) | Verfahren zum Verifizieren eines aus einem Quellmodell generierten Zielprogramms | |
| EP4654010A1 (de) | Computerimplementiertes verfahren zum erstellen eines restmodells für ein simulationssystem | |
| DE102024114408A1 (de) | Computerimplementiertes Verfahren zum Erstellen eines Restmodells für ein Simulationssystem | |
| DE102024209514A1 (de) | Verfahren zum Transformieren eines Codes durch ein Sprachmodell | |
| DE102023205751A1 (de) | Rechnergestütztes Verfahren zur automatisierten Erzeugung und Verifizierung eines Computerprogramms | |
| DE102005063499B4 (de) | Compiliervorrichtung und Verfahren zum Compilieren | |
| EP4542374A1 (de) | Verfahren zur verbesserung der speicherzuweisung von llm-generiertem code | |
| DE102011077177A1 (de) | Verfahren zur rechnergestützten Analyse von fehlerhaftem Quellcode in einer Hardware-Beschreibungssprache |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20210303 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) | ||
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: EXAMINATION IS IN PROGRESS |
|
| 17Q | First examination report despatched |
Effective date: 20220310 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
| 18R | Application refused |
Effective date: 20220423 |